Home
last modified time | relevance | path

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

/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DFixedAspectSurfaceView.java96 boolean scaleWidth = false; in onMeasure()
108 scaleWidth = true; in onMeasure()
116 scaleWidth = true; in onMeasure()
126 scaleWidth = true; in onMeasure()
135 if (scaleWidth) { in onMeasure()
/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()