Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java124 private final DelayableExecutor mUiExecutor; field in KeyguardClockSwitchController
190 mUiExecutor = uiExecutor; in KeyguardClockSwitchController()
495 mUiExecutor.executeDelayed(() -> clock.getLargeClock().getAnimations().enter(), in displayClock()
657 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL, in updateDoubleLineClock()
664 mUiExecutor.execute(() -> { in setDateWeatherVisibility()
674 mUiExecutor.execute(() -> { in setWeatherVisibility()
683 mUiExecutor.execute(() -> { in updateKeyguardStatusAreaVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DLongScreenshotActivity.java85 private final Executor mUiExecutor; field in LongScreenshotActivity
122 mUiExecutor = mainExecutor; in LongScreenshotActivity()
213 }, mUiExecutor); in onStart()
274 }, mUiExecutor); in onLongScreenshotReceived()
425 exportFuture.addListener(() -> onExportCompleted(action, exportFuture), mUiExecutor); in startExport() local