Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java118 return taskView.mFullscreenProgress;
158 private float mFullscreenProgress; field in TaskView
802 if (progress == mFullscreenProgress) { in setFullscreenProgress()
805 mFullscreenProgress = progress; in setFullscreenProgress()
806 boolean isFullscreen = mFullscreenProgress > 0; in setFullscreenProgress()
814 float currentInsetsLeft = insets.left * mFullscreenProgress; in setFullscreenProgress()
815 float currentInsetsRight = insets.right * mFullscreenProgress; in setFullscreenProgress()
817 insets.top * mFullscreenProgress, in setFullscreenProgress()
819 insets.bottom * mFullscreenProgress); in setFullscreenProgress()
821 mCurrentFullscreenParams.setCornerRadius(Utilities.mapRange(mFullscreenProgress, in setFullscreenProgress()
DRecentsView.java152 return recentsView.mFullscreenProgress;
292 private float mFullscreenProgress = 0; field in RecentsView
619 mFullscreenProgress = fullscreenProgress; in setFullscreenProgress()
622 getTaskViewAt(i).setFullscreenProgress(mFullscreenProgress); in setFullscreenProgress()