Home
last modified time | relevance | path

Searched refs:styledAttributes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DLetterboxEduDialogActionLayout.java50 TypedArray styledAttributes = in LetterboxEduDialogActionLayout() local
54 int iconId = styledAttributes.getResourceId( in LetterboxEduDialogActionLayout()
56 String text = styledAttributes.getString( in LetterboxEduDialogActionLayout()
58 styledAttributes.recycle(); in LetterboxEduDialogActionLayout()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DBouncerKeyguardMessageArea.kt48 val styledAttributes = in <lambda>() constant
51 if (styledAttributes != null) { in <lambda>()
52 colorStateList = styledAttributes.getColorStateList(0) in <lambda>()
54 styledAttributes.recycle() in <lambda>()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java275 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH() argument
278 TypedValue tvFrom = styledAttributes.peekValue(valueFromId); in getPVH()
281 TypedValue tvTo = styledAttributes.peekValue(valueToId); in getPVH()
299 String fromString = styledAttributes.getString(valueFromId); in getPVH()
300 String toString = styledAttributes.getString(valueToId); in getPVH()
338 valueFrom = styledAttributes.getDimension(valueFromId, 0f); in getPVH()
340 valueFrom = styledAttributes.getFloat(valueFromId, 0f); in getPVH()
344 valueTo = styledAttributes.getDimension(valueToId, 0f); in getPVH()
346 valueTo = styledAttributes.getFloat(valueToId, 0f); in getPVH()
355 valueTo = styledAttributes.getDimension(valueToId, 0f); in getPVH()
[all …]
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java96 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge() local
97 mOverlay = styledAttributes.getDrawable( in QuickContactBadge()
99 styledAttributes.recycle(); in QuickContactBadge()
DEditor.java7383 TypedArray styledAttributes = mView.getContext().obtainStyledAttributes( in getResourceId() local
7385 currentId = styledAttributes.getResourceId(index, 0); in getResourceId()
7386 styledAttributes.recycle(); in getResourceId()