Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java1506 public void setProgress(float fullscreenProgress, float parentScale, int previewWidth, in setProgress() argument
1508 mFullscreenProgress = fullscreenProgress; in setProgress()
1511 float currentInsetsLeft = insets.left * fullscreenProgress; in setProgress()
1512 float currentInsetsRight = insets.right * fullscreenProgress; in setProgress()
1513 mCurrentDrawnInsets.set(currentInsetsLeft, insets.top * fullscreenProgress, in setProgress()
1514 currentInsetsRight, insets.bottom * fullscreenProgress); in setProgress()
1518 Utilities.mapRange(fullscreenProgress, mCornerRadius, fullscreenCornerRadius) in setProgress()
DRecentsView.java1246 public void setFullscreenProgress(float fullscreenProgress) { in setFullscreenProgress() argument
1247 mFullscreenProgress = fullscreenProgress; in setFullscreenProgress()
1252 mClearAllButton.setFullscreenProgress(fullscreenProgress); in setFullscreenProgress()
1256 mapToRange(fullscreenProgress, 0, 0.1f, 1f, 0f, LINEAR)); in setFullscreenProgress()