Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java343 view.mLastComputedTaskEndPushOutDistance = null;
411 protected Float mLastComputedTaskEndPushOutDistance = null; field in RecentsView
3645 mLastComputedTaskEndPushOutDistance = null; in onLayout()
3802 if (mLastComputedTaskEndPushOutDistance == null) {
3807 mLastComputedTaskEndPushOutDistance = (mOrientationHandler.getStart(taskPosition)
3810 distanceToOffscreen -= mLastComputedTaskEndPushOutDistance;