Searched refs:STYLE_NUM_ENTRIES (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java56 final int fullLen = len * AssetManager.STYLE_NUM_ENTRIES;
67 new int[len*AssetManager.STYLE_NUM_ENTRIES],
159 index *= AssetManager.STYLE_NUM_ENTRIES;
196 index *= AssetManager.STYLE_NUM_ENTRIES;
235 index *= AssetManager.STYLE_NUM_ENTRIES;
267 index *= AssetManager.STYLE_NUM_ENTRIES;
313 index *= AssetManager.STYLE_NUM_ENTRIES;
352 index *= AssetManager.STYLE_NUM_ENTRIES;
389 index *= AssetManager.STYLE_NUM_ENTRIES;
439 index *= AssetManager.STYLE_NUM_ENTRIES;
[all...]
H A DAssetManager.java795 /*package*/ static final int STYLE_NUM_ENTRIES = 6; field in class:AssetManager
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp100 STYLE_NUM_ENTRIES = 6, enumerator in enum:android::__anon922
1171 if (NV < (NI*STYLE_NUM_ENTRIES)) {
1324 dest += STYLE_NUM_ENTRIES;
1376 if (NV < (NI*STYLE_NUM_ENTRIES)) {
1579 dest += STYLE_NUM_ENTRIES;
1624 if (NV < (NI*STYLE_NUM_ENTRIES)) {
1723 dest += STYLE_NUM_ENTRIES;
1830 dest += STYLE_NUM_ENTRIES;
1831 i+= STYLE_NUM_ENTRIES;
1835 i /= STYLE_NUM_ENTRIES;
[all...]

Completed in 3899 milliseconds