/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | SeekBarViewModel.kt | 73 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/ |
D | StatefulControlSubscriber.kt | 34 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/ |
D | NotificationContentInflater.java | 88 @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/ |
D | ControlActionCoordinatorImpl.kt | 45 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>()
|
D | ControlsUiControllerImpl.kt | 73 @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/ |
D | ActionReceiver.kt | 49 private val bgExecutor: Executor, constant in com.android.systemui.broadcast.ActionReceiver 108 bgExecutor.execute { in onReceive()
|
D | UserBroadcastDispatcher.kt | 53 private val bgExecutor: Executor, in <lambda>() constant in com.android.systemui.broadcast.UserBroadcastDispatcher 134 bgExecutor, in <lambda>()
|
D | BroadcastDispatcher.kt | 69 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/ |
D | executors.md | 50 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/ |
D | PeopleHubNotificationListener.kt | 99 @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/ |
D | MediaControlPanelTest.kt | 76 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/ |
D | TileQueryHelper.java | 67 @Main Executor mainExecutor, @Background Executor bgExecutor) { in TileQueryHelper() argument 70 mBgExecutor = bgExecutor; in TileQueryHelper()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SecurityControllerImpl.java | 107 @Background Executor bgExecutor in SecurityControllerImpl() argument 119 mBgExecutor = bgExecutor; in SecurityControllerImpl()
|