Searched defs:scaleY (Results 1 – 4 of 4) sorted by relevance
142 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.8f); in slideBack() local173 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in slideForward() local
75 scaleY: string; property
185 ObjectAnimator scaleY = ObjectAnimator.ofFloat(mAnimatedView, View.SCALE_Y, 0.25f, 0.75f); in onCreate() local
349 final float scaleY = event.getYPrecision() * TRACKBALL_SCALE; in onTrackballEvent() local