Searched refs:mLandscape (Results 1 – 1 of 1) sorted by relevance
126 private RemoteViews mLandscape = null; field in RemoteViews1685 return (mLandscape != null) && (mPortrait != null); in hasLandscapeAndPortraitLayouts()1706 mLandscape = landscape; in RemoteViews()1802 mLandscape = new RemoteViews(parcel, mBitmapCache); in RemoteViews()1867 mMemoryUsageCounter.increment(mLandscape.estimateMemoryUsage()); in recalculateMemoryUsage()1886 mLandscape.setBitmapCache(bitmapCache); in setBitmapCache()2564 return mLandscape; in getRemoteViewsToApply()2730 mLandscape.writeToParcel(dest, flags); in writeToParcel()