Searched refs:mEdgeExtensions (Results 1 – 1 of 1) sorted by relevance
115 private final ArrayMap<SurfaceControl, ArrayList<SurfaceControl>> mEdgeExtensions = field in SurfaceAnimationRunner181 mEdgeExtensions.put(animationLeash, extensionSurfaces); in startAnimation()204 if (!mEdgeExtensions.isEmpty()) { in startAnimation()479 if (!mEdgeExtensions.containsKey(leash)) { in doCreateExtensionSurface()491 mEdgeExtensions.get(leash).add(edgeExtensionLayer); in doCreateExtensionSurface()540 if (!mEdgeExtensions.containsKey(animationLeash)) { in onAnimationLeashLost()544 final ArrayList<SurfaceControl> edgeExtensions = mEdgeExtensions.get(animationLeash); in onAnimationLeashLost()549 mEdgeExtensions.remove(animationLeash); in onAnimationLeashLost()