Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DTaskFragmentParentInfo.java48 @Nullable private final SurfaceControl mDecorSurface; field in TaskFragmentParentInfo
57 mDecorSurface = decorSurface; in TaskFragmentParentInfo()
66 mDecorSurface = info.mDecorSurface; in TaskFragmentParentInfo()
124 && mDecorSurface == that.mDecorSurface; in equalsForTaskFragmentOrganizer()
130 return mDecorSurface; in getDecorSurface()
145 + ", decorSurface=" + mDecorSurface in toString()
168 && mDecorSurface == that.mDecorSurface; in equals()
177 result = 31 * result + Objects.hashCode(mDecorSurface); in hashCode()
188 dest.writeTypedObject(mDecorSurface, flags); in writeToParcel()
196 mDecorSurface = in.readTypedObject(SurfaceControl.CREATOR); in TaskFragmentParentInfo()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DDividerPresenter.java268 previousProperties.mDecorSurface, mProperties.mDecorSurface) in updateProperties()
977 private final SurfaceControl mDecorSurface;
1008 mDecorSurface = decorSurface;
1031 return areSameSurfaces(a.mDecorSurface, b.mDecorSurface)
1329 .setParent(mProperties.mDecorSurface)
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java6856 return mDecorSurfaceContainer != null ? mDecorSurfaceContainer.mDecorSurface : null;
6863 t.show(mDecorSurfaceContainer.mDecorSurface);
6897 @NonNull final SurfaceControl mDecorSurface;
6921 mDecorSurface = makeSurface()
6962 .remove(mDecorSurface)