Searched defs:GONE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java845 @IntDef({VISIBLE, INVISIBLE, GONE})
868 public static final int GONE = 0x00000008; field in class:View
876 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
4810 case GONE: out.append('G'); break;
7979 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
7985 @ViewDebug.IntToString(from = GONE, to = "GONE")
7995 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
9445 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
10220 * {@link #INVISIBLE} or {@link #GONE}
[all...]

Completed in 36 milliseconds