Searched refs:mPortrait (Results 1 – 1 of 1) sorted by relevance
127 private RemoteViews mPortrait = null; field in RemoteViews1685 return (mLandscape != null) && (mPortrait != null); in hasLandscapeAndPortraitLayouts()1707 mPortrait = portrait; in RemoteViews()1803 mPortrait = new RemoteViews(parcel, mBitmapCache); in RemoteViews()1804 mApplication = mPortrait.mApplication; in RemoteViews()1805 mLayoutId = mPortrait.getLayoutId(); in RemoteViews()1868 mMemoryUsageCounter.increment(mPortrait.estimateMemoryUsage()); in recalculateMemoryUsage()1887 mPortrait.setBitmapCache(bitmapCache); in setBitmapCache()2566 return mPortrait; in getRemoteViewsToApply()2731 mPortrait.writeToParcel(dest, flags); in writeToParcel()