OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STYLE_ASSET_COOKIE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/content/res/
TypedArray.java
158
final int cookie = data[index+AssetManager.
STYLE_ASSET_COOKIE
];
708
outValue.assetCookie = data[index+AssetManager.
STYLE_ASSET_COOKIE
];
718
final int cookie = data[index+AssetManager.
STYLE_ASSET_COOKIE
];
AssetManager.java
701
/*package*/ static final int
STYLE_ASSET_COOKIE
= 2;
Resources.java
[
all
...]
/frameworks/base/core/jni/
android_util_AssetManager.cpp
75
STYLE_ASSET_COOKIE
= 2,
[
all
...]
Completed in 693 milliseconds