Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java225 float scaleWidth = (right-left)/TRAVERSE_PATH_SIZE; in onLayout() local
227 scale.setScale(scaleWidth, scaleHeight); in onLayout()