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.java2950 int INVISIBLE = 1; field in interface:ContactsContract.StatusColumns
4842 * <li>{@link #INVISIBLE}</li>
4947 case INVISIBLE:
/frameworks/base/core/java/android/view/
H A DView.java714 public static final int INVISIBLE = 0x00000004; field in class:View
729 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
5492 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
5497 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
5507 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
7368 * {@link #INVISIBLE} or {@link #GONE}.
7379 * {@link #INVISIBLE} or {@link #GONE}.
7398 * {@link #VISIBLE} or {@link #INVISIBLE}.
7411 * {@link #VISIBLE} or {@link #INVISIBLE}
[all...]

Completed in 100 milliseconds