OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isframework
(Results
1 - 16
of
16
) sorted by null
/sdk/layoutlib_utils/src/com/android/layoutlib/utils/
StyleResourceValue.java
29
public StyleResourceValue(String type, String name, boolean
isFramework
) {
30
super(type, name,
isFramework
);
33
public StyleResourceValue(String type, String name, String parentStyle, boolean
isFramework
) {
34
super(type, name,
isFramework
);
DensityBasedResourceValue.java
26
boolean
isFramework
) {
27
super(type, name, value,
isFramework
);
ResourceValue.java
33
public ResourceValue(String type, String name, String value, boolean
isFramework
) {
37
mIsFramwork =
isFramework
;
60
public boolean
isFramework
() {
ValueResourceParser.java
53
public ValueResourceParser(IValueResourceRepository repository, boolean
isFramework
) {
55
mIsFramework =
isFramework
;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
ResourceValue.java
60
public boolean
isFramework
() {
ResourceHelper.java
105
* @param
isFramework
indicates whether the resource is a framework resources.
108
public static Drawable getDrawable(IResourceValue value, BridgeContext context, boolean
isFramework
) {
119
isFramework
? null : context.getProjectKey());
126
isFramework
? null : context.getProjectKey());
151
new BridgeXmlBlockParser(parser, context,
isFramework
));
168
isFramework
? null : context.getProjectKey());
180
isFramework
? null : context.getProjectKey());
BridgeXmlPullAttributes.java
108
if (mPlatformFile || resource.
isFramework
()) {
BridgeTypedArray.java
579
if (mPlatformFile || resValue.
isFramework
()) {
632
if (resValue.
isFramework
()) {
670
Drawable d = ResourceHelper.getDrawable(value, mContext, mData[index].
isFramework
());
BridgeResources.java
127
return ResourceHelper.getDrawable(value, mContext, value.
isFramework
());
BridgeContext.java
452
IResourceValue resolvedValue = findResValue(value.getValue(), value.
isFramework
());
[
all
...]
Bridge.java
414
context, true /*
isFramework
*/);
[
all
...]
/sdk/layoutlib_api/src/com/android/layoutlib/api/
IResourceValue.java
43
boolean
isFramework
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceFile.java
65
public final boolean
isFramework
() {
66
return mFolder.
isFramework
();
SingleResourceFile.java
77
file.getOsLocation(),
isFramework
());
84
isFramework
());
MultiResourceFile.java
124
parser.parse(getFile().getContents(), new ValueResourceParser(this,
isFramework
()));
ResourceFolder.java
114
public boolean
isFramework
() {
Completed in 769 milliseconds