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

1 2 3 4 5 6 7 8

  /external/fio/
ghelpers.h 30 #define INVISIBLE 4
  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
EdgeStyle.java 30 INVISIBLE("invis"),
NodeStyle.java 31 INVISIBLE("invis"),
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 218 * Determines whether a character is invisible; that is, if its Unicode category is any of
222 public static final CharMatcher INVISIBLE = new RangesMatcher("CharMatcher.INVISIBLE", (
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
CharMatcher.java 216 * Determines whether a character is invisible; that is, if its Unicode category is any of
220 public static final CharMatcher INVISIBLE = new RangesMatcher("CharMatcher.INVISIBLE", (
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 187 * Determines whether a character is invisible; that is, if its Unicode
192 public static final CharMatcher INVISIBLE = inRange('\u0000', '\u0020')
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/
BatteryTip.java 43 StateType.INVISIBLE})
47 int INVISIBLE = 2;
172 return mState != StateType.INVISIBLE;
  /cts/tools/dasm/src/dasm/
sym.java 24 static final int INVISIBLE = 36;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICULocaleService.java 358 public static final boolean INVISIBLE = false;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICULocaleService.java 354 public static final boolean INVISIBLE = false;
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 72 * |||| |||| |||| |||| |||| |||| `---- Low |||| |||| |||| |||| |||| |||| |||`------ Invisible ||||
88 /** Invisible character. */
89 public final static int INVISIBLE = 0x10;
157 * @see #INVISIBLE
214 * @see #INVISIBLE
263 * @see #INVISIBLE
291 * @see #INVISIBLE
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 49 public static final int INVISIBLE = 1;
97 // GLView.INVISIBLE).
109 // Returns GLView.VISIBLE or GLView.INVISIBLE
111 return (mViewFlags & FLAG_INVISIBLE) == 0 ? VISIBLE : INVISIBLE;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java 169 * <li><code>INVISIBLE</code>: flags strings that contain invisible characters, such as zero-width spaces, or character
178 * INVISIBLE and MIXED_NUMBERS conditions, you could do:
183 * .setChecks(SpoofChecker.INVISIBLE | SpoofChecker.MIXED_NUMBERS)
392 * Check an identifier for the presence of invisible characters, such as zero-width spaces, or character sequences
396 public static final int INVISIBLE = 32;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 168 * <li><code>INVISIBLE</code>: flags strings that contain invisible characters, such as zero-width spaces, or character
177 * INVISIBLE and MIXED_NUMBERS conditions, you could do:
182 * .setChecks(SpoofChecker.INVISIBLE | SpoofChecker.MIXED_NUMBERS)
419 * Check an identifier for the presence of invisible characters, such as zero-width spaces, or character sequences
425 public static final int INVISIBLE = 32;
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
ContactsContract.java 349 * The local invisible contacts. The corresponding directory ID is
435 * directory, but not local and invisible diretory.
464 * Other URLs do not support the concept of "visible" or "invisible" contacts.
469 * _ID of the directory that represents locally stored invisible contacts.
480 * _ID of the work profile directory that represents locally stored invisible contacts.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 151 private static final String INVISIBLE =
157 + INVISIBLE;
165 "(" + BluetoothShare.STATUS + ">=" + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 570 mSettingsButton.setVisibility(INVISIBLE);
    [all...]
  /frameworks/base/core/java/android/view/
View.java 151 * are invisible containers that hold other Views (or other ViewGroups) and define
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /dalvik/dx/etc/
jasmin.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/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 444 milliseconds

1 2 3 4 5 6 7 8