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

/frameworks/base/core/java/android/provider/
H A DContacts.java1569 int INVISIBLE = ContactsContract.StatusUpdates.INVISIBLE; field in interface:Contacts.PresenceColumns
1653 case Contacts.People.INVISIBLE:
H A DContactsContract.java3059 int INVISIBLE = 1; field in interface:ContactsContract.StatusColumns
5189 * <li>{@link #INVISIBLE}</li>
5294 case INVISIBLE:
/frameworks/base/core/java/android/view/
H A DView.java759 @IntDef({VISIBLE, INVISIBLE, GONE})
775 public static final int INVISIBLE = 0x00000004; field in class:View
790 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
4257 case INVISIBLE: out.append('I'); break;
6672 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
6677 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
6688 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
8727 * {@link #INVISIBLE} or {@link #GONE}.
8739 * {@link #INVISIBLE} o
[all...]

Completed in 2824 milliseconds