Home
last modified time | relevance | path

Searched refs:backgroundDelayableExecutor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegateTest.kt69 private lateinit var backgroundDelayableExecutor: FakeExecutor variable in com.android.systemui.accessibility.fontscaling.FontScalingDialogDelegateTest
92 backgroundDelayableExecutor = FakeExecutor(systemClock) in setUp()
106 backgroundDelayableExecutor in setUp()
153 backgroundDelayableExecutor.runAllReady() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()
154 backgroundDelayableExecutor.advanceClockToNext() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()
155 backgroundDelayableExecutor.runAllReady() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()
158 backgroundDelayableExecutor.runAllReady() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()
159 backgroundDelayableExecutor.advanceClockToNext() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()
160 backgroundDelayableExecutor.runAllReady() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()
184 backgroundDelayableExecutor.runAllReady() in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt60 @Background private val backgroundDelayableExecutor: DelayableExecutor, constant
164 backgroundDelayableExecutor.executeDelayed({ updateFontScale() }, delayMs) in updateFontScaleDelayed()
179 backgroundDelayableExecutor.execute { updateSecureSettingsIfNeeded() } in changeFontSize()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DFontScalingTileTest.kt74 private lateinit var backgroundDelayableExecutor: FakeExecutor variable in com.android.systemui.qs.tiles.FontScalingTileTest
87 backgroundDelayableExecutor = FakeExecutor(systemClock) in setUp()