Home
last modified time | relevance | path

Searched refs:SCALE_X (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenuAnimator.kt24 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/
DBubbleBarAnimationHelper.java19 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
DBubbleEducationViewController.kt177 ?.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/
DPhysicsAnimationLayoutTest.java234 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()
DStackAnimationControllerTest.java195 DynamicAnimation.SCALE_X, in testChildAdded()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java144 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/
DAnimatableProperty.java43 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/
DAnimatableScaleMatrix.java47 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_X = field in AnimatableScaleMatrix
DPhysicsAnimationLayout.java501 } 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);
DExpandedAnimationController.java517 DynamicAnimation.SCALE_X, in getAnimatedProperties()
593 .spring(DynamicAnimation.SCALE_X, 0f, mAnimateOutSpringConfig) in onChildRemoved()
DStackAnimationController.java671 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/
DAnimationFilter.java49 animate(View.SCALE_X); in animateScale()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java109 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/
DDynamicAnimation.java105 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/
DAnimator.h188 SCALE_X, enumerator
DRenderNode.h86 SCALE_X = 1 << 5, enumerator
DAnimator.cpp322 {RenderNode::SCALE_X, &RenderProperties::getScaleX, &RenderProperties::setScaleX},
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTouchAnimator.java176 return View.SCALE_X; in getProperty()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java395 setProperty(AnimatableProperty.SCALE_X, scale, animate); in updatePosition()
400 setProperty(AnimatableProperty.SCALE_X, 1f, animate); in updatePosition()
DKeyguardClockSwitch.java420 ObjectAnimator.ofFloat(mStatusArea, SCALE_X, statusAreaClockScale), in updateClockViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacy.java275 ObjectAnimator.ofFloat(mBgProtection, View.SCALE_X, 0f, 1f), in animateInUdfpsBouncer()
/frameworks/base/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java42 public static final int SCALE_X = 3; field in RenderNodeAnimator
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DPerfettoViewCapture.kt196 os.write(ViewCaptureMessage.View.SCALE_X, view.scaleX) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2390 .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/
DBubbleStackViewTest.kt218 AnimatableScaleMatrix.SCALE_X, AnimatableScaleMatrix.SCALE_Y) in <lambda>()

12