Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java2076 private final ArrayMap<SurfaceControl, Point> mResizedSurfaces = new ArrayMap<>(); field in SurfaceControl.Transaction
2119 for (int i = mResizedSurfaces.size() - 1; i >= 0; i--) { in applyResizedSurfaces()
2120 final Point size = mResizedSurfaces.valueAt(i); in applyResizedSurfaces()
2121 final SurfaceControl surfaceControl = mResizedSurfaces.keyAt(i); in applyResizedSurfaces()
2127 mResizedSurfaces.clear(); in applyResizedSurfaces()
2198 mResizedSurfaces.put(sc, new Point(w, h)); in setBufferSize()
2666 mResizedSurfaces.putAll(other.mResizedSurfaces); in merge()
2667 other.mResizedSurfaces.clear(); in merge()