/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/dagger/ |
D | BouncerSwipeModule.java | 28 import com.android.systemui.shade.ShadeViewController; 84 ShadeViewController.FLING_CLOSING_MAX_LENGTH_SECONDS) in providesSwipeToBouncerFlingAnimationUtilsClosing() 85 .setSpeedUpFactor(ShadeViewController.FLING_SPEED_UP_FACTOR) in providesSwipeToBouncerFlingAnimationUtilsClosing() 98 .setMaxLengthSeconds(ShadeViewController.FLING_MAX_LENGTH_SECONDS) in providesSwipeToBouncerFlingAnimationUtilsOpening() 99 .setSpeedUpFactor(ShadeViewController.FLING_SPEED_UP_FACTOR) in providesSwipeToBouncerFlingAnimationUtilsOpening()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/ |
D | ShadeTouchHandler.java | 30 import com.android.systemui.shade.ShadeViewController; 44 private final ShadeViewController mShadeViewController; 55 ShadeViewController shadeViewController, in ShadeTouchHandler()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarHeadsUpChangeListener.java | 22 import com.android.systemui.shade.ShadeViewController; 42 private final ShadeViewController mShadeViewController; 54 ShadeViewController shadeViewController, in StatusBarHeadsUpChangeListener()
|
D | ScreenOffAnimationController.kt | 21 import com.android.systemui.shade.ShadeViewController 43 shadeViewController: ShadeViewController, in initialize() 207 shadeViewController: ShadeViewController, in initialize()
|
D | PhoneStatusBarViewController.kt | 34 import com.android.systemui.shade.ShadeViewController in <lambda>() 61 private val shadeViewController: ShadeViewController, in <lambda>() 273 private val shadeViewController: ShadeViewController, in <lambda>()
|
D | HeadsUpAppearanceController.java | 34 import com.android.systemui.shade.ShadeViewController; 82 private final ShadeViewController mShadeViewController; 127 ShadeViewController shadeViewController, in HeadsUpAppearanceController()
|
D | StatusBarNotificationPresenter.java | 46 import com.android.systemui.shade.ShadeViewController; 90 private final ShadeViewController mNotificationPanel; 112 ShadeViewController panel, in StatusBarNotificationPresenter()
|
D | UnlockedScreenOffAnimationController.kt | 26 import com.android.systemui.shade.ShadeViewController 157 shadeViewController: ShadeViewController, in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BrightnessMirrorController.java | 33 import com.android.systemui.shade.ShadeViewController; 46 private final ShadeViewController mNotificationPanel; 57 ShadeViewController shadeViewController, in BrightnessMirrorController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 32 import com.android.systemui.shade.ShadeViewController in <lambda>() 62 private lateinit var shadeViewController: ShadeViewController in <lambda>() 88 shadeViewController: ShadeViewController, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/ |
D | ShadeViewControllerKosmos.kt | 22 var Kosmos.shadeViewController by Kosmos.Fixture { mock<ShadeViewController>() } in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/ |
D | ShadeTouchHandlerTest.java | 38 import com.android.systemui.shade.ShadeViewController; 60 ShadeViewController mShadeViewController;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeLogger.kt | 23 import com.android.systemui.shade.ShadeViewController.Companion.FLING_COLLAPSE 24 import com.android.systemui.shade.ShadeViewController.Companion.FLING_EXPAND 25 import com.android.systemui.shade.ShadeViewController.Companion.FLING_HIDE
|
D | ShadeSurface.kt | 31 ShadeViewController,
|
D | ShadeEmptyImplModule.kt | 39 abstract fun bindsShadeViewController(svc: ShadeViewControllerEmptyImpl): ShadeViewController
|
D | ShadeViewController.kt | 32 interface ShadeViewController { interface
|
D | ShadeViewControllerEmptyImpl.kt | 33 ShadeViewController,
|
D | ShadeModule.kt | 168 abstract fun bindsShadeViewController(shadeSurface: ShadeSurface): ShadeViewController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceControllerTest.java | 42 import com.android.systemui.shade.ShadeViewController; 71 private final ShadeViewController mShadeViewController = 72 mock(ShadeViewController.class);
|
D | UnlockedScreenOffAnimationControllerTest.kt | 29 import com.android.systemui.shade.ShadeViewController 70 private lateinit var shadeViewController: ShadeViewController
|
D | StatusBarNotificationPresenterTest.java | 52 import com.android.systemui.shade.ShadeViewController; 284 final ShadeViewController shadeViewController = mock(ShadeViewController.class); in createPresenter()
|
D | CentralSurfacesCommandQueueCallbacksTest.java | 53 import com.android.systemui.shade.ShadeViewController; 83 @Mock private ShadeViewController mShadeViewController;
|
D | PhoneStatusBarViewControllerTest.kt | 39 import com.android.systemui.shade.ShadeViewController 69 @Mock private lateinit var shadeViewController: ShadeViewController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/ |
D | FoldAodAnimationControllerTest.kt | 34 import com.android.systemui.shade.ShadeViewController 75 @Mock lateinit var shadeViewController: ShadeViewController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/ |
D | OverviewProxyServiceTest.kt | 47 import com.android.systemui.shade.ShadeViewController 106 @Mock private lateinit var shadeViewController: ShadeViewController
|