Home
last modified time | relevance | path

Searched refs:isBouncerInTransit (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelControllerTest.kt126 assertThat(controller.isBouncerInTransit()).isEqualTo(true)
128 assertThat(controller.isBouncerInTransit()).isEqualTo(false)
H A DQSFragmentTest.java191 when(mQSPanelController.isBouncerInTransit()).thenReturn(false); in transitionToFullShade_onKeyguard_noBouncer_setsAlphaUsingLinearInterpolator()
207 when(mQSPanelController.isBouncerInTransit()).thenReturn(true); in transitionToFullShade_onKeyguard_bouncerActive_setsAlphaUsingBouncerInterpolator()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt312 whenever(ambientState.isBouncerInTransit).thenReturn(true)
343 whenever(ambientState.isBouncerInTransit).thenReturn(true)
353 whenever(ambientState.isBouncerInTransit).thenReturn(true)
H A DNotificationStackScrollLayoutTest.java221 when(mAmbientState.isBouncerInTransit()).thenReturn(true); in testUpdateStackHeight_qsExpansionGreaterThanZero()
239 when(mAmbientState.isBouncerInTransit()).thenReturn(true); in testUpdateStackHeight_qsExpansionZero()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelController.java239 public boolean isBouncerInTransit() { in isBouncerInTransit() method in QSPanelController
H A DQSFragment.java752 if (mQSPanelController.isBouncerInTransit()) { in interpolateAlphaAnimationProgress()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java730 public boolean isBouncerInTransit() { in isBouncerInTransit() method in AmbientState
H A DStackScrollAlgorithm.java149 if (ambientState.isBouncerInTransit()) { in updateAlphaState()
H A DNotificationStackScrollLayout.java1373 if (mAmbientState.isBouncerInTransit() && mQsExpansionFraction > 0f) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java227 if (ambientState.isBouncerInTransit()) { in updateState()