Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DAnimatorInflater.java272 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH() argument
275 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 …]
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteChooserDialog.java252 TypedArray styledAttributes = getContext().obtainStyledAttributes(new int[] { in RouteAdapter() local
257 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()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java94 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge() local
95 mOverlay = styledAttributes.getDrawable( in QuickContactBadge()
97 styledAttributes.recycle(); in QuickContactBadge()
DEditor.java5644 TypedArray styledAttributes = mView.getContext().obtainStyledAttributes(
5646 currentId = styledAttributes.getResourceId(index, 0);
5647 styledAttributes.recycle();