Searched refs:mA11yOverlayLayers (Results 1 – 1 of 1) sorted by relevance
336 private SparseArray<SurfaceControl> mA11yOverlayLayers = new SparseArray<>(); field in AccessibilityManagerService4509 mA11yOverlayLayers.put( in onDisplayAdded()4534 mA11yOverlayLayers.remove(displayId); in onDisplayRemoved()5332 if (!mA11yOverlayLayers.contains(displayId)) { in attachAccessibilityOverlayToDisplayInternal()5333 mA11yOverlayLayers.put(displayId, mWindowManagerService.getA11yOverlayLayer(displayId)); in attachAccessibilityOverlayToDisplayInternal()5335 SurfaceControl parent = mA11yOverlayLayers.get(displayId); in attachAccessibilityOverlayToDisplayInternal()5338 mA11yOverlayLayers.remove(displayId); in attachAccessibilityOverlayToDisplayInternal()