Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.java213 float orientationSize = orientationHandler.getPrimaryValue(getWidth(), getHeight()); in onRecentsViewScroll() local
214 if (orientationSize == 0) { in onRecentsViewScroll()
220 float shift = Math.min(adjustedScrollFromEdge, orientationSize); in onRecentsViewScroll()