Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java48 final static float TRAVERSE_PATH_SIZE = 7.0f; field in PathAnimations
226 float scaleWidth = (right-left)/TRAVERSE_PATH_SIZE; in onLayout()
227 float scaleHeight= (bottom-top)/TRAVERSE_PATH_SIZE; in onLayout()