Home
last modified time | relevance | path

Searched defs:uiBgExecutor (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DDismissCallbackRegistry.java40 public DismissCallbackRegistry(@UiBackground Executor uiBgExecutor) { in DismissCallbackRegistry()
DWindowManagerLockscreenVisibilityManager.kt48 @UiBackground private val uiBgExecutor: Executor, constant in com.android.systemui.keyguard.WindowManagerLockscreenVisibilityManager
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DUserActivityNotifier.kt31 @UiBackground private val uiBgExecutor: Executor, constant in com.android.keyguard.UserActivityNotifier
DKeyguardDisplayManager.java113 @UiBackground Executor uiBgExecutor, in KeyguardDisplayManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepository.kt35 @UiBackground private val uiBgExecutor: Executor, constant in com.android.systemui.scene.data.repository.WindowRootViewVisibilityRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationModeController.java105 @UiBackground Executor uiBgExecutor, in NavigationModeController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java206 @UiBackground Executor uiBgExecutor, in NotificationLogger()
449 public ExpansionStateLogger(@UiBackground Executor uiBgExecutor) { in ExpansionStateLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java308 Executor uiBgExecutor, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldLatencyTracker.kt53 @UiBackground private val uiBgExecutor: Executor, constant in com.android.systemui.unfold.UnfoldLatencyTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/view/layout/sections/
DCommunalAppWidgetSection.kt47 @UiBackground private val uiBgExecutor: Executor, in <lambda>() constant in com.android.systemui.communal.ui.view.layout.sections.CommunalAppWidgetSection
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java150 @UiBackground Executor uiBgExecutor, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java92 @UiBackground Executor uiBgExecutor, in InstantAppNotifier()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/binder/
DWindowManagerLockscreenVisibilityManagerTest.kt65 private lateinit var uiBgExecutor: FakeExecutor in <lambda>() variable in com.android.systemui.keyguard.ui.binder.WindowManagerLockscreenVisibilityManagerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java163 @Background Executor uiBgExecutor, in StatusBarNotificationActivityStarter()
DPhoneStatusBarPolicy.java175 @Main Executor mainExecutor, @UiBackground Executor uiBgExecutor, @Main Looper looper, in PhoneStatusBarPolicy()
DCentralSurfacesImpl.java610 public CentralSurfacesImpl( in CentralSurfacesImpl()