Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java574 RemoteViews rvToApply = remoteViews.getRemoteViewsToApply(mContext, mCurrentSize); in applyRemoteViews() local
576 rvToApply = rvToApply.getDarkTextViews(); in applyRemoteViews()
580 inflateAsync(rvToApply); in applyRemoteViews()
587 if (!mColorMappingChanged && rvToApply.canRecycleView(mView)) { in applyRemoteViews()
589 rvToApply.reapply(mContext, mView, mInteractionHandler, mCurrentSize, in applyRemoteViews()
592 mLastInflatedRemoteViewsId = rvToApply.computeUniqueId(remoteViews); in applyRemoteViews()
603 content = rvToApply.apply(mContext, this, mInteractionHandler, in applyRemoteViews()
605 mLastInflatedRemoteViewsId = rvToApply.computeUniqueId(remoteViews); in applyRemoteViews()
/frameworks/base/core/java/android/widget/
DRemoteViews.java2876 RemoteViews rvToApply = mNestedViews.getRemoteViewsToApply(context); in apply() local
2879 if (flagsToPropagate != 0) rvToApply.addFlags(flagsToPropagate); in apply()
2885 int recycledViewIndex = findViewIndexToRecycle(target, rvToApply); in apply()
2888 if (rvToApply.canRecycleView(child)) { in apply()
2893 rvToApply.reapplyNestedViews(context, child, rootParent, params); in apply()
2904 View nestedView = rvToApply.apply(context, target, rootParent, null /* size */, params); in apply()
2935 RemoteViews rvToApply = mNestedViews.getRemoteViewsToApply(context); in initActionAsync() local
2944 if (rvToApply.canRecycleView(recycled.mRoot)) { in initActionAsync()
2949 final AsyncApplyTask reapplyTask = rvToApply.getInternalAsyncApplyTask( in initActionAsync()
6112 RemoteViews rvToApply = getRemoteViewsToApply(context, size);
[all …]