Searched refs:mDecorSurface (Results 1 – 3 of 3) sorted by relevance
48 @Nullable private final SurfaceControl mDecorSurface; field in TaskFragmentParentInfo57 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()
268 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)
6856 return mDecorSurfaceContainer != null ? mDecorSurfaceContainer.mDecorSurface : null;6863 t.show(mDecorSurfaceContainer.mDecorSurface);6897 @NonNull final SurfaceControl mDecorSurface;6921 mDecorSurface = makeSurface()6962 .remove(mDecorSurface)