Searched refs:styledAttributes (Results 1 – 5 of 5) sorted by relevance
50 TypedArray styledAttributes = in LetterboxEduDialogActionLayout() local54 int iconId = styledAttributes.getResourceId( in LetterboxEduDialogActionLayout()56 String text = styledAttributes.getString( in LetterboxEduDialogActionLayout()58 styledAttributes.recycle(); in LetterboxEduDialogActionLayout()
48 val styledAttributes = in <lambda>() constant51 if (styledAttributes != null) { in <lambda>()52 colorStateList = styledAttributes.getColorStateList(0) in <lambda>()54 styledAttributes.recycle() in <lambda>()
275 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH() argument278 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 …]
96 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge() local97 mOverlay = styledAttributes.getDrawable( in QuickContactBadge()99 styledAttributes.recycle(); in QuickContactBadge()
7383 TypedArray styledAttributes = mView.getContext().obtainStyledAttributes( in getResourceId() local7385 currentId = styledAttributes.getResourceId(index, 0); in getResourceId()7386 styledAttributes.recycle(); in getResourceId()