Searched refs:mRV (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java3284 final RemoteViews mRV; field in class:RemoteViews.AsyncApplyTask
3298 mRV = rv;
3312 mResult = inflateView(mContext, mRV, mParent);
3316 if (mRV.mActions != null) {
3317 int count = mRV.mActions.size();
3321 mActions[i] = mRV.mActions.get(i).initActionAsync(mTree, mParent, mHandler);

Completed in 37 milliseconds