Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteCollectionItemsAdapter.java42 private ColorResources mColorResources; field in RemoteCollectionItemsAdapter
58 mColorResources = colorResources; in RemoteCollectionItemsAdapter()
79 mColorResources = colorResources; in setData()
186 newView.setColorResourcesNoReapply(mColorResources); in getView()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java106 private RemoteViews.ColorResources mColorResources = null; field in AppWidgetHostView
590 mColorResources); in applyRemoteViews()
604 mCurrentSize, mColorResources); in applyRemoteViews()
663 mColorResources); in inflateAsync()
675 mColorResources); in inflateAsync()
758 if (mColorResources != null) { in getRemoteContextEnsuringCorrectCachedApkPath()
759 mColorResources.apply(newContext); in getRemoteContextEnsuringCorrectCachedApkPath()
936 if (mColorResources != null in setColorResources()
937 && isSameColorMapping(mColorResources.getColorMapping(), colorMapping)) { in setColorResources()
944 mColorResources = colorResources; in setColorResourcesStates()
[all …]