Home | History | Annotate | Download | only in widget

Lines Matching defs:mLandscape

127     private RemoteViews mLandscape = null;
1583 return (mLandscape != null) && (mPortrait != null);
1603 mLandscape = landscape;
1696 mLandscape = new RemoteViews(parcel, mBitmapCache);
1759 mMemoryUsageCounter.increment(mLandscape.estimateMemoryUsage());
1778 mLandscape.setBitmapCache(bitmapCache);
2378 return mLandscape;
2524 mLandscape.writeToParcel(dest, flags);