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
4844 * <li>{@link #INVISIBLE}</li>
4949 case INVISIBLE:
/frameworks/base/core/java/android/view/
H A DView.java728 public static final int INVISIBLE = 0x00000004; field in class:View
743 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
3746 case INVISIBLE: out.append('I'); break;
5696 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
5701 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
5711 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
7487 * {@link #INVISIBLE} or {@link #GONE}.
7498 * {@link #INVISIBLE} or {@link #GONE}.
7517 * {@link #VISIBLE} or {@link #INVISIBLE}
[all...]

Completed in 2802 milliseconds