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.java845 @IntDef({VISIBLE, INVISIBLE, GONE})
854 public static final int VISIBLE = 0x00000000; field in class:View
876 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
4808 case VISIBLE: out.append('V'); break;
6113 * Only {@link #VISIBLE} views are considered focusable.
6130 return (mViewFlags & VISIBILITY_MASK) == VISIBLE && isFocusable();
6709 structure.setVisibility(VISIBLE);
7038 if (mAttachInfo.mWindowVisibility != View.VISIBLE) {
7049 view.getVisibility() != VISIBLE) {
7596 * @return True if this view and all of its ancestors are {@link #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 67 milliseconds