Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1451 public void onUpdate(RectF currentRectF, float progress) { in getClosingWindowAnimators()
1452 finalFloatingIconView.update(1f, currentRectF, progress, windowAlphaThreshold, in getClosingWindowAnimators()
1455 super.onUpdate(currentRectF, progress); in getClosingWindowAnimators()
1469 public void onUpdate(RectF currentRectF, float progress) { in getClosingWindowAnimators()
1474 finalFloatingWidget.update(currentRectF, floatingWidgetAlpha, foregroundAlpha, in getClosingWindowAnimators()
1477 super.onUpdate(currentRectF, progress); in getClosingWindowAnimators()
2127 public void onUpdate(RectF currentRectF, float progress) { in onUpdate() argument
2140 transferRectToTargetCoordinate(target, currentRectF, false, mCurrentRectF); in onUpdate()