Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DWindowAlignment.java201 final public int getSystemScrollPos(boolean isAtMin, boolean isAtMax) { in getSystemScrollPos() argument
202 return getSystemScrollPos((int) mScrollCenter, isAtMin, isAtMax); in getSystemScrollPos()
205 final public int getSystemScrollPos(int scrollCenter, boolean isAtMin, boolean isAtMax) { in getSystemScrollPos() argument
251 && (isAtMax || mMaxEdge - scrollCenter <= afterMiddlePosition)) { in getSystemScrollPos()