Searched refs:mPortrait (Results 1 – 1 of 1) sorted by relevance
129 private RemoteViews mPortrait = null; field in RemoteViews1772 return (mLandscape != null) && (mPortrait != null); in hasLandscapeAndPortraitLayouts()1794 mPortrait = portrait; in RemoteViews()1890 mPortrait = new RemoteViews(parcel, mBitmapCache); in RemoteViews()1891 mApplication = mPortrait.mApplication; in RemoteViews()1892 mLayoutId = mPortrait.getLayoutId(); in RemoteViews()1955 mMemoryUsageCounter.increment(mPortrait.estimateMemoryUsage()); in recalculateMemoryUsage()1974 mPortrait.setBitmapCache(bitmapCache); in setBitmapCache()2709 return mPortrait; in getRemoteViewsToApply()2878 mPortrait.writeToParcel(dest, flags); in writeToParcel()