Searched defs:getResourceId (Results 1 - 15 of 15) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DResourceExpr.java148 public String getResourceId() { method in class:ResourceExpr
/frameworks/support/compat/java/android/support/v4/content/res/
H A DTypedArrayUtils.java141 return a.getResourceId(resId, defaultValue);
227 public static int getResourceId(TypedArray a, @StyleableRes int index, method in class:TypedArrayUtils
229 int val = a.getResourceId(fallbackIndex, defaultValue);
230 return a.getResourceId(index, val);
H A DFontResourcesParserCompat.java120 public int getResourceId() { method in class:FontResourcesParserCompat.FontFileResourceEntry
176 int certsId = array.getResourceId(R.styleable.FontFamily_fontProviderCerts, 0);
217 boolean isArrayOfArrays = typedArray.getResourceId(0, 0) != 0;
220 int certId = typedArray.getResourceId(i, 0);
249 int resourceId = array.getResourceId(R.styleable.FontFamilyFont_font, 0);
/frameworks/base/core/java/android/net/
H A DIpSecTransform.java280 int getResourceId() { method in class:IpSecTransform
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java547 public int getResourceId(int index, int defValue) { method in class:BridgeTypedArray
627 idValue = Bridge.getResourceId(ResourceType.ID, idName);
629 idValue = mContext.getLayoutlibCallback().getResourceId(ResourceType.ID, idName);
642 return mContext.getLayoutlibCallback().getResourceId(ResourceType.AAPT, value);
657 idValue = Bridge.getResourceId(resValue.getResourceType(),
660 idValue = mContext.getLayoutlibCallback().getResourceId(
741 int id = getResourceId(index, 0);
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutLibTestCallback.java134 public Integer getResourceId(ResourceType type, String name) { method in class:LayoutLibTestCallback
/frameworks/compile/slang/
H A Dslang_rs_reflection.h150 inline const std::string &getResourceId() const { return mResourceId; } function in class:slang::RSReflectionJava
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java76 final int resourceId = mWrapped.getResourceId(index, 0);
86 final int resourceId = mWrapped.getResourceId(index, 0);
116 final int resourceId = mWrapped.getResourceId(index, 0);
172 final int resourceId = mWrapped.getResourceId(index, 0);
212 public int getResourceId(int index, int defValue) { method in class:TintTypedArray
213 return mWrapped.getResourceId(index, defValue);
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java872 public int getResourceId(@StyleableRes int index, int defValue) { method in class:TypedArray
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java614 public static Integer getResourceId(ResourceType type, String name) { method in class:Bridge
/frameworks/base/core/java/android/content/
H A DContentResolver.java955 OpenResourceIdResult r = getResourceId(uri);
1235 OpenResourceIdResult r = getResourceId(uri);
1482 public OpenResourceIdResult getResourceId(Uri uri) throws FileNotFoundException { method in class:ContentResolver
/frameworks/base/core/java/android/widget/
H A DEditor.java5736 mPopupInlineErrorBackgroundId = getResourceId(mPopupInlineErrorBackgroundId,
5746 getResourceId(mPopupInlineErrorAboveBackgroundId,
5749 mPopupInlineErrorBackgroundId = getResourceId(mPopupInlineErrorBackgroundId,
5757 private int getResourceId(int currentId, int index) { method in class:Editor.ErrorPopup
5761 currentId = styledAttributes.getResourceId(index, 0);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2037 milliseconds