Searched refs:isTwoColumnNotificationShadeEnabled (Results 1 – 5 of 5) sorted by relevance
236 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()
53 public boolean isTwoColumnNotificationShadeEnabled() { in isTwoColumnNotificationShadeEnabled() method in FeatureFlags
245 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(false); in testShouldUzeHorizontalLayout_falseForSplitShade()254 when(mFeatureFlags.isTwoColumnNotificationShadeEnabled()).thenReturn(true); in testShouldUzeHorizontalLayout_falseForSplitShade()
169 return featureFlags.isTwoColumnNotificationShadeEnabled() in shouldUseSplitNotificationShade()
574 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()