Searched defs:mLandscape (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java177 private RemoteViews mLandscape = null; field in class:RemoteViews
2379 return (mLandscape != null) && (mPortrait != null);
2400 mLandscape = landscape;
2516 mLandscape = new RemoteViews(parcel, mBitmapCache, info, depth);
2517 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth);
2602 mMemoryUsageCounter.increment(mLandscape.estimateMemoryUsage());
2621 mLandscape.setBitmapCache(bitmapCache);
3448 return mLandscape;
3827 mLandscape.writeToParcel(dest, flags);

Completed in 95 milliseconds