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.java3045 int INVISIBLE = 1; field in interface:ContactsContract.StatusColumns
5238 * <li>{@link #INVISIBLE}</li>
5343 case INVISIBLE:
/frameworks/base/core/java/android/view/
H A DView.java778 @IntDef({VISIBLE, INVISIBLE, GONE})
794 public static final int INVISIBLE = 0x00000004; field in class:View
809 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
4565 case INVISIBLE: out.append('I'); break;
7410 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
7415 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
7426 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
8823 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
9581 * {@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 147 milliseconds