Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
DMultiPropertyAnimations.java37 private static final float TY_START = 0; field in MultiPropertyAnimations
59 view.setTranslationY(TY_START + fraction * (TY_END - TY_START)); in runValueAnimator()