HomeSort by relevance Sort by last modified time
    Searched defs:VISIBLE (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
LauncherEventUtil.java 22 public static final int VISIBLE = 0;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
HiddenFileFilter.java 38 * current directory's <i>visible</i> (i.e. not hidden) files:
42 * String[] files = dir.list( HiddenFileFilter.VISIBLE );
56 /** Singleton instance of <i>visible</i> filter */
57 public static final IOFileFilter VISIBLE = new NotFileFilter(HIDDEN);
  /external/droiddriver/src/io/appium/droiddriver/
UiElement.java 39 Predicate<UiElement> VISIBLE =
48 return "VISIBLE";
93 /** @return whether or not this element is visible on the device's display. */
127 * Gets the UiElement bounds in screen coordinates. The coordinates may not be visible on screen.
131 /** Gets the UiElement bounds in screen coordinates. The coordinates will be visible on screen. */
146 /** Clicks this element. The click will be at the center of the visible element. */
149 /** Long-clicks this element. The click will be at the center of the visible element. */
152 /** Double-clicks this element. The click will be at the center of the visible element. */
  /cts/tools/dasm/src/dasm/
sym.java 46 static final int VISIBLE = 35;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICULocaleService.java 90 * registerObject(Object, ULocale, int kind, boolean visible)
99 * registerObject(Object, ULocale, int kind, boolean visible)
102 public Factory registerObject(Object obj, ULocale locale, boolean visible) {
103 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
108 * registerObject(Object, ULocale, int kind, boolean visible)
119 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) {
120 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible);
126 * Locale list, built from the Set of visible ids.
142 * ULocale list, built from the Set of visible ids.
350 * A subclass of Factory that uses LocaleKeys. If 'visible' th
355 protected final boolean visible; field in class:ICULocaleService.LocaleKeyFactory
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICULocaleService.java 86 * registerObject(Object, ULocale, int kind, boolean visible)
95 * registerObject(Object, ULocale, int kind, boolean visible)
98 public Factory registerObject(Object obj, ULocale locale, boolean visible) {
99 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
104 * registerObject(Object, ULocale, int kind, boolean visible)
115 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) {
116 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible);
122 * Locale list, built from the Set of visible ids.
138 * ULocale list, built from the Set of visible ids.
346 * A subclass of Factory that uses LocaleKeys. If 'visible' th
351 protected final boolean visible; field in class:ICULocaleService.LocaleKeyFactory
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipControlsView.java 220 ? View.VISIBLE
255 mPlayPauseButtonView.setVisibility(View.VISIBLE);
  /cts/tests/tests/widget/src/android/widget/cts/
PopupMenuTest.java 286 // On smaller screens, not all menu items will be visible.
332 assertEquals(groupDivider.getVisibility(), View.VISIBLE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 65 static final String VISIBLE =
79 static final String WHERE_RUNNING = STATUS + " AND " + VISIBLE + " AND " + CONFIRM;
82 BluetoothShare.STATUS + " >= '200' AND " + VISIBLE + " AND " + NOT_THROUGH_HANDOVER;
95 + "'" + " AND " + VISIBLE;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 48 public static final int VISIBLE = 0;
96 // Sets the visiblity of this GLView (either GLView.VISIBLE or
100 if (visibility == VISIBLE) {
109 // Returns GLView.VISIBLE or GLView.INVISIBLE
111 return (mViewFlags & FLAG_INVISIBLE) == 0 ? VISIBLE : INVISIBLE;
268 if (component.getVisibility() != GLView.VISIBLE
334 if (component.getVisibility() != GLView.VISIBLE) continue;
425 if (child.getVisibility() == GLView.VISIBLE) {
  /packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java 421 mChannelNumberView.setVisibility(View.VISIBLE);
430 mChannelBlockView.setVisibility(View.VISIBLE);
433 mChannelNameView.setVisibility(View.VISIBLE);
628 mDvrTextIconView.setVisibility(View.VISIBLE);
632 mDvrIconView.setVisibility(View.VISIBLE);
639 mDvrIndicator.setVisibility(View.VISIBLE);
649 mBlockView.setVisibility(View.VISIBLE);
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 400 public static final String VISIBLE = "visible";
553 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, VISIBLE);
647 * <li>{@link #VISIBLE}</li>
    [all...]
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /frameworks/base/core/java/android/view/
View.java 692 * another visible window. As a result, the view will not receive touches whenever a
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 

Completed in 650 milliseconds

1 2 3 4 5