/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | HandleMenuAnimator.kt | 25 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()
|
D | MaximizeMenu.kt | 47 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/ |
D | BubbleBarAnimationHelper.java | 20 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
|
D | BubbleBarMenuViewController.java | 130 .spring(DynamicAnimation.SCALE_Y, show ? 1f : MENU_INITIAL_SCALE) in animateTransition()
|
D | BubbleEducationViewController.kt | 178 ?.spring(DynamicAnimation.SCALE_Y, if (show) 1f else EDU_SCALE_HIDDEN) in animateTransition()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 145 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/ |
D | AnimatableProperty.java | 47 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/ |
D | AnimatableScaleMatrix.java | 66 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_Y = field in AnimatableScaleMatrix
|
D | PhysicsAnimationLayout.java | 503 } 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);
|
D | ExpandedAnimationController.java | 518 DynamicAnimation.SCALE_Y, in getAnimatedProperties() 594 .spring(DynamicAnimation.SCALE_Y, 0f, mAnimateOutSpringConfig) in onChildRemoved()
|
D | StackAnimationController.java | 672 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/ |
D | AnimationFilter.java | 50 animate(View.SCALE_Y); in animateScale()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardStatusViewControllerTest.java | 110 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/ |
D | DynamicAnimation.java | 120 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/ |
D | Animator.h | 189 SCALE_Y, enumerator
|
D | RenderNode.h | 87 SCALE_Y = 1 << 6, enumerator
|
D | Animator.cpp | 323 {RenderNode::SCALE_Y, &RenderProperties::getScaleY, &RenderProperties::setScaleY},
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 178 return View.SCALE_Y; in getProperty()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardStatusViewController.java | 396 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/ |
D | StackAnimationControllerTest.java | 196 DynamicAnimation.SCALE_Y); in testChildAdded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewLegacy.java | 276 ObjectAnimator.ofFloat(mBgProtection, View.SCALE_Y, 0f, 1f)); in animateInUdfpsBouncer()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 43 public static final int SCALE_Y = 4; field in RenderNodeAnimator
|
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/ |
D | PerfettoViewCapture.kt | 197 os.write(ViewCaptureMessage.View.SCALE_Y, view.scaleY) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleStackView.java | 2394 .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/ |
D | BubbleStackViewTest.kt | 218 AnimatableScaleMatrix.SCALE_X, AnimatableScaleMatrix.SCALE_Y) in <lambda>()
|