Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeBoundsTest.java263 float largeSize = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in isRestartingAnimation() local
266 && Math.abs(largeSize - start.red.position.top) < errorPx; in isRestartingAnimation()
285 float largeSize = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in isRestartingClip() local
287 return start.red.clip.width() > largeSize - errorPx in isRestartingClip()
288 && start.green.clip.width() > largeSize - errorPx; in isRestartingClip()