Searched defs:INVISIBLE (Results 1 - 4 of 4) 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.java3138 int INVISIBLE = 1; field in interface:ContactsContract.StatusColumns
5358 * <li>{@link #INVISIBLE}</li>
5463 case INVISIBLE:
/frameworks/base/core/java/android/view/
H A DView.java845 @IntDef({VISIBLE, INVISIBLE, GONE})
861 public static final int INVISIBLE = 0x00000004; field in class:View
876 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
4809 case INVISIBLE: out.append('I'); break;
7979 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
7984 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
7995 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
9445 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
10220 * {@link #INVISIBLE} o
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 118 milliseconds