Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java361 private RemoteViews mLandscape = null; field in RemoteViews
3506 return (mLandscape != null) && (mPortrait != null);
3551 mLandscape = landscape;
3661 mLandscape = new RemoteViews(src.mLandscape);
3748 mLandscape = new RemoteViews(parcel, mBitmapCache, info, depth, mClassCookies);
3749 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,
3880 mLandscape.setBitmapCache(bitmapCache);
5298 return mLandscape;
5841 mLandscape.updateAppInfo(info);
6049 mLandscape.writeToParcel(dest, flags);
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72487 Landroid/widget/RemoteViews;->mLandscape:Landroid/widget/RemoteViews;