Searched refs:mNestedViews (Results 1 – 1 of 1) sorted by relevance
1558 private RemoteViews mNestedViews; field in RemoteViews.ViewGroupActionAdd1567 mNestedViews = nestedViews; in ViewGroupActionAdd()1578 mNestedViews = new RemoteViews(parcel, bitmapCache, info, depth, classCookies); in ViewGroupActionAdd()1579 mNestedViews.addFlags(mApplyFlags); in ViewGroupActionAdd()1585 mNestedViews.writeToParcel(dest, flags); in writeToParcel()1590 return mNestedViews.hasSameAppInfo(parentInfo); in hasSameAppInfo()1603 target.addView(mNestedViews.apply(context, target, handler), mIndex); in apply()1619 final AsyncApplyTask task = mNestedViews.getAsyncApplyTask( in initActionAsync()1643 mNestedViews.setBitmapCache(bitmapCache); in setBitmapCache()1653 return mNestedViews.prefersAsyncApply(); in prefersAsyncApply()