Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java546 RemoteViews rvToApply = remoteViews.getRemoteViewsToApply(mContext, mCurrentSize); in applyRemoteViews() local
548 rvToApply = rvToApply.getDarkTextViews(); in applyRemoteViews()
552 inflateAsync(rvToApply); in applyRemoteViews()
555 int layoutId = rvToApply.getLayoutId(); in applyRemoteViews()
556 if (rvToApply.canRecycleView(mView)) { in applyRemoteViews()
558 rvToApply.reapply(mContext, mView, mInteractionHandler, mCurrentSize, in applyRemoteViews()
561 mLastInflatedRemoteViewsId = rvToApply.computeUniqueId(remoteViews); in applyRemoteViews()
572 content = rvToApply.apply(mContext, this, mInteractionHandler, in applyRemoteViews()
574 mLastInflatedRemoteViewsId = rvToApply.computeUniqueId(remoteViews); in applyRemoteViews()
/frameworks/base/core/java/android/widget/
DRemoteViews.java2345 RemoteViews rvToApply = mNestedViews.getRemoteViewsToApply(context); in apply() local
2350 int recycledViewIndex = findViewIndexToRecycle(target, rvToApply); in apply()
2353 if (rvToApply.canRecycleView(child)) { in apply()
2358 rvToApply.reapply(context, child, handler, null /* size */, colorResources, in apply()
2370 View nestedView = rvToApply.apply(context, target, handler, null /* size */, in apply()
2402 RemoteViews rvToApply = mNestedViews.getRemoteViewsToApply(context); in initActionAsync() local
2411 if (rvToApply.canRecycleView(recycled.mRoot)) { in initActionAsync()
2416 final AsyncApplyTask reapplyTask = rvToApply.getInternalAsyncApplyTask( in initActionAsync()
5424 RemoteViews rvToApply = getRemoteViewsToApply(context, size);
5426 View result = inflateView(context, rvToApply, parent);
[all …]