Searched refs:fullscreenProgress (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskView.java | 1549 public void setProgress(float fullscreenProgress, float parentScale, float taskViewScale, 1551 mFullscreenProgress = fullscreenProgress; 1555 float currentInsetsLeft = insets.left * fullscreenProgress; 1556 float currentInsetsRight = insets.right * fullscreenProgress; 1561 mCurrentDrawnInsets.set(currentInsetsLeft, insets.top * fullscreenProgress, 1562 currentInsetsRight, insetsBottom * fullscreenProgress); 1566 Utilities.mapRange(fullscreenProgress, mCornerRadius, fullscreenCornerRadius)
|
H A D | RecentsView.java | 1567 public void setFullscreenProgress(float fullscreenProgress) { in setFullscreenProgress() argument 1568 mFullscreenProgress = fullscreenProgress; in setFullscreenProgress() 1573 mClearAllButton.setFullscreenProgress(fullscreenProgress); in setFullscreenProgress() 1577 mapToRange(fullscreenProgress, 0, 0.1f, 1f, 0f, LINEAR)); in setFullscreenProgress()
|