Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/ui/
DFocusIndicatorRotateLayout.java53 .scaleX(1.5f).scaleY(1.5f); in showStart()
63 .scaleY(1f).withEndAction(timeout ? mEndAction : null); in showSuccess()
73 .scaleY(1f).withEndAction(timeout ? mEndAction : null); in showFail()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherViewPropertyAnimator.java202 mViewPropertyAnimator.scaleY(mScaleY); in start()
238 public LauncherViewPropertyAnimator scaleY(float value) { in scaleY() method in LauncherViewPropertyAnimator
DDragLayer.java430 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
437 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
577 float scaleY = finalScaleY * percent + initialScaleY * (1 - percent); in animateView()
593 mDropView.setScaleY(scaleY); in animateView()
DFolder.java422 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in animateOpen() local
424 ObjectAnimator.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateOpen()
480 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f); in animateClosed() local
482 ObjectAnimator.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateClosed()
DFolderIcon.java355 float scaleY = getScaleY(); in onDrop() local
361 setScaleY(scaleY); in onDrop()
DLauncher.java2078 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.5f); in growAndFadeOutFolderIcon() local
2092 scaleX, scaleY); in growAndFadeOutFolderIcon()
2101 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in shrinkAndFadeInFolderIcon() local
2109 scaleX, scaleY); in shrinkAndFadeInFolderIcon()
2388 scaleX(1f).scaleY(1f). in showAppsCustomizeHelper()
2567 scaleX(scaleFactor).scaleY(scaleFactor). in hideAppsCustomizeHelper()
DWorkspace.java1652 .scaleY(mNewScaleYs[i])
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCropImage.java576 float scaleY = 1; in getCroppedImage() local
580 scaleY = (float) outputY / rect.height(); in getCroppedImage()
584 if (scaleY > 1f) scaleY = 1; in getCroppedImage()
590 int rectHeight = Math.round(rect.height() * scaleY); in getCroppedImage()
613 Math.max(scaleX, scaleY)); in getCroppedImage()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java601 float scaleY = (float) mScreenNail.getHeight() / mImageHeight; in drawTile() local
602 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile()
603 (ty + size) * scaleY); in drawTile()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java266 .scaleY(scaleTarget) in animateScale()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailTabCarousel.java316 photoAnimator.scaleY(1.0f); in animateAppear()