Home
last modified time | relevance | path

Searched defs:withWindowAttached (Results 1 – 2 of 2) 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
/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