Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java319 view.mLastComputedTaskEndPushOutDistance = null;
365 protected Float mLastComputedTaskEndPushOutDistance = null; field in RecentsView
2801 mLastComputedTaskEndPushOutDistance = null; in onLayout()
2944 if (mLastComputedTaskEndPushOutDistance == null) {
2949 mLastComputedTaskEndPushOutDistance = (mOrientationHandler.getStart(taskPosition)
2952 distanceToOffscreen -= mLastComputedTaskEndPushOutDistance;