Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java39 import com.android.wm.shell.animation.FloatProperties;
263 .spring(FloatProperties.RECT_X, toBounds.left, mCatchUpSpringConfig) in movePip()
264 .spring(FloatProperties.RECT_Y, toBounds.top, mCatchUpSpringConfig); in movePip()
399 .spring(FloatProperties.RECT_WIDTH, getBounds().width(), mSpringConfig) in movetoTarget()
400 .spring(FloatProperties.RECT_HEIGHT, getBounds().height(), mSpringConfig) in movetoTarget()
402 FloatProperties.RECT_X, velocityX, in movetoTarget()
406 FloatProperties.RECT_Y, velocityY, mFlingConfigY, mSpringConfig); in movetoTarget()
439 .spring(FloatProperties.RECT_X, bounds.left, springConfig)
440 .spring(FloatProperties.RECT_Y, bounds.top, springConfig);
450 .spring(FloatProperties.RECT_Y,
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFloatProperties.kt29 class FloatProperties { regex