Searched refs:orientationSize (Results 1 – 1 of 1) sorted by relevance
107 float orientationSize = orientationHandler.getPrimaryValue(getWidth(), getHeight()); in onRecentsViewScroll() local108 if (orientationSize == 0) { in onRecentsViewScroll()114 float shift = Math.min(adjustedScrollFromEdge, orientationSize); in onRecentsViewScroll()121 mScrollAlpha = 1 - shift / orientationSize; in onRecentsViewScroll()