Home
last modified time | relevance | path

Searched refs:bgExecutor (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DSeekBarViewModel.kt73 class SeekBarViewModel @Inject constructor(@Background private val bgExecutor: RepeatableExecutor) { constant in com.android.systemui.media.SeekBarViewModel
114 set(value) = bgExecutor.execute { in <lambda>()
134 fun onSeekStarting() = bgExecutor.execute { in <lambda>()
144 fun onSeekProgress(position: Long) = bgExecutor.execute { in <lambda>()
154 fun onSeekFalse() = bgExecutor.execute { in <lambda>()
165 fun onSeek(position: Long) = bgExecutor.execute { in <lambda>()
203 fun clearController() = bgExecutor.execute { in <lambda>()
215 fun onDestroy() = bgExecutor.execute { in <lambda>()
236 cancel = bgExecutor.executeRepeatedly(this::checkPlaybackPosition, 0L, in checkIfPollingNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DStatefulControlSubscriber.kt34 private val bgExecutor: DelayableExecutor, constant in com.android.systemui.controls.controller.StatefulControlSubscriber
46 bgExecutor.execute { f() } in run()
87 bgExecutor.execute { in cancel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java88 @Background Executor bgExecutor) { in NotificationContentInflater() argument
94 mBgExecutor = bgExecutor; in NotificationContentInflater()
314 Executor bgExecutor, in apply() argument
343 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
368 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
394 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
419 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
437 Executor bgExecutor, in applyRemoteView() argument
532 bgExecutor, in applyRemoteView()
539 bgExecutor, in applyRemoteView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlActionCoordinatorImpl.kt45 private val bgExecutor: DelayableExecutor, in <lambda>() constant in com.android.systemui.controls.ui.ControlActionCoordinatorImpl
155 bgExecutor.execute { vibrator.vibrate(effect) } in <lambda>()
159 bgExecutor.execute { in <lambda>()
DControlsUiControllerImpl.kt73 @Background val bgExecutor: DelayableExecutor, in <lambda>() constant in com.android.systemui.controls.ui.ControlsUiControllerImpl
396 bgExecutor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
DActionReceiver.kt49 private val bgExecutor: Executor, constant in com.android.systemui.broadcast.ActionReceiver
108 bgExecutor.execute { in onReceive()
DUserBroadcastDispatcher.kt53 private val bgExecutor: Executor, in <lambda>() constant in com.android.systemui.broadcast.UserBroadcastDispatcher
134 bgExecutor, in <lambda>()
DBroadcastDispatcher.kt69 private val bgExecutor: Executor, constant in com.android.systemui.broadcast.BroadcastDispatcher
178 UserBroadcastDispatcher(context, userId, bgLooper, bgExecutor, logger) in createUBRForUser()
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md50 public Foobar(@Background Executor bgExecutor) {
51 bgExecutor.execute(new Runnable() {
81 public Foobar(@Background DelayableExecutor bgExecutor) {
82 bgExecutor.executeDelayed(new Runnable() {
95 public Foobar(@Background DelayableExecutor bgExecutor) {
96 Runnable cancel = bgExecutor.executeDelayed(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt99 @Background private val bgExecutor: Executor, in extractPersonKey() constant
140 bgExecutor.execute { in extractPersonKey()
158 bgExecutor.execute { in extractPersonKey()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DMediaControlPanelTest.kt76 private lateinit var bgExecutor: FakeExecutor variable in com.android.systemui.media.MediaControlPanelTest
112 bgExecutor = FakeExecutor(FakeSystemClock()) in setUp()
116 player = MediaControlPanel(context, bgExecutor, activityStarter, mediaViewController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java67 @Main Executor mainExecutor, @Background Executor bgExecutor) { in TileQueryHelper() argument
70 mBgExecutor = bgExecutor; in TileQueryHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java107 @Background Executor bgExecutor in SecurityControllerImpl() argument
119 mBgExecutor = bgExecutor; in SecurityControllerImpl()