OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPlatformFile
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/util/
BridgeXmlPullAttributes.java
36
private final boolean
mPlatformFile
;
42
mPlatformFile
= platformFile;
263
return resources.resolveResValue(resources.findResValue(value,
mPlatformFile
));
273
if (
mPlatformFile
|| resource.isFramework()) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java
44
private final boolean
mPlatformFile
;
64
mPlatformFile
= platformFile;
65
mAttrib = new BridgeXmlPullAttributes(parser, context,
mPlatformFile
);
78
return
mPlatformFile
;
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java
70
private final boolean
mPlatformFile
;
86
mPlatformFile
= platformFile;
571
if (
mPlatformFile
|| resValue.isFramework()) {
603
// The field
mPlatformFile
will indicate that all IDs are to be looked up in the android R
614
mPlatformFile
|| value.startsWith("@android") || value.startsWith("@+android");
[
all
...]
Completed in 50 milliseconds