HomeSort by relevance Sort by last modified time
    Searched defs:styledAttributes (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 94 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
95 mOverlay = styledAttributes.getDrawable(
97 styledAttributes.recycle();
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteChooserDialog.java 266 TypedArray styledAttributes = ApiHelper.getLibTheme(context,
275 mDefaultIcon = styledAttributes.getDrawable(0);
276 mTvIcon = styledAttributes.getDrawable(1);
277 mSpeakerIcon = styledAttributes.getDrawable(2);
278 mSpeakerGroupIcon = styledAttributes.getDrawable(3);
279 styledAttributes.recycle();
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteChooserDialog.java 260 TypedArray styledAttributes = getContext().obtainStyledAttributes(new int[] {
265 mDefaultIcon = styledAttributes.getDrawable(0);
266 mTvIcon = styledAttributes.getDrawable(1);
267 mSpeakerIcon = styledAttributes.getDrawable(2);
268 mSpeakerGroupIcon = styledAttributes.getDrawable(3);
269 styledAttributes.recycle();

Completed in 335 milliseconds