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

/frameworks/base/core/java/android/provider/
H A DIm.java1267 int INVISIBLE = 1; field in interface:Im.CommonPresenceColumns
/frameworks/base/core/java/android/view/
H A DView.java631 public static final int INVISIBLE = 0x00000004; field in class:View
645 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
2944 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
2949 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
2959 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
3750 * (between {@link #GONE}, {@link #INVISIBLE}, and {@link #VISIBLE}). Note
3763 * (either {@link #GONE}, {@link #INVISIBLE}, or {@link #VISIBLE}).
4290 if ((changed & INVISIBLE) != 0) {
4294 if (((mViewFlags & VISIBILITY_MASK) == INVISIBLE)
[all...]

Completed in 64 milliseconds