Home
last modified time | relevance | path

Searched refs:mUiExecutor (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java112 private final DelayableExecutor mUiExecutor; field in KeyguardClockSwitchController
169 mUiExecutor = uiExecutor; in KeyguardClockSwitchController()
421 mUiExecutor.executeDelayed(() -> clock.getLargeClock().getAnimations().enter(), in displayClock()
550 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL, /* animate */ true)); in updateDoubleLineClock()
556 mUiExecutor.execute(() -> { in setDateWeatherVisibility()
566 mUiExecutor.execute(() -> { in setWeatherVisibility()
575 mUiExecutor.execute(() -> { in updateKeyguardStatusAreaVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLongScreenshotActivity.java77 private final Executor mUiExecutor; field in LongScreenshotActivity
117 mUiExecutor = mainExecutor; in LongScreenshotActivity()
199 }, mUiExecutor); in onStart()
260 }, mUiExecutor); in onLongScreenshotReceived()
409 exportFuture.addListener(() -> onExportCompleted(action, exportFuture), mUiExecutor); in startExport()