Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DDefaultCrossActivityBackAnimation.kt76 startClosingRect.set(currentClosingRect) in getPostCommitAnimationDuration()
80 targetClosingRect.offset(currentClosingRect.left + enteringStartOffset, 0f) in getPostCommitAnimationDuration()
88 currentClosingRect.setInterpolatedRectF(startClosingRect, targetClosingRect, progress) in onPostCommitProgress()
91 currentClosingRect, in onPostCommitProgress()
DCrossActivityBackAnimation.kt69 protected val currentClosingRect = RectF() in <lambda>() constant
217 currentClosingRect.setInterpolatedRectF(startClosingRect, targetClosingRect, progress) in <lambda>()
218 val yOffset = getYOffset(currentClosingRect, backEvent.touchY) in <lambda>()
219 currentClosingRect.offset(0f, yOffset) in <lambda>()
220 applyTransform(closingTarget?.leash, currentClosingRect, 1f) in <lambda>()
231 background.customizeStatusBarAppearance(currentClosingRect.top.toInt()) in <lambda>()
DCustomCrossActivityBackAnimation.kt131 currentClosingRect, in <lambda>()