Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DParallaxFloatTest.java115 mSource.verifyFloatProperties(); in testVerifyFloatPropertys_wrongOrder()
126 mSource.verifyFloatProperties(); in testVerifyFloatPropertysWrong_combination()
137 mSource.verifyFloatProperties(); in testVerifyFloatPropertys_success()
142 mSource.verifyFloatProperties(); in testVerifyFloatPropertys_success()
147 mSource.verifyFloatProperties(); in testVerifyFloatPropertys_success()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DParallax.java510 final void verifyFloatProperties() throws IllegalStateException { in verifyFloatProperties() method in Parallax
DParallaxEffect.java206 source.verifyFloatProperties(); in performMapping()