Searched refs:mUiExecutor (Results 1 – 2 of 2) sorted by relevance
124 private final DelayableExecutor mUiExecutor; field in KeyguardClockSwitchController190 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()
85 private final Executor mUiExecutor; field in LongScreenshotActivity122 mUiExecutor = mainExecutor; in LongScreenshotActivity()213 }, mUiExecutor); in onStart()274 }, mUiExecutor); in onLongScreenshotReceived()425 exportFuture.addListener(() -> onExportCompleted(action, exportFuture), mUiExecutor); in startExport() local