Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java159 private final FullscreenDrawParams mCurrentFullscreenParams; field in TaskView
219 mCurrentFullscreenParams = new FullscreenDrawParams(mCornerRadius); in TaskView()
222 mOutlineProvider = new TaskOutlineProvider(getResources(), mCurrentFullscreenParams); in TaskView()
695 + mCurrentFullscreenParams.mCurrentDrawnInsets.bottom in updateFooterOffset()
696 + mCurrentFullscreenParams.mCurrentDrawnInsets.top); in updateFooterOffset()
816 mCurrentFullscreenParams.setInsets(currentInsetsLeft, in setFullscreenProgress()
821 mCurrentFullscreenParams.setCornerRadius(Utilities.mapRange(mFullscreenProgress, in setFullscreenProgress()
826 mCurrentFullscreenParams.setScale(getWidth() in setFullscreenProgress()
833 thumbnail.setFullscreenParams(mCurrentFullscreenParams); in setFullscreenProgress()
834 mOutlineProvider.setFullscreenParams(mCurrentFullscreenParams); in setFullscreenProgress()