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

/frameworks/base/core/java/android/view/
H A DView.java735 public static final int GONE = 0x00000008; field in class:View
743 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
3747 case GONE: out.append('G'); break;
5696 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
5702 @ViewDebug.IntToString(from = GONE, to = "GONE")
5711 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
7487 * {@link #INVISIBLE} or {@link #GONE}.
7498 * {@link #INVISIBLE} or {@link #GONE}.
7549 * (between {@link #GONE}, {
[all...]

Completed in 70 milliseconds