Home
last modified time | relevance | path

Searched refs:setScaleY (Results 1 – 25 of 58) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayView.java329 mMinimizedPreview.setScaleY(previewScale); in getEnterAnimation()
331 mClipboardPreview.setScaleY(previewScale); in getEnterAnimation()
333 mPreviewBorder.setScaleY(previewScale); in getEnterAnimation()
341 mActionContainer.setScaleY(actionsScaleY); in getEnterAnimation()
343 mActionContainerBackground.setScaleY(actionsScaleY); in getEnterAnimation()
404 mMinimizedPreview.setScaleY(previewScale); in getExitAnimation()
406 mClipboardPreview.setScaleY(previewScale); in getExitAnimation()
408 mPreviewBorder.setScaleY(previewScale); in getExitAnimation()
416 mActionContainer.setScaleY(actionScaleY); in getExitAnimation()
418 mActionContainerBackground.setScaleY(actionScaleY); in getExitAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java75 object.setScaleY(value * DynamicAnimation.MIN_VISIBLE_CHANGE_SCALE);
107 public void setScaleY(float scaleY) { in setScaleY() method in AnimatableScaleMatrix
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DImageTransformState.java76 mTransformedView.setScaleY(transformationAmount); in appear()
95 mTransformedView.setScaleY(transformationAmount); in disappear()
H A DTransformState.java247 transformedView.setScaleY( in transformViewFrom()
415 transformedView.setScaleY( in transformViewTo()
588 mTransformedView.setScaleY(1.0f); in resetTransformedView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DDismissAnimationController.java62 dismissView.getCircle().setScaleY(scaleValue); in DismissAnimationController()
74 mDismissView.getCircle().setScaleY(CIRCLE_VIEW_DEFAULT_SCALE); in DismissAnimationController()
/aosp14/frameworks/base/packages/Keyguard/
H A Dproguard.flags20 public void setScaleY(float);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationsQuickSettingsContainer.java231 mQSContainer.setScaleY(scale); in applyBackScaling()
239 mStackScroller.setScaleY(scale); in applyBackScaling()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelper.java129 mExpandedViewContainerMatrix.setScaleY(0f); in animateExpansion()
186 mExpandedViewContainerMatrix.setScaleY(1f); in animateCollapse()
H A DBubbleBarMenuViewController.java153 mMenuView.setScaleY(MENU_INITIAL_SCALE); in setupMenu()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRotate3dTextActivity.java74 setScaleY(2.0f); in Rotate3dTextView()
H A DMovingSurfaceViewActivity.java49 mSurfaceView.setScaleY(mScaled ? 0.8f : 1f); in MySurfaceView()
H A DCustomRenderer.java86 mChildNode.setScaleY(.5f); in setupChild()
H A DStretchySurfaceViewActivity.java52 mSurfaceView.setScaleY(mScaled ? 0.8f : 1f); in MySurfaceView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputView.java230 button.setScaleY((float) valueAnimator.getAnimatedValue()); in startErrorAnimation()
238 button.setScaleY((float) valueAnimator.getAnimatedValue()); in startErrorAnimation()
H A DPinShapeNonHintingView.java110 pinDot.setScaleY(value);
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHitRectBug.java60 mImageView.setScaleY(3); in TestDrawingView()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DSurfaceViewRequestReceiver.java91 view.setScaleY(scale); in onReceive()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp125 properties.setScaleY(0.7f); in TEST()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp244 static void setScaleY(JNIEnv*, jobject, jlong groupPtr, jfloat scaleY) { in setScaleY() function
246 group->mutateStagingProperties()->setScaleY(scaleY); in setScaleY()
394 {"nSetScaleY", "(JF)V", (void*)setScaleY},
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java260 setScaleY(SCALE); in onSizeChanged()
325 v.setScaleY(0.5f * s); in fillFreeList()
452 v.setScaleY((float) scale);
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java170 public void setScaleY(float value) { in setScaleY() method in DrawableHolder
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java556 mScreenshotPreview.setScaleY(currentScale); in createScreenshotDropInAnimation()
577 mScreenshotPreview.setScaleY(scale); in createScreenshotDropInAnimation()
580 mScreenshotPreview.setScaleY(1); in createScreenshotDropInAnimation()
664 mScreenshotPreview.setScaleY(1); in createScreenshotDropInAnimation()
945 mScrollablePreview.setScaleY(currScale); in startLongScreenshotTransition()
H A DMagnifierView.java164 setScaleY(0.2f); in onCropDragStarted()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java121 setScaleY(0); in updateIconVisibility()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationThumbnail.java271 mThumbnailView.setScaleY(scaleDown); in updateThumbnailMainThread()

123