HomeSort by relevance Sort by last modified time
    Searched refs:mapIndex (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 443 int mapIndex = 0;
445 int displayModifierIndex = mIndices[mapIndex];
448 mLastAppliedModifications[mapIndex] = modifierEntry.getKey();
454 mapIndex++;
460 int mapIndex = 0;
462 int displayModifierIndex = mIndices[mapIndex];
465 mLastAppliedModifications[mapIndex] = modifierEntry.getKey();
471 mapIndex++;
495 public static void setIndex(int mapIndex, int newIndexValue) {
496 mIndices[mapIndex] = newIndexValue
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsAddress.java 163 int mapIndex = numericCharDialableMap.indexOfKey(c);
164 if (mapIndex < 0) return null;
165 if (! numericCharDialableMap.valueAt(mapIndex)) continue;
  /frameworks/base/services/java/com/android/server/
AssetAtlasService.java 265 int mapIndex = 0;
278 if (mapIndex >= mAtlasMap.length) {
292 atlasMap[mapIndex++] = bitmap.mNativeBitmap;
293 atlasMap[mapIndex++] = entry.x;
294 atlasMap[mapIndex++] = entry.y;
295 atlasMap[mapIndex++] = entry.rotated ? 1 : 0;
  /external/chromium_org/third_party/icu/source/common/
utrie2_builder.c 988 int32_t i, mapIndex, blockCount;
1027 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
1028 trie->map[mapIndex++]=movedStart;
    [all...]
utext.cpp     [all...]
  /external/icu4c/common/
utrie2_builder.cpp 988 int32_t i, mapIndex, blockCount;
1027 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
1028 trie->map[mapIndex++]=movedStart;
    [all...]
utext.cpp 927 int32_t mapIndex = 0;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 386 milliseconds