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

1 2 3

  /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 68 * @return whether or not this element is visible on the device's display.
124 * visible on screen.
130 * visible on screen.
163 * Clicks this element. The click will be at the center of the visible
169 * Long-clicks this element. The click will be at the center of the visible
175 * Double-clicks this element. The click will be at the center of the visible
213 Predicate<UiElement> VISIBLE = new Predicate<UiElement>() {
221 return "VISIBLE";
  /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 88 * registerObject(Object, ULocale, int kind, boolean visible)
97 * registerObject(Object, ULocale, int kind, boolean visible)
100 public Factory registerObject(Object obj, ULocale locale, boolean visible) {
101 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
106 * registerObject(Object, ULocale, int kind, boolean visible)
117 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) {
118 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible);
124 * Locale list, built from the Set of visible ids.
140 * ULocale list, built from the Set of visible ids.
343 * A subclass of Factory that uses LocaleKeys. If 'visible' th
348 protected final boolean visible; field in class:ICULocaleService.LocaleKeyFactory
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICULocaleService.java 84 * registerObject(Object, ULocale, int kind, boolean visible)
93 * registerObject(Object, ULocale, int kind, boolean visible)
96 public Factory registerObject(Object obj, ULocale locale, boolean visible) {
97 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
102 * registerObject(Object, ULocale, int kind, boolean visible)
113 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) {
114 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible);
120 * Locale list, built from the Set of visible ids.
136 * ULocale list, built from the Set of visible ids.
339 * A subclass of Factory that uses LocaleKeys. If 'visible' th
344 protected final boolean visible; field in class:ICULocaleService.LocaleKeyFactory
    [all...]
  /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/Dialer/InCallUI/src/com/android/incallui/
CallButtonFragment.java 70 // The button is currently visible in the UI
118 private static final int VISIBLE = 255;
455 * setting configured by the CallButtonPresenter. If there are more visible buttons than
470 button.setVisibility(View.VISIBLE);
477 // Collapse the current button into the overflow menu. If is the first visible
478 // button that exceeds the threshold, also collapse the previous visible button
479 // so that the total number of visible buttons will never exceed the threshold.
492 mOverflowButton.setVisibility(menu != null ? View.VISIBLE : View.GONE);
582 * Refreshes the "Audio mode" popup if it's visible. This is useful
601 * are visible based on the supported audio formats
    [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 678 * another visible window. As a result, the view will not receive touches whenever a
    [all...]
  /prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/
constraint-layout-solver-1.0.0-alpha1.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 
  /prebuilts/tools/common/offline-m2/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha3/
constraint-layout-solver-1.0.0-alpha3.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha4/
constraint-layout-solver-1.0.0-alpha4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 453 milliseconds

1 2 3