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
91
index *= AssetManager.
STYLE_NUM_ENTRIES
;
119
index *= AssetManager.
STYLE_NUM_ENTRIES
;
154
index *= AssetManager.
STYLE_NUM_ENTRIES
;
180
index *= AssetManager.
STYLE_NUM_ENTRIES
;
212
index *= AssetManager.
STYLE_NUM_ENTRIES
;
242
index *= AssetManager.
STYLE_NUM_ENTRIES
;
271
index *= AssetManager.
STYLE_NUM_ENTRIES
;
309
index *= AssetManager.
STYLE_NUM_ENTRIES
;
342
if (getValueAt(index*AssetManager.
STYLE_NUM_ENTRIES
, value)) {
358
index *= AssetManager.
STYLE_NUM_ENTRIES
;
[
all
...]
AssetManager.java
698
/*package*/ static final int
STYLE_NUM_ENTRIES
= 6;
Resources.java
[
all
...]
/frameworks/base/core/jni/
android_util_AssetManager.cpp
72
STYLE_NUM_ENTRIES
= 6,
912
if (NV < (NI*
STYLE_NUM_ENTRIES
)) {
[
all
...]
Completed in 40 milliseconds