Home
last modified time | relevance | path

Searched refs:mAnimatedScale (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java115 float mAnimatedScale = 1.0f; field in DragState
649 PropertyValuesHolder.ofFloat(ANIMATED_PROPERTY_SCALE, mAnimatedScale, in createReturnAnimationLocked()
650 mAnimatedScale), in createReturnAnimationLocked()
678 PropertyValuesHolder.ofFloat(ANIMATED_PROPERTY_SCALE, mAnimatedScale, 0), in createCancelAnimationLocked()
H A DDragDropController.java160 mDragState.mAnimatedScale = callingWin.mGlobalScale; in performDrag()