Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java254 private RemoteViews mLandscape = null; field in RemoteViews
2246 return (mLandscape != null) && (mPortrait != null);
2267 mLandscape = landscape;
2291 mLandscape = new RemoteViews(src.mLandscape);
2350 mLandscape = new RemoteViews(parcel, mBitmapCache, info, depth, mClassCookies);
2351 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,
2463 mLandscape.setBitmapCache(bitmapCache);
3351 return mLandscape;
3726 mLandscape.writeToParcel(dest, flags);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt89627 Landroid/widget/RemoteViews;->mLandscape:Landroid/widget/RemoteViews;