Searched refs:NotificationPanelViewController (Results 1 – 15 of 15) sorted by relevance
39 private NotificationPanelViewController.TouchHandler mTouchHandler;94 public void setOnTouchListener(NotificationPanelViewController.TouchHandler touchHandler) { in setOnTouchListener()
38 private final NotificationPanelViewController mNotificationPanelViewController;47 NotificationPanelViewController notificationPanelViewController, in DebugDrawable()
29 notificationPanelViewController: NotificationPanelViewController
18 per-file NotificationPanelViewController.java = pixel@google.com, cinek@google.com, juliacr@google.…
24 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()
128 private final NotificationPanelViewController mNotificationPanelViewController;149 NotificationPanelViewController notificationPanelViewController, in NotificationShadeWindowViewController()
247 public final class NotificationPanelViewController implements ShadeSurface, Dumpable { class692 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController() method in NotificationPanelViewController5270 NotificationPanelViewController.this.setHeadsUpDraggingStartingHeight(startHeight);
13 …wever, [NotificationPanelViewController.launchCamera](/packages/SystemUI/src/com/android/systemui/…
45 import com.android.systemui.shade.NotificationPanelViewController;293 ShadeSurface provideShadeSurface(NotificationPanelViewController impl); in provideShadeSurface()
109 @Mock protected Lazy<NotificationPanelViewController> mPanelViewControllerLazy;110 @Mock protected NotificationPanelViewController mNotificationPanelViewController;
330 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()
95 @Mock private lateinit var notificationPanelViewController: NotificationPanelViewController
96 @Mock private lateinit var notificationPanelViewController: NotificationPanelViewController
107 NotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE); in testBackGesture_max_scrimAtMinScale()
132 import com.android.systemui.shade.NotificationPanelViewController;230 @Mock private NotificationPanelViewController mNotificationPanelViewController;585 any(NotificationPanelViewController.class), in setup()