Searched refs:styledAttributes (Results 1 – 4 of 4) sorted by relevance
272 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH() argument275 TypedValue tvFrom = styledAttributes.peekValue(valueFromId); in getPVH()278 TypedValue tvTo = styledAttributes.peekValue(valueToId); in getPVH()296 String fromString = styledAttributes.getString(valueFromId); in getPVH()297 String toString = styledAttributes.getString(valueToId); in getPVH()335 valueFrom = styledAttributes.getDimension(valueFromId, 0f); in getPVH()337 valueFrom = styledAttributes.getFloat(valueFromId, 0f); in getPVH()341 valueTo = styledAttributes.getDimension(valueToId, 0f); in getPVH()343 valueTo = styledAttributes.getFloat(valueToId, 0f); in getPVH()352 valueTo = styledAttributes.getDimension(valueToId, 0f); in getPVH()[all …]
252 TypedArray styledAttributes = getContext().obtainStyledAttributes(new int[] { in RouteAdapter() local257 mDefaultIcon = styledAttributes.getDrawable(0); in RouteAdapter()258 mTvIcon = styledAttributes.getDrawable(1); in RouteAdapter()259 mSpeakerIcon = styledAttributes.getDrawable(2); in RouteAdapter()260 mSpeakerGroupIcon = styledAttributes.getDrawable(3); in RouteAdapter()261 styledAttributes.recycle(); in RouteAdapter()
94 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge() local95 mOverlay = styledAttributes.getDrawable( in QuickContactBadge()97 styledAttributes.recycle(); in QuickContactBadge()
5644 TypedArray styledAttributes = mView.getContext().obtainStyledAttributes(5646 currentId = styledAttributes.getResourceId(index, 0);5647 styledAttributes.recycle();