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

/frameworks/support/v4/java/android/support/v4/content/res/
H A DTypedArrayUtils.java50 public static @AnyRes int getResourceId(TypedArray a, @StyleableRes int index, method in class:TypedArrayUtils
52 int val = a.getResourceId(fallbackIndex, defaultValue);
53 return a.getResourceId(index, val);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DResourceExpr.java132 public String getResourceId() { method in class:ResourceExpr
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java804 public int getResourceId(int index, int defValue) { method in class:TypedArray
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java592 public int getResourceId(int index, int defValue) { method in class:BridgeTypedArray
666 idValue = Bridge.getResourceId(ResourceType.ID, idName);
668 idValue = mContext.getLayoutlibCallback().getResourceId(ResourceType.ID, idName);
685 idValue = Bridge.getResourceId(resValue.getResourceType(),
688 idValue = mContext.getLayoutlibCallback().getResourceId(
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutLibTestCallback.java128 public Integer getResourceId(ResourceType type, String name) { method in class:LayoutLibTestCallback
/frameworks/compile/slang/
H A Dslang_rs_reflection.h147 inline const std::string &getResourceId() const { return mResourceId; } function in class:slang::RSReflectionJava
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java60 final int resourceId = mWrapped.getResourceId(index, 0);
70 final int resourceId = mWrapped.getResourceId(index, 0);
154 public int getResourceId(int index, int defValue) { method in class:TintTypedArray
155 return mWrapped.getResourceId(index, defValue);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java606 public static Integer getResourceId(ResourceType type, String name) { method in class:Bridge
/frameworks/base/core/java/android/content/
H A DContentResolver.java650 OpenResourceIdResult r = getResourceId(uri);
930 OpenResourceIdResult r = getResourceId(uri);
1175 public OpenResourceIdResult getResourceId(Uri uri) throws FileNotFoundException { method in class:ContentResolver
/frameworks/base/core/java/android/widget/
H A DEditor.java5035 mPopupInlineErrorBackgroundId = getResourceId(mPopupInlineErrorBackgroundId,
5045 getResourceId(mPopupInlineErrorAboveBackgroundId,
5048 mPopupInlineErrorBackgroundId = getResourceId(mPopupInlineErrorBackgroundId,
5056 private int getResourceId(int currentId, int index) { method in class:Editor.ErrorPopup
5060 currentId = styledAttributes.getResourceId(index, 0);
/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 495 milliseconds