/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | PrivacyDialogController.kt | 66 private val uiExecutor: Executor, constant in com.android.systemui.privacy.PrivacyDialogController 81 @Main uiExecutor: Executor, 92 uiExecutor, 180 uiExecutor.execute { in showDialog()
|
D | PrivacyItemController.kt | 49 @Main uiExecutor: DelayableExecutor, 98 private val internalUiExecutor = MyExecutor(uiExecutor) 109 uiExecutor.execute(notifyChanges) in <lambda>() 177 uiExecutor,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlActionCoordinatorImpl.kt | 51 @Main private val uiExecutor: DelayableExecutor, in <lambda>() constant in com.android.systemui.controls.ui.ControlActionCoordinatorImpl 139 uiExecutor.executeDelayed({ in <lambda>() 177 uiExecutor.execute { in <lambda>() 180 taskViewFactory.get().create(context, uiExecutor, { in <lambda>()
|
D | ControlsUiControllerImpl.kt | 77 @Main val uiExecutor: DelayableExecutor, in <lambda>() constant in com.android.systemui.controls.ui.ControlsUiControllerImpl 143 uiExecutor.execute { in <lambda>() 411 uiExecutor, in <lambda>() 534 uiExecutor.execute { it.bindData(cws, isLocked) } in <lambda>() 542 uiExecutor.execute { in <lambda>()
|
D | TouchBehavior.kt | 60 cvh.uiExecutor.executeDelayed({ in initialize()
|
D | ThumbnailBehavior.kt | 84 cvh.uiExecutor.execute { in bind()
|
D | DetailDialog.kt | 165 taskView.setListener(cvh.uiExecutor, stateCallback) in <lambda>()
|
D | ControlViewHolder.kt | 67 val uiExecutor: DelayableExecutor, constant in com.android.systemui.controls.ui.ControlViewHolder
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | AppAdapter.kt | 48 uiExecutor: Executor, 67 uiExecutor.execute(::notifyDataSetChanged) in onServicesUpdated()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlActionCoordinatorImplTest.kt | 58 private lateinit var uiExecutor: DelayableExecutor variable in com.android.systemui.controls.ui.ControlActionCoordinatorImplTest 86 uiExecutor, in any()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.kt | 71 @Main private val uiExecutor: Executor, in <lambda>() constant in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceController 149 session.addOnTargetsAvailableListener(uiExecutor, sessionListener) in <lambda>() 151 userTracker.addCallback(userTrackerCallback, uiExecutor) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
D | PrivacyDialogControllerTest.kt | 101 private val uiExecutor = FakeExecutor(FakeSystemClock()) in <lambda>() constant 135 uiExecutor, in <lambda>() 145 FakeExecutor.exhaustExecutors(uiExecutor, backgroundExecutor) in <lambda>() 554 FakeExecutor.exhaustExecutors(backgroundExecutor, uiExecutor) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 95 private var uiExecutor: DelayableExecutor? = null in <lambda>() variable in com.android.systemui.statusbar.events.PrivacyDotViewController 131 uiExecutor = e in <lambda>() 459 cancelRunnable = uiExecutor?.executeDelayed({ in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelViewController.java | 727 @Main Executor uiExecutor, in NotificationPanelViewController() 783 mUiExecutor = uiExecutor; in NotificationPanelViewController()
|