Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java236 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(true); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
241 mFeatureFlags.isTwoColumnNotificationShadeEnabled()) in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
246 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(false); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
250 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(true); in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFeatureFlags.java53 public boolean isTwoColumnNotificationShadeEnabled() { in isTwoColumnNotificationShadeEnabled() method in FeatureFlags
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerBaseTest.java245 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(false); in testShouldUzeHorizontalLayout_falseForSplitShade()
254 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(true); in testShouldUzeHorizontalLayout_falseForSplitShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUtils.java169 return featureFlags.isTwoColumnNotificationShadeEnabled() in shouldUseSplitNotificationShade()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java574 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(false); in testSinglePaneShadeLayout_isAlignedToParent()
644 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(false); in testSinglePaneShadeLayout_childrenHaveConstantWidth()
788 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(true); in enableSplitShade()