Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java112 float mAnimatedScale = 1.0f; field in DragState
721 PropertyValuesHolder.ofFloat(ANIMATED_PROPERTY_SCALE, mAnimatedScale, in createReturnAnimationLocked()
722 mAnimatedScale), in createReturnAnimationLocked()
750 PropertyValuesHolder.ofFloat(ANIMATED_PROPERTY_SCALE, mAnimatedScale, 0), in createCancelAnimationLocked()
DDragDropController.java216 mDragState.mAnimatedScale = callingWin.mGlobalScale; in performDrag()