Searched refs:mCatchUpSpringConfig (Results 1 – 1 of 1) sorted by relevance
117 private final PhysicsAnimator.SpringConfig mCatchUpSpringConfig = field in PipMotionHelper261 .spring(FloatProperties.RECT_WIDTH, getBounds().width(), mCatchUpSpringConfig) in movePip()262 .spring(FloatProperties.RECT_HEIGHT, getBounds().height(), mCatchUpSpringConfig) in movePip()263 .spring(FloatProperties.RECT_X, toBounds.left, mCatchUpSpringConfig) in movePip()264 .spring(FloatProperties.RECT_Y, toBounds.top, mCatchUpSpringConfig); in movePip()