Searched refs:mReparentedSurfaces (Results 1 – 1 of 1) sorted by relevance
2682 private final ArrayMap<SurfaceControl, SurfaceControl> mReparentedSurfaces = field in SurfaceControl.Transaction2727 mReparentedSurfaces.clear(); in clear()2739 mReparentedSurfaces.clear(); in close()2772 final int reparentCount = mReparentedSurfaces.size(); in notifyReparentedSurfaces()2774 final SurfaceControl child = mReparentedSurfaces.keyAt(i); in notifyReparentedSurfaces()2780 listener.onReparent(this, mReparentedSurfaces.valueAt(i)); in notifyReparentedSurfaces()2782 mReparentedSurfaces.removeAt(i); in notifyReparentedSurfaces()3178 mReparentedSurfaces.put(sc, newParent); in reparent()3560 mReparentedSurfaces.putAll(other.mReparentedSurfaces); in merge()3561 other.mReparentedSurfaces.clear(); in merge()