Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViewsListAdapter.java34 private RemoteViews.ColorResources mColorResources; field in RemoteViewsListAdapter
41 mColorResources = colorResources; in RemoteViewsListAdapter()
95 rv.reapply(mContext, v, null /* handler */, null /* size */, mColorResources); in getView()
98 mColorResources); in getView()
H A DRemoteCollectionItemsAdapter.java43 private ColorResources mColorResources; field in RemoteCollectionItemsAdapter
59 mColorResources = colorResources; in RemoteCollectionItemsAdapter()
80 mColorResources = colorResources; in setData()
191 mColorResources); in getView() local
204 mColorResources); in getView()
H A DRemoteViews.java5690 final ColorResources mColorResources;
5711 mColorResources = colorResources;
5723 mResult = inflateView(mContext, mRV, mParent, 0, mColorResources);
5733 mColorResources);
5758 a.apply(viewTree.mRoot, mParent, handler, mColorResources);
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java105 private RemoteViews.ColorResources mColorResources = null; field in AppWidgetHostView
563 mColorResources); in applyRemoteViews()
577 mCurrentSize, mColorResources); in applyRemoteViews()
636 mColorResources); in inflateAsync()
648 mColorResources); in inflateAsync()
728 if (mColorResources != null) { in getRemoteContextEnsuringCorrectCachedApkPath()
729 mColorResources.apply(newContext); in getRemoteContextEnsuringCorrectCachedApkPath()
907 mColorResources = RemoteViews.ColorResources.create(mContext, mColorMapping); in setColorResources()
935 if (mColorResources != null) { in resetColorResources()
936 mColorResources = null; in resetColorResources()