Searched refs:mPanelViewControllerLazy (Results 1 – 2 of 2) sorted by relevance
127 private final Lazy<NotificationPanelViewController> mPanelViewControllerLazy; field in QuickSettingsControllerImpl343 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 …]
123 @Mock protected Lazy<NotificationPanelViewController> mPanelViewControllerLazy; field in QuickSettingsControllerImplBaseTest179 when(mPanelViewControllerLazy.get()).thenReturn(mNotificationPanelViewController); in setup()278 mPanelViewControllerLazy, in setup()