Searched refs:mUiExecutor (Results 1 – 2 of 2) sorted by relevance
112 private final DelayableExecutor mUiExecutor; field in KeyguardClockSwitchController169 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()
77 private final Executor mUiExecutor; field in LongScreenshotActivity117 mUiExecutor = mainExecutor; in LongScreenshotActivity()199 }, mUiExecutor); in onStart()260 }, mUiExecutor); in onLongScreenshotReceived()409 exportFuture.addListener(() -> onExportCompleted(action, exportFuture), mUiExecutor); in startExport()