Home
last modified time | relevance | path

Searched refs:targetClosingRect (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DDefaultCrossActivityBackAnimation.kt51 targetClosingRect.set(startClosingRect) in preparePreCommitClosingRectMovement()
52 targetClosingRect.scaleCentered(MAX_SCALE) in preparePreCommitClosingRectMovement()
54 targetClosingRect.offset( in preparePreCommitClosingRectMovement()
55 startClosingRect.right - targetClosingRect.right - displayBoundsMargin, in preparePreCommitClosingRectMovement()
79 targetClosingRect.set(backAnimRect) in getPostCommitAnimationDuration()
80 targetClosingRect.offset(currentClosingRect.left + enteringStartOffset, 0f) in getPostCommitAnimationDuration()
88 currentClosingRect.setInterpolatedRectF(startClosingRect, targetClosingRect, progress) in onPostCommitProgress()
DCustomCrossActivityBackAnimation.kt78 targetClosingRect.set(startClosingRect) in <lambda>()
79 targetClosingRect.scaleCentered(MAX_SCALE) in <lambda>()
81 startClosingRect.right - targetClosingRect.right - displayBoundsMargin in <lambda>()
83 -targetClosingRect.left + displayBoundsMargin in <lambda>()
85 targetClosingRect.offset(offset, 0f) in <lambda>()
DCrossActivityBackAnimation.kt68 protected val targetClosingRect = RectF() in <lambda>() constant in com.android.wm.shell.back.CrossActivityBackAnimation
217 currentClosingRect.setInterpolatedRectF(startClosingRect, targetClosingRect, progress) in <lambda>()