OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STYLE_NUM_ENTRIES
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/content/res/
TypedArray.java
90
index *= AssetManager.
STYLE_NUM_ENTRIES
;
118
index *= AssetManager.
STYLE_NUM_ENTRIES
;
153
index *= AssetManager.
STYLE_NUM_ENTRIES
;
179
index *= AssetManager.
STYLE_NUM_ENTRIES
;
211
index *= AssetManager.
STYLE_NUM_ENTRIES
;
241
index *= AssetManager.
STYLE_NUM_ENTRIES
;
270
index *= AssetManager.
STYLE_NUM_ENTRIES
;
308
index *= AssetManager.
STYLE_NUM_ENTRIES
;
341
if (getValueAt(index*AssetManager.
STYLE_NUM_ENTRIES
, value)) {
357
index *= AssetManager.
STYLE_NUM_ENTRIES
;
[
all
...]
Resources.java
[
all
...]
AssetManager.java
692
/*package*/ static final int
STYLE_NUM_ENTRIES
= 6;
/frameworks/base/core/jni/
android_util_AssetManager.cpp
72
STYLE_NUM_ENTRIES
= 6,
899
if (NV < (NI*
STYLE_NUM_ENTRIES
)) {
[
all
...]
Completed in 18 milliseconds