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.java84 withWindowAttached(() -> { in init() method
117 void withWindowAttached(Runnable action) { in withWindowAttached() method in ClipboardOverlayWindow
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLegacyScreenshotController.java354 withWindowAttached(() -> { in prepareViewForNewScreenshot() method
452 withWindowAttached(() -> { in enqueueScrollCaptureRequest() method
522 private void withWindowAttached(Runnable action) { in withWindowAttached() method in LegacyScreenshotController