Home
last modified time | relevance | path

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

12

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java267 float scaleY) { in mapRect() argument
269 y + (src.top - y0) * scaleY, in mapRect()
271 y + (src.bottom - y0) * scaleY); in mapRect()
281 float scaleY = (float) height / mHeight; in drawMixed() local
287 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY); in drawMixed()
300 float scaleY = (float) height / mHeight; in draw() local
306 mapRect(dest, src, 0, 0, x, y, scaleX, scaleY); in draw()
322 float scaleY = target.height() / source.height(); in draw() local
330 mapRect(dest, src, x0, y0, x, y, scaleX, scaleY); in draw()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusIndicatorView.java112 nextState.scaleY = v.getScaleY() * v.getHeight() / indicatorHeight; in onFocusChange()
116 … nextState.y = mTargetViewPos[1] - mIndicatorPos[1] - (1 - nextState.scaleY) * indicatorHeight / 2; in onFocusChange()
125 PropertyValuesHolder.ofFloat(View.SCALE_Y, mTargetState.scaleY)); in onFocusChange()
160 setScaleY(state.scaleY); in applyState()
201 float x, y, scaleX, scaleY; field in FocusIndicatorView.ViewAnimState
DPageIndicatorMarker.java71 .scaleY(1f) in activate()
94 .scaleY(0.5f) in inactivate()
DLauncherViewPropertyAnimator.java213 mViewPropertyAnimator.scaleY(mScaleY); in start()
253 public LauncherViewPropertyAnimator scaleY(float value) { in scaleY() method in LauncherViewPropertyAnimator
DLauncherClings.java167 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1); in showLongPressCling()
168 anim = LauncherAnimUtils.ofPropertyValuesHolder(content, scaleX, scaleY); in showLongPressCling()
DFolder.java472 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in animateOpen() local
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateOpen()
642 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f); in animateClosed() local
644 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateClosed()
1262 float scaleY = getScaleY(); in onDrop() local
1268 setScaleY(scaleY); in onDrop()
DDragLayer.java555 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
562 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
714 float scaleY = finalScaleY * percent + initialScaleY * (1 - percent); in animateView()
732 mDropView.setScaleY(scaleY); in animateView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseScrollAdapterFragment.java197 float scaleY = (float) view.getHeight() / selectorHeight; in onScrolled() local
206 mSelectorView.setScaleY(scaleY); in onScrolled()
210 animation.scaleY(scaleY); in onScrolled()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
DGrantPermissionsViewHandlerImpl.java149 .scaleY(0) in animateOldContent()
190 final float scaleY = (float) oldDynamicHeight / mDescContainer.getHeight(); in attachNewContent()
193 final int translationCompensatingScale = (int) (scaleY in attachNewContent()
198 mDescContainer.setScaleY(scaleY); in attachNewContent()
202 .scaleY(1.0f) in attachNewContent()
/packages/apps/Camera2/src/com/android/camera/
DAnimationManager.java53 float scaleY = ((float) parentView.getHeight()) / ((float) view.getHeight()); in startCaptureAnimation() local
54 float scale = scaleX > scaleY ? scaleX : scaleY; in startCaptureAnimation()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherViewPropertyAnimator.java212 mViewPropertyAnimator.scaleY(mScaleY); in start()
249 public LauncherViewPropertyAnimator scaleY(float value) { in scaleY() method in LauncherViewPropertyAnimator
DDragLayer.java459 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
610 float scaleY = finalScaleY * percent + initialScaleY * (1 - percent); in animateView()
626 mDropView.setScaleY(scaleY); in animateView()
DFolder.java422 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in animateOpen() local
424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateOpen()
472 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f); in animateClosed() local
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateClosed()
/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java378 final float scaleY = viewWrapper.prevHeight / (float) view.getHeight(); in trySlideAttachmentView() local
380 if (xOffset == 0 && yOffset == 0 && scaleX == 1 && scaleY == 1) { in trySlideAttachmentView()
388 animationSet.addAnimation(new ScaleAnimation(scaleX, 1, scaleY, 1)); in trySlideAttachmentView()
DOrientedBitmapDrawable.java99 canvas.scale(mOrientationParams.scaleX, mOrientationParams.scaleY, mCenterX, mCenterY); in draw()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryActivity.java264 float scaleY = decor.getHeight() / maxY; in onGenericMotionEvent() local
267 float y = event.getY() * scaleY; in onGenericMotionEvent()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java625 float scaleY = (float) mPreview.getHeight() / mImageHeight; in drawTile() local
626 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile()
627 (ty + size) * scaleY); in drawTile()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java626 float scaleY = (float) mPreview.getHeight() / mImageHeight; in drawTile() local
627 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile()
628 (ty + size) * scaleY); in drawTile()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java616 float scaleY = (float) mScreenNail.getHeight() / mImageHeight; in drawTile() local
617 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile()
618 (ty + size) * scaleY); in drawTile()
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
DDialogAdapter.java65 v.animate().scaleX(scale).scaleY(scale).setDuration( in onCreateViewHolder()
/packages/apps/Camera2/src/com/android/camera/ui/
DCountDownView.java119 mRemainingSecondsView.animate().scaleX(endScale).scaleY(endScale) in startFadeOutAnimation()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java671 double scaleX, scaleY; in getReducedSizeBitmap() local
673 scaleY = newHeight / originalHeight; in getReducedSizeBitmap()
674 final double scale = Math.min(scaleX, scaleY); in getReducedSizeBitmap()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java175 expandLayer.animate().scaleY(scale) in startAnimation()
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimUtils.java181 .scaleY(endScaleValue) in scaleInternal()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java730 .scaleY(scale) in placeOnDeck()
869 .scaleY(mTableRatio / mImageRatio) in dropOnTable()
948 .scaleY(scale) in pickUp()

12