Searched refs:mEdgeExtensions (Results 1 – 1 of 1) sorted by relevance
117 private final ArrayMap<SurfaceControl, ArrayList<SurfaceControl>> mEdgeExtensions = field in SurfaceAnimationRunner183 mEdgeExtensions.put(animationLeash, extensionSurfaces); in startAnimation()194 mEdgeExtensions.remove(animationLeash); in startAnimation()216 if (!mEdgeExtensions.isEmpty()) { in startAnimation()490 if (!mEdgeExtensions.containsKey(leash)) { in doCreateExtensionSurface()502 mEdgeExtensions.get(leash).add(edgeExtensionLayer); in doCreateExtensionSurface()551 if (!mEdgeExtensions.containsKey(animationLeash)) { in onAnimationLeashLost()555 final ArrayList<SurfaceControl> edgeExtensions = mEdgeExtensions.get(animationLeash); in onAnimationLeashLost()560 mEdgeExtensions.remove(animationLeash); in onAnimationLeashLost()