Searched defs:attrId (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylist.java283 private void addAnimator(List<Animator> animators, View v, int attrId) { argument
287 ctx.getTheme().resolveAttribute(attrId, typedValue, true);
H A DGuidedActionsStylist.java501 private float getFloat(Context ctx, TypedValue typedValue, int attrId) { argument
502 ctx.getTheme().resolveAttribute(attrId, typedValue, true);
507 private int getInteger(Context ctx, TypedValue typedValue, int attrId) { argument
508 ctx.getTheme().resolveAttribute(attrId, typedValue, true);
512 private int getDimension(Context ctx, TypedValue typedValue, int attrId) { argument
513 ctx.getTheme().resolveAttribute(attrId, typedValue, true);
517 private static Animator createAnimator(View v, int attrId) { argument
520 ctx.getTheme().resolveAttribute(attrId, typedValue, true);
/frameworks/base/core/java/android/app/
H A DAlertDialog.java408 * @param attrId ID of a theme attribute that points to a drawable resource.
410 public void setIconAttribute(@AttrRes int attrId) { argument
412 mContext.getTheme().resolveAttribute(attrId, out, true);
593 * @param attrId ID of a theme attribute that points to a drawable resource.
595 public Builder setIconAttribute(@AttrRes int attrId) { argument
597 P.mContext.getTheme().resolveAttribute(attrId, out, true);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertDialog.java229 * @param attrId ID of a theme attribute that points to a drawable resource.
231 public void setIconAttribute(int attrId) { argument
233 getContext().getTheme().resolveAttribute(attrId, out, true);
382 * @param attrId ID of a theme attribute that points to a drawable resource.
384 public Builder setIconAttribute(int attrId) { argument
386 P.mContext.getTheme().resolveAttribute(attrId, out, true);
H A DAlertController.java369 * @param attrId the attributeId of the theme-specific drawable
373 public int getIconAttributeResId(int attrId) { argument
375 mContext.getTheme().resolveAttribute(attrId, out, true);
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java388 * @param attrId the attributeId of the theme-specific drawable
393 public int getIconAttributeResId(int attrId) { argument
395 mContext.getTheme().resolveAttribute(attrId, out, true);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp4397 int ResourceTable::getPublicAttributeSdkLevel(uint32_t attrId) const {
4398 if (Res_GETPACKAGE(attrId) + 1 != 0x01 || Res_GETTYPE(attrId) + 1 != 0x01) {
4403 if (!mAssets->getIncludedResources().getResourceFlags(attrId, &specFlags)) {
4411 const size_t entryId = Res_GETENTRY(attrId);
4594 const uint32_t attrId = getResId(bag.keyAt(bi), &attr16); local
4595 const int sdkLevel = getPublicAttributeSdkLevel(attrId);

Completed in 242 milliseconds