Searched refs:mNestedViews (Results 1 – 1 of 1) sorted by relevance
1567 private RemoteViews mNestedViews; field in RemoteViews.ViewGroupActionAdd1576 mNestedViews = nestedViews; in ViewGroupActionAdd()1587 mNestedViews = new RemoteViews(parcel, bitmapCache, info, depth, classCookies); in ViewGroupActionAdd()1588 mNestedViews.addFlags(mApplyFlags); in ViewGroupActionAdd()1594 mNestedViews.writeToParcel(dest, flags); in writeToParcel()1599 return mNestedViews.hasSameAppInfo(parentInfo); in hasSameAppInfo()1612 target.addView(mNestedViews.apply(context, target, handler), mIndex); in apply()1628 final AsyncApplyTask task = mNestedViews.getAsyncApplyTask( in initActionAsync()1652 mNestedViews.setBitmapCache(bitmapCache); in setBitmapCache()1662 return mNestedViews.prefersAsyncApply(); in prefersAsyncApply()