Home
last modified time | relevance | path

Searched refs:mShouldUseSplitNotificationShade (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java311 private boolean mShouldUseSplitNotificationShade; field in NotificationPanelViewController
753 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 …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelControllerBase.java72 protected boolean mShouldUseSplitNotificationShade; field in QSPanelControllerBase
88 mShouldUseSplitNotificationShade =
133 mShouldUseSplitNotificationShade = in QSPanelControllerBase()
362 if (mShouldUseSplitNotificationShade) { in shouldUseHorizontalLayout()
H A DQuickQSPanelController.java75 mFooterActionsController.refreshVisibility(mShouldUseSplitNotificationShade); in onInit()
107 mFooterActionsController.refreshVisibility(mShouldUseSplitNotificationShade); in onConfigurationChanged()
H A DQSPanelController.java82 mView.switchSecurityFooter(mShouldUseSplitNotificationShade);
149 mView.setSecurityFooter(mQsSecurityFooter.getView(), mShouldUseSplitNotificationShade); in onViewAttached() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java533 private boolean mShouldUseSplitNotificationShade; field in NotificationStackScrollLayout
1340 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;