Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DToonGame.java179 private void squishyBounce(final View view, final float startTY, final float bottomTY, in squishyBounce() argument
184 startTY, bottomTY); in squishyBounce()
190 pvhTY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, bottomTY, endTY); in squishyBounce()