Home
last modified time | relevance | path

Searched refs:SCALE_Y (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenuAnimator.kt25 import android.view.View.SCALE_Y
177 ObjectAnimator.ofFloat(appInfoPill, SCALE_Y, NONFREEFORM_HEADER_INITIAL_SCALE_Y, 1f) in captionHandleExpandIntoAppInfoPill()
196 ObjectAnimator.ofFloat(appInfoPill, SCALE_Y, HALF_INITIAL_SCALE, 1f).apply { in appInfoPillExpand()
210 ObjectAnimator.ofFloat(windowingPill, SCALE_Y, HALF_INITIAL_SCALE, 1f).apply { in animateWindowingPillOpen()
249 ObjectAnimator.ofFloat(moreActionsPill, SCALE_Y, HALF_INITIAL_SCALE, 1f).apply { in animateMoreActionsPillOpen()
288 ObjectAnimator.ofFloat(appInfoPill, SCALE_Y, 0f).apply { in appInfoPillCollapse()
303 ObjectAnimator.ofFloat(appInfoPill, SCALE_Y, NONFREEFORM_HEADER_INITIAL_SCALE_Y).apply { in appInfoCollapseToHandle()
335 ObjectAnimator.ofFloat(windowingPill, SCALE_Y, HALF_INITIAL_SCALE).apply { in windowingPillClose()
359 ObjectAnimator.ofFloat(moreActionsPill, SCALE_Y, HALF_INITIAL_SCALE).apply { in moreActionsPillClose()
DMaximizeMenu.kt47 import android.view.View.SCALE_Y in <lambda>()
339 ObjectAnimator.ofFloat(rootView, SCALE_Y, STARTING_MENU_HEIGHT_SCALE, 1f) in animateOpenMenu()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java20 import static android.view.View.SCALE_Y;
181 .spring(AnimatableScaleMatrix.SCALE_Y, in animateExpansion()
221 .spring(AnimatableScaleMatrix.SCALE_Y, in animateCollapse()
262 ObjectAnimator.ofFloat(bbev, SCALE_Y, EXPANDED_VIEW_DRAG_SCALE), in animateStartDrag()
317 ObjectAnimator.ofFloat(bbev, SCALE_Y, 1f), in animateToRestPosition()
390 ObjectAnimator.ofFloat(bbev, SCALE_Y, EXPANDED_VIEW_IN_TARGET_SCALE), in animateIntoTarget()
395 ObjectAnimator.ofFloat(target.getTargetView(), SCALE_Y, DISMISS_VIEW_SCALE) in animateIntoTarget() local
426 ObjectAnimator.ofFloat(bbev, SCALE_Y, EXPANDED_VIEW_DRAG_SCALE), in animateUnstuckFromDismissView()
429 ObjectAnimator.ofFloat(target.getTargetView(), SCALE_Y, 1f) in animateUnstuckFromDismissView() local
DBubbleBarMenuViewController.java130 .spring(DynamicAnimation.SCALE_Y, show ? 1f : MENU_INITIAL_SCALE) in animateTransition()
DBubbleEducationViewController.kt178 ?.spring(DynamicAnimation.SCALE_Y, if (show) 1f else EDU_SCALE_HIDDEN) in animateTransition()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java145 static final int SCALE_Y = 0x0010; field in ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
707 animateProperty(SCALE_Y, value); in scaleY()
720 animatePropertyBy(SCALE_Y, value); in scaleYBy()
1002 case SCALE_Y: in setValue()
1044 case SCALE_Y: in getValue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAnimatableProperty.java47 public static final AnimatableProperty SCALE_Y = AnimatableProperty.from( field in AnimatableProperty
48 View.SCALE_Y, R.id.scale_y_animator_tag, R.id.scale_y_animator_start_value_tag,
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java66 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_Y = field in AnimatableScaleMatrix
DPhysicsAnimationLayout.java503 } else if (property.equals(DynamicAnimation.SCALE_Y)) {
608 } else if (property.equals(DynamicAnimation.SCALE_Y)) {
882 return property(DynamicAnimation.SCALE_Y, scaleY, endActions);
887 mInitialPropertyValues.put(DynamicAnimation.SCALE_Y, from);
DExpandedAnimationController.java518 DynamicAnimation.SCALE_Y, in getAnimatedProperties()
594 .spring(DynamicAnimation.SCALE_Y, 0f, mAnimateOutSpringConfig) in onChildRemoved()
DStackAnimationController.java672 DynamicAnimation.SCALE_Y); in getAnimatedProperties()
742 .spring(DynamicAnimation.SCALE_Y, 0f, mAnimateOutSpringConfig) in onChildRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationFilter.java50 animate(View.SCALE_Y); in animateScale()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java110 verify(mControllerMock).setProperty(AnimatableProperty.SCALE_Y, 1f, true); in updatePosition_primaryClockAnimation()
125 verify(mControllerMock).setProperty(AnimatableProperty.SCALE_Y, 20f, true); in updatePosition_alternateClockAnimation()
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DDynamicAnimation.java120 public static final ViewProperty SCALE_Y = new ViewProperty("scaleY") { field in DynamicAnimation
374 } else if (mProperty == SCALE_X || mProperty == SCALE_Y) { in DynamicAnimation()
/frameworks/base/libs/hwui/
DAnimator.h189 SCALE_Y, enumerator
DRenderNode.h87 SCALE_Y = 1 << 6, enumerator
DAnimator.cpp323 {RenderNode::SCALE_Y, &RenderProperties::getScaleY, &RenderProperties::setScaleY},
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTouchAnimator.java178 return View.SCALE_Y; in getProperty()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java396 setProperty(AnimatableProperty.SCALE_Y, scale, animate); in updatePosition()
401 setProperty(AnimatableProperty.SCALE_Y, 1f, animate); in updatePosition()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DStackAnimationControllerTest.java196 DynamicAnimation.SCALE_Y); in testChildAdded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacy.java276 ObjectAnimator.ofFloat(mBgProtection, View.SCALE_Y, 0f, 1f)); in animateInUdfpsBouncer()
/frameworks/base/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java43 public static final int SCALE_Y = 4; field in RenderNodeAnimator
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DPerfettoViewCapture.kt197 os.write(ViewCaptureMessage.View.SCALE_Y, view.scaleY) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2394 .spring(AnimatableScaleMatrix.SCALE_Y, in hideExpandedViewIfNeeded()
2420 .spring(AnimatableScaleMatrix.SCALE_Y, in showExpandedViewIfNeeded()
2573 .spring(AnimatableScaleMatrix.SCALE_Y, in animateBubbleExpansion()
2628 .spring(AnimatableScaleMatrix.SCALE_Y, in animateOverflowExpansion()
2781 .spring(AnimatableScaleMatrix.SCALE_Y, in animateSwitchBubbles()
3313 .spring(DynamicAnimation.SCALE_Y, 1f) in showManageMenu()
3332 .spring(DynamicAnimation.SCALE_Y, 0.5f) in showManageMenu()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt218 AnimatableScaleMatrix.SCALE_X, AnimatableScaleMatrix.SCALE_Y) in <lambda>()

12