Home | History | Annotate | Download | only in view

Lines Matching defs:INVISIBLE

109  * are invisible containers that hold other Views (or other ViewGroups) and define
740 * This view is invisible, but it still takes up space for layout purposes.
744 public static final int INVISIBLE = 0x00000004;
747 * This view is invisible, and it doesn't take any space for layout
759 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
3980 case INVISIBLE: out.append('I'); break;
5382 // Attached to invisible window means this view is not visible.
5386 // An invisible predecessor or one with alpha zero means
6016 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
6021 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
6031 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
7947 * {@link #INVISIBLE} or {@link #GONE}.
7958 * {@link #INVISIBLE} or {@link #GONE}.
7977 * {@link #VISIBLE} or {@link #INVISIBLE}.
7990 * {@link #VISIBLE} or {@link #INVISIBLE}.
8009 * (between {@link #GONE}, {@link #INVISIBLE}, and {@link #VISIBLE}). Note
8025 * (either {@link #GONE}, {@link #INVISIBLE}, or {@link #VISIBLE}).
8928 if ((changed & INVISIBLE) != 0) {
8931 * If this view is becoming invisible, set the DRAWN flag so that
8936 if (((mViewFlags & VISIBILITY_MASK) == INVISIBLE)) {
8937 // root view becoming invisible shouldn't clear focus and accessibility focus
8949 // If the view is invisible, cleanup its display list to free up resources
13643 // thing would happen (invisible views, corrupted drawings, etc.)
13725 // things would happen (invisible views, corrupted drawings, etc.)
14674 case INVISIBLE:
14678 output += "INVISIBLE";
17118 * default is an invisible drag shadow.
17157 * invisible drag shadow.