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.java107 float orientationSize = orientationHandler.getPrimaryValue(getWidth(), getHeight()); in onRecentsViewScroll() local
108 if (orientationSize == 0) { in onRecentsViewScroll()
114 float shift = Math.min(adjustedScrollFromEdge, orientationSize); in onRecentsViewScroll()
121 mScrollAlpha = 1 - shift / orientationSize; in onRecentsViewScroll()