Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java547 RemoteViews rvToApply = remoteViews.getRemoteViewsToApply(mContext, mCurrentSize); in applyRemoteViews() local
549 rvToApply = rvToApply.getDarkTextViews(); in applyRemoteViews()
553 inflateAsync(rvToApply); in applyRemoteViews()
560 if (!mColorMappingChanged && rvToApply.canRecycleView(mView)) { in applyRemoteViews()
562 rvToApply.reapply(mContext, mView, mInteractionHandler, mCurrentSize, in applyRemoteViews()
565 mLastInflatedRemoteViewsId = rvToApply.computeUniqueId(remoteViews); in applyRemoteViews()
576 content = rvToApply.apply(mContext, this, mInteractionHandler, in applyRemoteViews()
578 mLastInflatedRemoteViewsId = rvToApply.computeUniqueId(remoteViews); in applyRemoteViews()
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2411 if (rvToApply.canRecycleView(child)) { in apply()
2469 if (rvToApply.canRecycleView(recycled.mRoot)) { in initActionAsync()
5535 RemoteViews rvToApply = getRemoteViewsToApply(context, size);
5537 View result = inflateView(context, rvToApply, parent);
5538 rvToApply.performApply(result, parent, handler, null);
5552 RemoteViews rvToApply = getRemoteViewsToApply(context, size);
5555 rvToApply.performApply(result, parent, handler, null);
5562 RemoteViews rvToApply = getRemoteViewsToApply(context, size);
5858 || rvToApply.mViewId != View.NO_ID
5860 if (!rvToApply.canRecycleView(v)) {
[all …]