Home
last modified time | relevance | path

Searched defs:scaleY (Results 1 – 4 of 4) sorted by relevance

/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DSlidingFragments.java142 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.8f); in slideBack() local
173 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in slideForward() local
/development/tools/winscope/src/viewers/common/
Dcurated_properties.ts75 scaleY: string; property
/development/samples/ApiDemos/src/com/example/android/apis/view/
DViewFrameRateActivity.java185 ObjectAnimator scaleY = ObjectAnimator.ofFloat(mAnimatedView, View.SCALE_Y, 0.25f, 0.75f); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java349 final float scaleY = event.getYPrecision() * TRACKBALL_SCALE; in onTrackballEvent() local