Home
last modified time | relevance | path

Searched refs:NotificationPanelViewController (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/dagger/
DBouncerSwipeModule.java28 import com.android.systemui.shade.NotificationPanelViewController;
81 NotificationPanelViewController.FLING_CLOSING_MAX_LENGTH_SECONDS) in providesSwipeToBouncerFlingAnimationUtilsClosing()
82 .setSpeedUpFactor(NotificationPanelViewController.FLING_SPEED_UP_FACTOR) in providesSwipeToBouncerFlingAnimationUtilsClosing()
95 .setMaxLengthSeconds(NotificationPanelViewController.FLING_MAX_LENGTH_SECONDS) in providesSwipeToBouncerFlingAnimationUtilsOpening()
96 .setSpeedUpFactor(NotificationPanelViewController.FLING_SPEED_UP_FACTOR) in providesSwipeToBouncerFlingAnimationUtilsOpening()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java20 import com.android.systemui.shade.NotificationPanelViewController;
37 private final NotificationPanelViewController mNotificationPanelViewController;
47 NotificationPanelViewController notificationPanelViewController, in StatusBarHeadsUpChangeListener()
DHeadsUpTouchHelper.java24 import com.android.systemui.shade.NotificationPanelViewController;
43 private NotificationPanelViewController mPanel;
48 NotificationPanelViewController notificationPanelView) { in HeadsUpTouchHelper()
DHeadsUpAppearanceController.java34 import com.android.systemui.shade.NotificationPanelViewController;
78 private final NotificationPanelViewController mNotificationPanelViewController;
120 NotificationPanelViewController notificationPanelViewController, in HeadsUpAppearanceController()
DCentralSurfacesCommandQueueCallbacks.java60 import com.android.systemui.shade.NotificationPanelViewController;
86 private final NotificationPanelViewController mNotificationPanelViewController;
123 NotificationPanelViewController notificationPanelViewController, in CentralSurfacesCommandQueueCallbacks()
343 NotificationPanelViewController.FLING_EXPAND); in handleSystemKey()
DDozeServiceHost.java40 import com.android.systemui.shade.NotificationPanelViewController;
93 private NotificationPanelViewController mNotificationPanel;
144 NotificationPanelViewController notificationPanel, in initialize()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardStatusBarViewComponent.java20 import com.android.systemui.shade.NotificationPanelViewController;
40 @BindsInstance NotificationPanelViewController.NotificationPanelViewStateProvider in build()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeKeyguardTransitionController.kt9 import com.android.systemui.shade.NotificationPanelViewController
20 @Assisted private val notificationPanelController: NotificationPanelViewController,
117 notificationPanelController: NotificationPanelViewController in interface()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java26 import com.android.systemui.shade.NotificationPanelViewController;
181 NotificationPanelViewController notificationPanelViewController, in registerCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java31 import com.android.systemui.shade.NotificationPanelViewController;
46 private final NotificationPanelViewController mNotificationPanel;
57 NotificationPanelViewController notificationPanelViewController, in BrightnessMirrorController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DShadeTouchHandler.java26 import com.android.systemui.shade.NotificationPanelViewController;
57 final NotificationPanelViewController viewController = in onSessionStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelView.java42 private NotificationPanelViewController.TouchHandler mTouchHandler;
101 public void setOnTouchListener(NotificationPanelViewController.TouchHandler touchHandler) { in setOnTouchListener()
DShadeControllerImpl.java67 private NotificationPanelViewController mNotificationPanelViewController;
337 NotificationPanelViewController notificationPanelViewController) { in setNotificationPanelViewController()
341 new NotificationPanelViewController.OpenCloseListener() { in setNotificationPanelViewController()
DShadeLogger.kt23 import com.android.systemui.shade.NotificationPanelViewController.FLING_COLLAPSE
24 import com.android.systemui.shade.NotificationPanelViewController.FLING_EXPAND
25 import com.android.systemui.shade.NotificationPanelViewController.FLING_HIDE
DDebugDrawable.java38 private final NotificationPanelViewController mNotificationPanelViewController;
47 NotificationPanelViewController notificationPanelViewController, in DebugDrawable()
DShadeController.java135 NotificationPanelViewController notificationPanelViewController); in setNotificationPanelViewController()
DOWNERS18 per-file NotificationPanelViewController.java = pixel@google.com, cinek@google.com, juliacr@google.…
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
DShadeTransitionController.kt25 import com.android.systemui.shade.NotificationPanelViewController in <lambda>()
50 lateinit var notificationPanelViewController: NotificationPanelViewController in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewTest.kt24 import com.android.systemui.shade.NotificationPanelViewController
35 private lateinit var notificationPanelViewController: NotificationPanelViewController
DHeadsUpAppearanceControllerTest.java41 import com.android.systemui.shade.NotificationPanelViewController;
67 private final NotificationPanelViewController mPanelView =
68 mock(NotificationPanelViewController.class);
DUnlockedScreenOffAnimationControllerTest.kt30 import com.android.systemui.shade.NotificationPanelViewController
68 private lateinit var notificationPanelViewController: NotificationPanelViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
DShadeTouchHandlerTest.java31 import com.android.systemui.shade.NotificationPanelViewController;
52 NotificationPanelViewController mNotificationPanelViewController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DCentralSurfacesComponent.java25 import com.android.systemui.shade.NotificationPanelViewController;
115 NotificationPanelViewController getNotificationPanelViewController(); in getNotificationPanelViewController()
/frameworks/base/packages/SystemUI/docs/
Dcamera.md13 …wever, [NotificationPanelViewController.launchCamera](/packages/SystemUI/src/com/android/systemui/…
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DSplitShadeTransitionAdapterTest.kt24 import com.android.systemui.shade.NotificationPanelViewController.SplitShadeTransitionAdapter

123