Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DToAodFoldTransitionInteractor.kt27 import com.android.systemui.shade.NotificationPanelViewController
44 private var parentAnimator: NotificationPanelViewController.ShadeFoldAnimatorImpl? = null
78 parentAnimator as? NotificationPanelViewController.ShadeFoldAnimatorImpl? in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeModule.kt96 sceneContainerOff: Provider<NotificationPanelViewController> in provideShadeBackActionInteractor()
109 sceneContainerOff: Provider<NotificationPanelViewController> in provideShadeLockscreenInteractor()
122 sceneContainerOff: Provider<NotificationPanelViewController> in providePanelExpansionInteractor()
DNotificationPanelView.java41 private NotificationPanelViewController.TouchHandler mTouchHandler;
110 public void setOnTouchListener(NotificationPanelViewController.TouchHandler touchHandler) { in setOnTouchListener()
DDebugDrawable.java39 private final NotificationPanelViewController mNotificationPanelViewController;
48 NotificationPanelViewController notificationPanelViewController, in DebugDrawable()
DShadeControllerImpl.java68 private final Lazy<NotificationPanelViewController> mNpvc;
90 Lazy<NotificationPanelViewController> shadeViewControllerLazy, in ShadeControllerImpl()
380 private NotificationPanelViewController getNpvc() { in getNpvc()
DOWNERS22 per-file NotificationPanelViewController.java = pixel@google.com, cinek@google.com, juliacr@google.…
DQuickSettingsControllerImpl.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;
127 private final Lazy<NotificationPanelViewController> mPanelViewControllerLazy;
306 Lazy<NotificationPanelViewController> panelViewControllerLazy, in QuickSettingsControllerImpl()
DNotificationPanelViewController.java263 public final class NotificationPanelViewController implements ShadeSurface, Dumpable { class
695 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController() method in NotificationPanelViewController
5351 NotificationPanelViewController.this.setHeadsUpDraggingStartingHeight(startHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusViewSection.kt40 import com.android.systemui.shade.NotificationPanelViewController
54 private val notificationPanelViewController: Lazy<NotificationPanelViewController>,
/frameworks/base/packages/SystemUI/docs/
Dcamera.md13 …wever, [NotificationPanelViewController.launchCamera](/packages/SystemUI/src/com/android/systemui/…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java43 import com.android.systemui.shade.NotificationPanelViewController;
198 Provider<NotificationPanelViewController> sceneContainerOff) { in provideShadeSurface()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/
DShadeControllerKosmos.kt74 { mock<NotificationPanelViewController>() }, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java123 @Mock protected Lazy<NotificationPanelViewController> mPanelViewControllerLazy;
124 @Mock protected NotificationPanelViewController mNotificationPanelViewController;
DNotificationPanelViewControllerBaseTest.java375 protected NotificationPanelViewController.TouchHandler mTouchHandler;
378 protected NotificationPanelViewController mNotificationPanelViewController;
394 @Mock protected Lazy<NotificationPanelViewController> mNotificationPanelViewControllerLazy;
560 }).when(mView).setOnTouchListener(any(NotificationPanelViewController.TouchHandler.class)); in setup()
685 mNotificationPanelViewController = new NotificationPanelViewController( in setup()
DShadeControllerImplTest.kt82 @Mock private lateinit var npvc: NotificationPanelViewController
DNotificationPanelViewControllerTest.java108 NotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE); in testBackGesture_max_scrimAtMinScale()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java145 import com.android.systemui.shade.NotificationPanelViewController;
251 @Mock private NotificationPanelViewController mNotificationPanelViewController;
608 any(NotificationPanelViewController.class), in createCentralSurfaces()