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

/frameworks/base/core/java/android/provider/
H A DContacts.java1570 int INVISIBLE = ContactsContract.StatusUpdates.INVISIBLE; field in interface:Contacts.PresenceColumns
1654 case Contacts.People.INVISIBLE:
H A DContactsContract.java2951 int INVISIBLE = 1; field in interface:ContactsContract.StatusColumns
4843 * <li>{@link #INVISIBLE}</li>
4948 case INVISIBLE:
/frameworks/base/core/java/android/view/
H A DView.java726 public static final int INVISIBLE = 0x00000004; field in class:View
741 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
3744 case INVISIBLE: out.append('I'); break;
5694 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
5699 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
5709 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
7480 * {@link #INVISIBLE} or {@link #GONE}.
7491 * {@link #INVISIBLE} or {@link #GONE}.
7510 * {@link #VISIBLE} or {@link #INVISIBLE}
[all...]

Completed in 589 milliseconds