Searched refs:mCatchUpSpringConfig (Results 1 – 1 of 1) sorted by relevance
139 private final PhysicsAnimator.SpringConfig mCatchUpSpringConfig = field in PipMotionHelper286 .spring(FloatProperties.RECT_WIDTH, getBounds().width(), mCatchUpSpringConfig) in movePip()287 .spring(FloatProperties.RECT_HEIGHT, getBounds().height(), mCatchUpSpringConfig) in movePip()288 .spring(FloatProperties.RECT_X, toBounds.left, mCatchUpSpringConfig) in movePip()289 .spring(FloatProperties.RECT_Y, toBounds.top, mCatchUpSpringConfig); in movePip()