OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gOptions_purgeableFieldID
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapFactory.h
12
extern jfieldID
gOptions_purgeableFieldID
;
BitmapFactory.cpp
33
jfieldID
gOptions_purgeableFieldID
;
92
return options != NULL && env->GetBooleanField(options,
gOptions_purgeableFieldID
);
626
gOptions_purgeableFieldID
= getFieldIDCheck(env, options_class, "inPurgeable", "Z");
Completed in 347 milliseconds