Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java263 .spring(FloatProperties.RECT_X, toBounds.left, mCatchUpSpringConfig) in movePip()
297 .spring(FloatProperties.RECT_X, destinationX, velX, mAnimateToDismissSpringConfig) in animateIntoDismissTarget()
402 FloatProperties.RECT_X, velocityX, in movetoTarget()
439 .spring(FloatProperties.RECT_X, bounds.left, springConfig)
688 FloatProperties.RECT_X, FloatProperties.RECT_Y) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFloatProperties.kt40 val RECT_X = object : FloatPropertyCompat<Rect>("RectX") { regex