Example usage for android.view Visibility subclass-usage

List of usage examples for android.view Visibility subclass-usage

Introduction

In this page you can find the example usage for android.view Visibility subclass-usage.

Usage

From source file android.support.transition.Fade.java

/**
 * This transition tracks changes to the visibility of target views in the
 * start and end scenes and fades views in or out when they become visible
 * or non-visible. Visibility is determined by both the
 * {@link View#setVisibility(int)} state of the view as well as whether it
 * is parented in the current view hierarchy.

From source file android.support.transition.Slide.java

/**
 * This transition tracks changes to the visibility of target views in the
 * start and end scenes and moves views in or out from one of the edges of the
 * scene. Visibility is determined by both the
 * {@link View#setVisibility(int)} state of the view as well as whether it
 * is parented in the current view hierarchy. Disappearing Views are