/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractorFactory.kt | 22 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 31 screenOffAnimationController: ScreenOffAnimationController = mock(), in create() 52 val screenOffAnimationController: ScreenOffAnimationController,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
D | NotificationIconContainerAlwaysOnDisplayViewBinder.kt | 29 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 43 private val screenOffAnimationController: ScreenOffAnimationController,
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardVisibilityHelper.java | 34 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 52 private final ScreenOffAnimationController mScreenOffAnimationController; 62 ScreenOffAnimationController screenOffAnimationController, in KeyguardVisibilityHelper()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/ |
D | ScreenOffAnimationControllerKosmos.kt | 22 var Kosmos.screenOffAnimationController by Kosmos.Fixture { mock<ScreenOffAnimationController>() } in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardStatusViewControllerBaseTest.java | 38 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 58 @Mock protected ScreenOffAnimationController mScreenOffAnimationController;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | KeyguardQsUserSwitchControllerTest.kt | 34 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 69 private lateinit var screenOffAnimationController: ScreenOffAnimationController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/ |
D | NotificationShelfInteractorTest.kt | 32 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 52 mock<ScreenOffAnimationController>().also { in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/ |
D | NotificationShelfViewModelTest.kt | 35 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 69 private val screenOffAnimationController: ScreenOffAnimationController = mock { in create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractor.kt | 29 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>() 42 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 51 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 148 @Inject Lazy<ScreenOffAnimationController> mScreenOffAnimationController; 194 mProviders.put(ScreenOffAnimationController.class, mScreenOffAnimationController::get); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardRootViewBinder.kt | 73 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>() 104 screenOffAnimationController: ScreenOffAnimationController, in <lambda>() 492 screenOffAnimationController: ScreenOffAnimationController, in <lambda>() 514 screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractorTest.kt | 30 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 55 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | PulsingGestureListenerTest.kt | 36 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 75 private lateinit var screenOffAnimationController: ScreenOffAnimationController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewConfigurator.kt | 71 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 90 private val screenOffAnimationController: ScreenOffAnimationController,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
D | KeyguardModule.java | 73 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 148 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 69 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 120 @get:Provides val screenOffAnimationController: ScreenOffAnimationController = mock(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardQsUserSwitchController.java | 51 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 149 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController()
|
D | KeyguardUserSwitcherController.java | 51 import com.android.systemui.statusbar.phone.ScreenOffAnimationController; 164 ScreenOffAnimationController screenOffAnimationController) { in KeyguardUserSwitcherController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LegacyNotificationIconAreaControllerImplTest.java | 76 ScreenOffAnimationController mScreenOffAnimationController;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/ |
D | NotificationIconContainerAlwaysOnDisplayViewModelTest.kt | 46 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 90 private val screenOffAnimController: ScreenOffAnimationController = mock() in create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScreenOffAnimationController.kt | 29 class ScreenOffAnimationController @Inject constructor( class
|
D | DozeParameters.java | 84 private final ScreenOffAnimationController mScreenOffAnimationController; 126 ScreenOffAnimationController screenOffAnimationController, in DozeParameters()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinatorTest.kt | 40 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 78 private val screenOffAnimationController: ScreenOffAnimationController = mock()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardRootViewModel.kt | 47 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>() 118 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinator.kt | 43 import com.android.systemui.statusbar.phone.ScreenOffAnimationController 65 private val screenOffAnimationController: ScreenOffAnimationController,
|