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

/frameworks/base/core/java/android/view/
H A DView.java936 @IntDef({VISIBLE, INVISIBLE, GONE})
959 public static final int GONE = 0x00000008; field in class:View
967 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
5491 case GONE: out.append('G'); break;
9399 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
9405 @ViewDebug.IntToString(from = GONE, to = "GONE")
9415 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
11265 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
12080 * {@link #INVISIBLE} or {@link #GONE}
[all...]

Completed in 597 milliseconds