Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayWindow.java85 withWindowAttached(() -> { in init() method
124 void withWindowAttached(Runnable action) { in withWindowAttached() method in ClipboardOverlayWindow
DClipboardOverlayController.java216 mWindow.withWindowAttached(() -> { in ClipboardOverlayController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java471 withWindowAttached(() -> { in prepareViewForNewScreenshot() method
596 withWindowAttached(() -> { in enqueueScrollCaptureRequest() method
683 private void withWindowAttached(Runnable action) { in withWindowAttached() method in ScreenshotController
736 withWindowAttached(this::removeWindow); in removeWindow()