Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java241 final VelocityTracker vt1; in testObtainRecycle() local
244 vt1 = VelocityTracker.obtain(VelocityTracker.VELOCITY_TRACKER_STRATEGY_IMPULSE); in testObtainRecycle()
245 assertEquals(vt1.getStrategyId(), in testObtainRecycle()
247 vt1.recycle(); in testObtainRecycle()