Searched refs:mReparentedSurfaces (Results 1 – 1 of 1) sorted by relevance
2813 private final ArrayMap<SurfaceControl, SurfaceControl> mReparentedSurfaces = field in SurfaceControl.Transaction2892 mReparentedSurfaces.clear(); in clear()2904 mReparentedSurfaces.clear(); in close()2946 final int reparentCount = mReparentedSurfaces.size(); in notifyReparentedSurfaces()2948 final SurfaceControl child = mReparentedSurfaces.keyAt(i); in notifyReparentedSurfaces()2954 listener.onReparent(this, mReparentedSurfaces.valueAt(i)); in notifyReparentedSurfaces()2956 mReparentedSurfaces.removeAt(i); in notifyReparentedSurfaces()3479 mReparentedSurfaces.put(sc, newParent); in reparent()4426 mReparentedSurfaces.putAll(other.mReparentedSurfaces); in merge()4427 other.mReparentedSurfaces.clear(); in merge()