Searched refs:NotificationPanelViewController (Results 1 – 25 of 59) sorted by relevance
123
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/dagger/ |
D | BouncerSwipeModule.java | 28 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/ |
D | StatusBarHeadsUpChangeListener.java | 20 import com.android.systemui.shade.NotificationPanelViewController; 37 private final NotificationPanelViewController mNotificationPanelViewController; 47 NotificationPanelViewController notificationPanelViewController, in StatusBarHeadsUpChangeListener()
|
D | HeadsUpTouchHelper.java | 24 import com.android.systemui.shade.NotificationPanelViewController; 43 private NotificationPanelViewController mPanel; 48 NotificationPanelViewController notificationPanelView) { in HeadsUpTouchHelper()
|
D | HeadsUpAppearanceController.java | 34 import com.android.systemui.shade.NotificationPanelViewController; 78 private final NotificationPanelViewController mNotificationPanelViewController; 120 NotificationPanelViewController notificationPanelViewController, in HeadsUpAppearanceController()
|
D | CentralSurfacesCommandQueueCallbacks.java | 60 import com.android.systemui.shade.NotificationPanelViewController; 86 private final NotificationPanelViewController mNotificationPanelViewController; 123 NotificationPanelViewController notificationPanelViewController, in CentralSurfacesCommandQueueCallbacks() 343 NotificationPanelViewController.FLING_EXPAND); in handleSystemKey()
|
D | DozeServiceHost.java | 40 import com.android.systemui.shade.NotificationPanelViewController; 93 private NotificationPanelViewController mNotificationPanel; 144 NotificationPanelViewController notificationPanel, in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/ |
D | KeyguardStatusBarViewComponent.java | 20 import com.android.systemui.shade.NotificationPanelViewController; 40 @BindsInstance NotificationPanelViewController.NotificationPanelViewStateProvider in build()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | LockscreenShadeKeyguardTransitionController.kt | 9 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/ |
D | KeyguardViewController.java | 26 import com.android.systemui.shade.NotificationPanelViewController; 181 NotificationPanelViewController notificationPanelViewController, in registerCentralSurfaces()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BrightnessMirrorController.java | 31 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/ |
D | ShadeTouchHandler.java | 26 import com.android.systemui.shade.NotificationPanelViewController; 57 final NotificationPanelViewController viewController = in onSessionStart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelView.java | 42 private NotificationPanelViewController.TouchHandler mTouchHandler; 101 public void setOnTouchListener(NotificationPanelViewController.TouchHandler touchHandler) { in setOnTouchListener()
|
D | ShadeControllerImpl.java | 67 private NotificationPanelViewController mNotificationPanelViewController; 337 NotificationPanelViewController notificationPanelViewController) { in setNotificationPanelViewController() 341 new NotificationPanelViewController.OpenCloseListener() { in setNotificationPanelViewController()
|
D | ShadeLogger.kt | 23 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
|
D | DebugDrawable.java | 38 private final NotificationPanelViewController mNotificationPanelViewController; 47 NotificationPanelViewController notificationPanelViewController, in DebugDrawable()
|
D | ShadeController.java | 135 NotificationPanelViewController notificationPanelViewController); in setNotificationPanelViewController()
|
D | OWNERS | 18 per-file NotificationPanelViewController.java = pixel@google.com, cinek@google.com, juliacr@google.…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/ |
D | ShadeTransitionController.kt | 25 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/ |
D | PhoneStatusBarViewTest.kt | 24 import com.android.systemui.shade.NotificationPanelViewController 35 private lateinit var notificationPanelViewController: NotificationPanelViewController
|
D | HeadsUpAppearanceControllerTest.java | 41 import com.android.systemui.shade.NotificationPanelViewController; 67 private final NotificationPanelViewController mPanelView = 68 mock(NotificationPanelViewController.class);
|
D | UnlockedScreenOffAnimationControllerTest.kt | 30 import com.android.systemui.shade.NotificationPanelViewController 68 private lateinit var notificationPanelViewController: NotificationPanelViewController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
D | ShadeTouchHandlerTest.java | 31 import com.android.systemui.shade.NotificationPanelViewController; 52 NotificationPanelViewController mNotificationPanelViewController;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
D | CentralSurfacesComponent.java | 25 import com.android.systemui.shade.NotificationPanelViewController; 115 NotificationPanelViewController getNotificationPanelViewController(); in getNotificationPanelViewController()
|
/frameworks/base/packages/SystemUI/docs/ |
D | camera.md | 13 …wever, [NotificationPanelViewController.launchCamera](/packages/SystemUI/src/com/android/systemui/…
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | SplitShadeTransitionAdapterTest.kt | 24 import com.android.systemui.shade.NotificationPanelViewController.SplitShadeTransitionAdapter
|
123