Home
last modified time | relevance | path

Searched refs:ShadeViewController (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/dagger/
DBouncerSwipeModule.java28 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/
DShadeTouchHandler.java30 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/
DStatusBarHeadsUpChangeListener.java22 import com.android.systemui.shade.ShadeViewController;
42 private final ShadeViewController mShadeViewController;
54 ShadeViewController shadeViewController, in StatusBarHeadsUpChangeListener()
DScreenOffAnimationController.kt21 import com.android.systemui.shade.ShadeViewController
43 shadeViewController: ShadeViewController, in initialize()
207 shadeViewController: ShadeViewController, in initialize()
DPhoneStatusBarViewController.kt34 import com.android.systemui.shade.ShadeViewController in <lambda>()
61 private val shadeViewController: ShadeViewController, in <lambda>()
273 private val shadeViewController: ShadeViewController, in <lambda>()
DHeadsUpAppearanceController.java34 import com.android.systemui.shade.ShadeViewController;
82 private final ShadeViewController mShadeViewController;
127 ShadeViewController shadeViewController, in HeadsUpAppearanceController()
DStatusBarNotificationPresenter.java46 import com.android.systemui.shade.ShadeViewController;
90 private final ShadeViewController mNotificationPanel;
112 ShadeViewController panel, in StatusBarNotificationPresenter()
DUnlockedScreenOffAnimationController.kt26 import com.android.systemui.shade.ShadeViewController
157 shadeViewController: ShadeViewController, in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java33 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/
DFoldAodAnimationController.kt32 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/
DShadeViewControllerKosmos.kt22 var Kosmos.shadeViewController by Kosmos.Fixture { mock<ShadeViewController>() } in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DShadeTouchHandlerTest.java38 import com.android.systemui.shade.ShadeViewController;
60 ShadeViewController mShadeViewController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeLogger.kt23 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
DShadeSurface.kt31 ShadeViewController,
DShadeEmptyImplModule.kt39 abstract fun bindsShadeViewController(svc: ShadeViewControllerEmptyImpl): ShadeViewController
DShadeViewController.kt32 interface ShadeViewController { interface
DShadeViewControllerEmptyImpl.kt33 ShadeViewController,
DShadeModule.kt168 abstract fun bindsShadeViewController(shadeSurface: ShadeSurface): ShadeViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java42 import com.android.systemui.shade.ShadeViewController;
71 private final ShadeViewController mShadeViewController =
72 mock(ShadeViewController.class);
DUnlockedScreenOffAnimationControllerTest.kt29 import com.android.systemui.shade.ShadeViewController
70 private lateinit var shadeViewController: ShadeViewController
DStatusBarNotificationPresenterTest.java52 import com.android.systemui.shade.ShadeViewController;
284 final ShadeViewController shadeViewController = mock(ShadeViewController.class); in createPresenter()
DCentralSurfacesCommandQueueCallbacksTest.java53 import com.android.systemui.shade.ShadeViewController;
83 @Mock private ShadeViewController mShadeViewController;
DPhoneStatusBarViewControllerTest.kt39 import com.android.systemui.shade.ShadeViewController
69 @Mock private lateinit var shadeViewController: ShadeViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
DFoldAodAnimationControllerTest.kt34 import com.android.systemui.shade.ShadeViewController
75 @Mock lateinit var shadeViewController: ShadeViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DOverviewProxyServiceTest.kt47 import com.android.systemui.shade.ShadeViewController
106 @Mock private lateinit var shadeViewController: ShadeViewController

12