Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelView.java39 private NotificationPanelViewController.TouchHandler mTouchHandler;
94 public void setOnTouchListener(NotificationPanelViewController.TouchHandler touchHandler) { in setOnTouchListener()
H A DDebugDrawable.java38 private final NotificationPanelViewController mNotificationPanelViewController;
47 NotificationPanelViewController notificationPanelViewController, in DebugDrawable()
H A DShadeModule.kt29 notificationPanelViewController: NotificationPanelViewController
H A DOWNERS18 per-file NotificationPanelViewController.java = pixel@google.com, cinek@google.com, juliacr@google.…
H A DQuickSettingsController.java24 import static com.android.systemui.shade.NotificationPanelViewController.COUNTER_PANEL_OPEN_QS;
25 import static com.android.systemui.shade.NotificationPanelViewController.FLING_COLLAPSE;
26 import static com.android.systemui.shade.NotificationPanelViewController.FLING_EXPAND;
27 import static com.android.systemui.shade.NotificationPanelViewController.FLING_HIDE;
28 import static com.android.systemui.shade.NotificationPanelViewController.QS_PARALLAX_AMOUNT;
123 private final Lazy<NotificationPanelViewController> mPanelViewControllerLazy;
315 Lazy<NotificationPanelViewController> panelViewControllerLazy, in QuickSettingsController()
H A DNotificationShadeWindowViewController.java128 private final NotificationPanelViewController mNotificationPanelViewController;
149 NotificationPanelViewController notificationPanelViewController, in NotificationShadeWindowViewController()
H A DNotificationPanelViewController.java247 public final class NotificationPanelViewController implements ShadeSurface, Dumpable { class
692 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController() method in NotificationPanelViewController
5270 NotificationPanelViewController.this.setHeadsUpDraggingStartingHeight(startHeight);
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dcamera.md13 …wever, [NotificationPanelViewController.launchCamera](/packages/SystemUI/src/com/android/systemui/…
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java45 import com.android.systemui.shade.NotificationPanelViewController;
293 ShadeSurface provideShadeSurface(NotificationPanelViewController impl); in provideShadeSurface()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQuickSettingsControllerBaseTest.java109 @Mock protected Lazy<NotificationPanelViewController> mPanelViewControllerLazy;
110 @Mock protected NotificationPanelViewController mNotificationPanelViewController;
H A DNotificationPanelViewControllerBaseTest.java330 protected NotificationPanelViewController.TouchHandler mTouchHandler;
333 protected NotificationPanelViewController mNotificationPanelViewController;
348 @Mock protected Lazy<NotificationPanelViewController> mNotificationPanelViewControllerLazy;
457 }).when(mView).setOnTouchListener(any(NotificationPanelViewController.TouchHandler.class)); in setup()
582 mNotificationPanelViewController = new NotificationPanelViewController( in setup()
H A DNotificationShadeWindowViewTest.kt95 @Mock private lateinit var notificationPanelViewController: NotificationPanelViewController
H A DNotificationShadeWindowViewControllerTest.kt96 @Mock private lateinit var notificationPanelViewController: NotificationPanelViewController
H A DNotificationPanelViewControllerTest.java107 NotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE); in testBackGesture_max_scrimAtMinScale()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java132 import com.android.systemui.shade.NotificationPanelViewController;
230 @Mock private NotificationPanelViewController mNotificationPanelViewController;
585 any(NotificationPanelViewController.class), in setup()