Searched defs:VISIBLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java400 public static final String VISIBLE = "visible"; field in interface:CalendarContract.CalendarColumns
553 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, VISIBLE);
647 * <li>{@link #VISIBLE}</li>
1691 VISIBLE,
1726 private static final String WHERE_CALENDARS_SELECTED = Calendars.VISIBLE + "=?";
/frameworks/base/core/java/android/view/
H A DView.java936 @IntDef({VISIBLE, INVISIBLE, GONE})
945 public static final int VISIBLE = 0x00000000; field in class:View
967 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
5489 case VISIBLE: out.append('V'); break;
6847 * Only {@link #VISIBLE} views are considered focusable.
6872 * Only {@link #VISIBLE} views for which {@link #getFocusable()} would return
6900 if ((mViewFlags & VISIBILITY_MASK) != VISIBLE) {
8025 structure.setVisibility(VISIBLE);
8421 if (mAttachInfo.mWindowVisibility != View.VISIBLE) {
8432 view.getVisibility() != VISIBLE) {
[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 111 milliseconds