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

/frameworks/base/core/java/android/view/
H A DView.java958 @IntDef({VISIBLE, INVISIBLE, GONE})
981 public static final int GONE = 0x00000008; field in class:View
989 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
5751 case GONE: out.append('G'); break;
9971 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
9977 @ViewDebug.IntToString(from = GONE, to = "GONE")
9987 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
11987 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
12815 * {@link #INVISIBLE} or {@link #GONE}
[all...]

Completed in 81 milliseconds