Searched refs:mA11yOverlayLayers (Results 1 – 1 of 1) sorted by relevance
381 private SparseArray<SurfaceControl> mA11yOverlayLayers = new SparseArray<>(); field in AccessibilityManagerService5398 mA11yOverlayLayers.put( in onDisplayAdded()5430 mA11yOverlayLayers.remove(displayId); in onDisplayRemoved()6460 if (!mA11yOverlayLayers.contains(displayId)) { in attachAccessibilityOverlayToDisplayInternal()6461 mA11yOverlayLayers.put(displayId, mWindowManagerService.getA11yOverlayLayer(displayId)); in attachAccessibilityOverlayToDisplayInternal()6463 SurfaceControl parent = mA11yOverlayLayers.get(displayId); in attachAccessibilityOverlayToDisplayInternal()6466 mA11yOverlayLayers.remove(displayId); in attachAccessibilityOverlayToDisplayInternal()