Searched refs:mShouldUseSplitNotificationShade (Results 1 – 5 of 5) sorted by relevance
311 private boolean mShouldUseSplitNotificationShade; field in NotificationPanelViewController753 mShouldUseSplitNotificationShade = in NotificationPanelViewController()911 if (mShouldUseSplitNotificationShade) { in onFinishInflate()1008 mShouldUseSplitNotificationShade = in updateResources()1023 if (mShouldUseSplitNotificationShade) { in updateResources()1270 if (mShouldUseSplitNotificationShade) { in positionClockAndNotifications()1336 mShouldUseSplitNotificationShade, in updateClockAppearance()2270 if (!mShouldUseSplitNotificationShade) { in updateQsExpansion()2312 if (!mShouldUseSplitNotificationShade) { in setQSClippingBounds()2408 if (!mShouldUseSplitNotificationShade) { in applyQSClippingImmediately()[all …]
72 protected boolean mShouldUseSplitNotificationShade; field in QSPanelControllerBase88 mShouldUseSplitNotificationShade =133 mShouldUseSplitNotificationShade = in QSPanelControllerBase()362 if (mShouldUseSplitNotificationShade) { in shouldUseHorizontalLayout()
75 mFooterActionsController.refreshVisibility(mShouldUseSplitNotificationShade); in onInit()107 mFooterActionsController.refreshVisibility(mShouldUseSplitNotificationShade); in onConfigurationChanged()
82 mView.switchSecurityFooter(mShouldUseSplitNotificationShade);149 mView.setSecurityFooter(mQsSecurityFooter.getView(), mShouldUseSplitNotificationShade); in onViewAttached() local
533 private boolean mShouldUseSplitNotificationShade; field in NotificationStackScrollLayout1340 if (mShouldUseSplitNotificationShade) {2839 if (mShouldUseSplitNotificationShade) { in getScrollAmountToScrollBoundary()5484 if (split != mShouldUseSplitNotificationShade) { in updateSplitNotificationShade()5485 mShouldUseSplitNotificationShade = split; in updateSplitNotificationShade()5494 boolean dismissUsingRowTranslationX = !mShouldUseSplitNotificationShade in updateDismissBehavior()5533 boolean qsAllowsClipping = mQsExpansionFraction < 0.5f || mShouldUseSplitNotificationShade; in updateUseRoundedRectClipping()5741 return mShouldUseSplitNotificationShade;