Home
last modified time | relevance | path

Searched refs:mLandscape (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViews.java126 private RemoteViews mLandscape = null; field in RemoteViews
1685 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()