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.java3154 int INVISIBLE = 1; field in interface:ContactsContract.StatusColumns
5374 * <li>{@link #INVISIBLE}</li>
5479 case INVISIBLE:
/frameworks/base/core/java/android/view/
H A DView.java866 @IntDef({VISIBLE, INVISIBLE, GONE})
882 public static final int INVISIBLE = 0x00000004; field in class:View
897 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
4837 case INVISIBLE: out.append('I'); break;
8048 * @return One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
8053 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
8064 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
9514 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
10304 * {@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 311 milliseconds