HomeSort by relevance Sort by last modified time
    Searched defs:DIR_TYPE_CACHE_SIZE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/text/
BidiFormatter.java 502 * calls on the lowest DIR_TYPE_CACHE_SIZE codepoints are kept in an array for speed.
507 private static final int DIR_TYPE_CACHE_SIZE = 0x700;
515 DIR_TYPE_CACHE = new byte[DIR_TYPE_CACHE_SIZE];
516 for (int i = 0; i < DIR_TYPE_CACHE_SIZE; i++) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 492 * calls on the lowest DIR_TYPE_CACHE_SIZE codepoints are kept in an array for speed.
497 private static final int DIR_TYPE_CACHE_SIZE = 0x700;
505 DIR_TYPE_CACHE = new byte[DIR_TYPE_CACHE_SIZE];
506 for (int i = 0; i < DIR_TYPE_CACHE_SIZE; i++) {
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 19 milliseconds