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

/frameworks/base/core/java/android/provider/
H A DContacts.java1563 int INVISIBLE = ContactsContract.StatusUpdates.INVISIBLE; field in interface:Contacts.PresenceColumns
1647 case Contacts.People.INVISIBLE:
H A DContactsContract.java3183 int INVISIBLE = 1; field in interface:ContactsContract.StatusColumns
5416 * <li>{@link #INVISIBLE}</li>
5521 case INVISIBLE:
/frameworks/base/core/java/android/view/
H A DView.java936 @IntDef({VISIBLE, INVISIBLE, GONE})
952 public static final int INVISIBLE = 0x00000004; field in class:View
967 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
5490 case INVISIBLE: out.append('I'); break;
9399 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
9404 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
9415 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
11265 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
12080 * {@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 2789 milliseconds