Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java372 private RemoteViews mLandscape = null; field in RemoteViews
3558 return (mLandscape != null) && (mPortrait != null);
3603 mLandscape = landscape;
3742 mLandscape = createInitializedFrom(src.mLandscape, hierarchyRoot);
3827 mLandscape = new RemoteViews(parcel, getHierarchyRootData(), info, depth);
3829 new RemoteViews(parcel, getHierarchyRootData(), mLandscape.mApplication, depth);
3980 mLandscape.configureAsChild(rootData);
5409 return mLandscape;
6164 mLandscape.writeToParcel(dest, flags);
6968 if (mLandscape == child) {
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72487 Landroid/widget/RemoteViews;->mLandscape:Landroid/widget/RemoteViews;