Home
last modified time | relevance | path

Searched refs:mAnimatorTestRule (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java115 public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(); field in RemoteInputViewTest
314 mAnimatorTestRule.advanceTimeBy(StackStateAnimator.ANIMATION_DURATION_STANDARD); in testUiPredictiveBack_openAndDispatchCallback()
408 mAnimatorTestRule.advanceTimeBy(ANIMATION_DURATION_STANDARD - 1); in testFocusAnimation()
412 mAnimatorTestRule.advanceTimeBy(1); in testFocusAnimation()
445 mAnimatorTestRule.advanceTimeBy(ANIMATION_DURATION_STANDARD); in testDefocusAnimation()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java140 public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(); field in CollapsedStatusBarFragmentTest
201 mAnimatorTestRule.advanceTimeBy(500); in testSystemStatusAnimation_startedDisabled_finishedWithAnimator_showsSystemInfo()
212 mAnimatorTestRule.advanceTimeBy(500); in testSystemStatusAnimation_startedDisabled_finishedWithAnimator_showsSystemInfo()
227 mAnimatorTestRule.advanceTimeBy(500); in testSystemStatusAnimation_systemInfoDisabled_staysInvisible()
243 mAnimatorTestRule.advanceTimeBy(500); in testSystemStatusAnimation_notDisabled_animatesAlphaZero()
258 mAnimatorTestRule.advanceTimeBy(500); in testSystemStatusAnimation_notDisabled_animatesBackToAlphaOne()
266 mAnimatorTestRule.advanceTimeBy(500); in testSystemStatusAnimation_notDisabled_animatesBackToAlphaOne()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java51 public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(); field in ExpandHelperTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DVolumeDialogImplTest.java138 public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(); field in VolumeDialogImplTest
662 mAnimatorTestRule.advanceTimeBy(mLongestHideShowAnimationDuration); in teardown()