Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java262 private RemoteViews mLandscape = null; field in RemoteViews
2255 return (mLandscape != null) && (mPortrait != null);
2276 mLandscape = landscape;
2300 mLandscape = new RemoteViews(src.mLandscape);
2359 mLandscape = new RemoteViews(parcel, mBitmapCache, info, depth, mClassCookies);
2360 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,
2472 mLandscape.setBitmapCache(bitmapCache);
3360 return mLandscape;
3750 mLandscape.writeToParcel(dest, flags);