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

/frameworks/base/core/java/android/view/
H A DView.java642 public static final int GONE = 0x00000008; field in class:View
650 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
3010 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
3016 @ViewDebug.IntToString(from = GONE, to = "GONE")
3025 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
3834 * {@link #INVISIBLE} or {@link #GONE}.
3845 * {@link #INVISIBLE} or {@link #GONE}.
3896 * (between {@link #GONE}, {@link #INVISIBLE}, and {@link #VISIBLE}). Note
3912 * (either {@link #GONE}, {
[all...]

Completed in 76 milliseconds