Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java1028 public void setProgress(float fullscreenProgress, float parentScale, int previewWidth,
1032 float currentInsetsLeft = insets.left * fullscreenProgress;
1033 float currentInsetsRight = insets.right * fullscreenProgress;
1034 mCurrentDrawnInsets.set(currentInsetsLeft, insets.top * fullscreenProgress,
1035 currentInsetsRight, insets.bottom * fullscreenProgress);
1039 Utilities.mapRange(fullscreenProgress, mCornerRadius, fullscreenCornerRadius)
DRecentsView.java825 public void setFullscreenProgress(float fullscreenProgress) { in setFullscreenProgress() argument
826 mFullscreenProgress = fullscreenProgress; in setFullscreenProgress()
833 mapToRange(fullscreenProgress, 0, 0.1f, 1f, 0f, LINEAR)); in setFullscreenProgress()