Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/animation/
H A DAnimatorTestRule.kt31 private val androidxRule = androidx.core.animation.AnimatorTestRule() regex
34 Consumer<Long> { timeDelta -> androidxRule.advanceTimeBy(timeDelta) }
41 private val ruleChain = RuleChain.emptyRuleChain().around(androidxRule).around(platformRule)