/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | HandleMenuAnimator.kt | 24 import android.view.View.SCALE_X 173 ObjectAnimator.ofFloat(appInfoPill, SCALE_X, NONFREEFORM_HEADER_INITIAL_SCALE_X, 1f) in captionHandleExpandIntoAppInfoPill() 191 ObjectAnimator.ofFloat(appInfoPill, SCALE_X, HALF_INITIAL_SCALE, 1f).apply { in appInfoPillExpand() 204 ObjectAnimator.ofFloat(windowingPill, SCALE_X, HALF_INITIAL_SCALE, 1f).apply { in animateWindowingPillOpen() 243 ObjectAnimator.ofFloat(moreActionsPill, SCALE_X, HALF_INITIAL_SCALE, 1f).apply { in animateMoreActionsPillOpen() 282 ObjectAnimator.ofFloat(appInfoPill, SCALE_X, 0f).apply { in appInfoPillCollapse() 297 ObjectAnimator.ofFloat(appInfoPill, SCALE_X, NONFREEFORM_HEADER_INITIAL_SCALE_X).apply { in appInfoCollapseToHandle() 330 ObjectAnimator.ofFloat(windowingPill, SCALE_X, HALF_INITIAL_SCALE).apply { in windowingPillClose() 354 ObjectAnimator.ofFloat(moreActionsPill, SCALE_X, HALF_INITIAL_SCALE).apply { in moreActionsPillClose()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarAnimationHelper.java | 19 import static android.view.View.SCALE_X; 178 .spring(AnimatableScaleMatrix.SCALE_X, in animateExpansion() 217 .spring(AnimatableScaleMatrix.SCALE_X, in animateCollapse() 261 ObjectAnimator.ofFloat(bbev, SCALE_X, EXPANDED_VIEW_DRAG_SCALE), in animateStartDrag() 316 ObjectAnimator.ofFloat(bbev, SCALE_X, 1f), in animateToRestPosition() 389 ObjectAnimator.ofFloat(bbev, SCALE_X, EXPANDED_VIEW_IN_TARGET_SCALE), in animateIntoTarget() 394 ObjectAnimator.ofFloat(target.getTargetView(), SCALE_X, DISMISS_VIEW_SCALE), in animateIntoTarget() local 425 ObjectAnimator.ofFloat(bbev, SCALE_X, EXPANDED_VIEW_DRAG_SCALE), in animateUnstuckFromDismissView() 428 ObjectAnimator.ofFloat(target.getTargetView(), SCALE_X, 1f), in animateUnstuckFromDismissView() local
|
D | BubbleEducationViewController.kt | 177 ?.spring(DynamicAnimation.SCALE_X, if (show) 1f else EDU_SCALE_HIDDEN) in animateTransition()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTest.java | 234 DynamicAnimation.SCALE_X, DynamicAnimation.SCALE_Y)); in testSetController() 236 DynamicAnimation.SCALE_X)); in testSetController() 238 DynamicAnimation.SCALE_X, 10f); in testSetController() 246 waitForPropertyAnimations(DynamicAnimation.SCALE_X); in testSetController() 251 .getNextAnimationInChain(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 253 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 260 .getNextAnimationInChain(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 262 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController()
|
D | StackAnimationControllerTest.java | 195 DynamicAnimation.SCALE_X, in testChildAdded()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 144 static final int SCALE_X = 0x0008; field in ViewPropertyAnimator 155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z; 681 animateProperty(SCALE_X, value); in scaleX() 694 animatePropertyBy(SCALE_X, value); in scaleXBy() 999 case SCALE_X: in setValue() 1042 case SCALE_X: in getValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | AnimatableProperty.java | 43 public static final AnimatableProperty SCALE_X = AnimatableProperty.from( field in AnimatableProperty 44 View.SCALE_X, R.id.scale_x_animator_tag, R.id.scale_x_animator_start_value_tag,
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | AnimatableScaleMatrix.java | 47 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_X = field in AnimatableScaleMatrix
|
D | PhysicsAnimationLayout.java | 501 } else if (property.equals(DynamicAnimation.SCALE_X)) { 606 } else if (property.equals(DynamicAnimation.SCALE_X)) { 871 return property(DynamicAnimation.SCALE_X, scaleX, endActions); 876 mInitialPropertyValues.put(DynamicAnimation.SCALE_X, from);
|
D | ExpandedAnimationController.java | 517 DynamicAnimation.SCALE_X, in getAnimatedProperties() 593 .spring(DynamicAnimation.SCALE_X, 0f, mAnimateOutSpringConfig) in onChildRemoved()
|
D | StackAnimationController.java | 671 DynamicAnimation.SCALE_X, // For 'popping in' new bubbles. in getAnimatedProperties() 741 .spring(DynamicAnimation.SCALE_X, 0f, mAnimateOutSpringConfig) in onChildRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationFilter.java | 49 animate(View.SCALE_X); in animateScale()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardStatusViewControllerTest.java | 109 verify(mControllerMock).setProperty(AnimatableProperty.SCALE_X, 1f, true); in updatePosition_primaryClockAnimation() 124 verify(mControllerMock).setProperty(AnimatableProperty.SCALE_X, 20f, true); in updatePosition_alternateClockAnimation()
|
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
D | DynamicAnimation.java | 105 public static final ViewProperty SCALE_X = new ViewProperty("scaleX") { field in DynamicAnimation 374 } else if (mProperty == SCALE_X || mProperty == SCALE_Y) { in DynamicAnimation()
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 188 SCALE_X, enumerator
|
D | RenderNode.h | 86 SCALE_X = 1 << 5, enumerator
|
D | Animator.cpp | 322 {RenderNode::SCALE_X, &RenderProperties::getScaleX, &RenderProperties::setScaleX},
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 176 return View.SCALE_X; in getProperty()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardStatusViewController.java | 395 setProperty(AnimatableProperty.SCALE_X, scale, animate); in updatePosition() 400 setProperty(AnimatableProperty.SCALE_X, 1f, animate); in updatePosition()
|
D | KeyguardClockSwitch.java | 420 ObjectAnimator.ofFloat(mStatusArea, SCALE_X, statusAreaClockScale), in updateClockViews()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewLegacy.java | 275 ObjectAnimator.ofFloat(mBgProtection, View.SCALE_X, 0f, 1f), in animateInUdfpsBouncer()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 42 public static final int SCALE_X = 3; field in RenderNodeAnimator
|
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/ |
D | PerfettoViewCapture.kt | 196 os.write(ViewCaptureMessage.View.SCALE_X, view.scaleX) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleStackView.java | 2390 .spring(AnimatableScaleMatrix.SCALE_X, in hideExpandedViewIfNeeded() 2417 .spring(AnimatableScaleMatrix.SCALE_X, in showExpandedViewIfNeeded() 2570 .spring(AnimatableScaleMatrix.SCALE_X, in animateBubbleExpansion() 2625 .spring(AnimatableScaleMatrix.SCALE_X, in animateOverflowExpansion() 2778 .spring(AnimatableScaleMatrix.SCALE_X, in animateSwitchBubbles() 3312 .spring(DynamicAnimation.SCALE_X, 1f) in showManageMenu() 3331 .spring(DynamicAnimation.SCALE_X, 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>()
|