Home
last modified time | relevance | path

Searched refs:mPanelViewControllerLazy (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java127 private final Lazy<NotificationPanelViewController> mPanelViewControllerLazy; field in QuickSettingsControllerImpl
343 mPanelViewControllerLazy = panelViewControllerLazy; in QuickSettingsControllerImpl()
557 if (mPanelViewControllerLazy.get().isInGestureNavHomeHandleArea(x, y)) { in isTouchInQsArea()
778 mPanelViewControllerLazy.get().onQsExpansionChanged(expanded); in setExpanded()
964 mPanelViewControllerLazy.get().cancelHeightAnimator(); in onExpansionStarted()
1028 && mPanelViewControllerLazy.get().mAnimateBack) { in updateExpansion()
1029 mPanelViewControllerLazy.get().adjustBackAnimationScale(adjustedExpansionFraction); in updateExpansion()
1124 mPanelViewControllerLazy.get().getNavigationBarBottomHeight() in updateQsFrameTranslation()
1308 && mPanelViewControllerLazy.get().isExpandingFromHeadsUp() ? 0 : radius; in applyClippingImmediately()
1359 if (mSplitShadeEnabled && mPanelViewControllerLazy.get().isExpandingFromHeadsUp()) { in getNotificationsClippingTopBounds()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java123 @Mock protected Lazy<NotificationPanelViewController> mPanelViewControllerLazy; field in QuickSettingsControllerImplBaseTest
179 when(mPanelViewControllerLazy.get()).thenReturn(mNotificationPanelViewController); in setup()
278 mPanelViewControllerLazy, in setup()