Home
last modified time | relevance | path

Searched refs:resID (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4431 const int t = Res_GETTYPE(resID); in getResourceName()
4432 const int e = Res_GETENTRY(resID); in getResourceName()
4496 const int t = Res_GETTYPE(resID); in getResource()
4497 const int e = Res_GETENTRY(resID); in getResource()
4531 resID, t, e, err); in getResource()
4659 const int t = Res_GETTYPE(resID); in getBagLocked()
4660 const int e = Res_GETENTRY(resID); in getBagLocked()
4708 resID); in getBagLocked()
6419 const int t = Res_GETTYPE(resID); in getResourceFlags()
6420 const int e = Res_GETENTRY(resID); in getResourceFlags()
[all …]
/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimation.java279 … final int resID = a.getResourceId(com.android.internal.R.styleable.Animation_interpolator, 0); in Animation() local
283 if (resID > 0) { in Animation()
284 setInterpolator(context, resID); in Animation()
414 public void setInterpolator(Context context, @AnimRes @InterpolatorRes int resID) { in setInterpolator() argument
415 setInterpolator(AnimationUtils.loadInterpolator(context, resID)); in setInterpolator()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1981 bool getResourceName(uint32_t resID, bool allowUtf8, resource_name* outName) const;
1983 bool getResourceFlags(uint32_t resID, uint32_t* outFlags) const;
1989 bool isResourceDynamic(uint32_t resID) const;
2012 ssize_t getResource(uint32_t resID, Res_value* outValue, bool mayBeBag = false,
2052 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const;
2058 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,
2070 status_t applyStyle(uint32_t resID, bool force=false);
2092 ssize_t getAttribute(uint32_t resID, Res_value* outValue,
2305 ssize_t getResourcePackageIndex(uint32_t resID) const;
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java1000 final int resID = a.getResourceId(R.styleable.Keyframe_interpolator, 0); in loadKeyframe() local
1001 if (resID > 0) { in loadKeyframe()
1002 final Interpolator interpolator = AnimationUtils.loadInterpolator(res, theme, resID); in loadKeyframe()
1058 final int resID = arrayAnimator.getResourceId(R.styleable.Animator_interpolator, 0); in loadAnimator() local
1059 if (resID > 0) { in loadAnimator()
1060 final Interpolator interpolator = AnimationUtils.loadInterpolator(res, theme, resID); in loadAnimator()
/aosp14/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp66 uint32_t resID = in TEST() local
69 ASSERT_NE(uint32_t(0x00000000), resID); in TEST()
70 ASSERT_EQ(basic::R::string::test1, resID); in TEST()
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.h608 sp<const Entry> getEntry(uint32_t resID,
613 const Item* getItem(uint32_t resID, uint32_t attrID) const;
614 bool getItemValue(uint32_t resID, uint32_t attrID,
H A DResourceTable.cpp4341 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, in getEntry() argument
4344 size_t pid = Res_GETPACKAGE(resID)+1; in getEntry()
4360 int tid = Res_GETTYPE(resID); in getEntry()
4362 fprintf(stderr, "warning: Type not found for resource #%08x\n", resID); in getEntry()
4367 int eid = Res_GETENTRY(resID); in getEntry()
4392 sp<const Entry> e = getEntry(resID); in getItem()
4414 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue() argument
4416 const Item* item = getItem(resID, attrID); in getItemValue()
4421 sp<const Entry> e = getEntry(resID); in getItemValue()
4439 resID, attrID, String8(getEntry(resID)->getName()).string(), in getItemValue()
[all …]
/aosp14/frameworks/base/core/java/android/widget/
H A DProgressBar.java305 final int resID = a.getResourceId( in ProgressBar() local
308 if (resID > 0) { in ProgressBar()
309 setInterpolator(context, resID); in ProgressBar()
2012 public void setInterpolator(Context context, @InterpolatorRes int resID) { in setInterpolator() argument
2013 setInterpolator(AnimationUtils.loadInterpolator(context, resID)); in setInterpolator()
H A DAbsListView.java2923 public void setSelector(@DrawableRes int resID) { in setSelector() argument
2924 setSelector(getContext().getDrawable(resID)); in setSelector()
/aosp14/frameworks/base/core/java/android/transition/
H A DTransition.java281 … final int resID = a.getResourceId(com.android.internal.R.styleable.Animator_interpolator, 0); in Transition() local
282 if (resID > 0) { in Transition()
283 setInterpolator(AnimationUtils.loadInterpolator(context, resID)); in Transition()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java355 private int readRotation(int resID) { in readRotation() argument
357 final int rotation = mContext.getResources().getInteger(resID); in readRotation()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...