Searched refs:mReparentedSurfaces (Results 1 – 1 of 1) sorted by relevance
2700 private final ArrayMap<SurfaceControl, SurfaceControl> mReparentedSurfaces = field in SurfaceControl.Transaction2765 mReparentedSurfaces.clear(); in clear()2777 mReparentedSurfaces.clear(); in close()2810 final int reparentCount = mReparentedSurfaces.size(); in notifyReparentedSurfaces()2812 final SurfaceControl child = mReparentedSurfaces.keyAt(i); in notifyReparentedSurfaces()2818 listener.onReparent(this, mReparentedSurfaces.valueAt(i)); in notifyReparentedSurfaces()2820 mReparentedSurfaces.removeAt(i); in notifyReparentedSurfaces()3269 mReparentedSurfaces.put(sc, newParent); in reparent()4036 mReparentedSurfaces.putAll(other.mReparentedSurfaces); in merge()4037 other.mReparentedSurfaces.clear(); in merge()