HomeSort by relevance Sort by last modified time
    Searched refs:getSystemScrollPos (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
WindowAlignment.java 201 final public int getSystemScrollPos(boolean isAtMin, boolean isAtMax) {
202 return getSystemScrollPos((int) mScrollCenter, isAtMin, isAtMax);
205 final public int getSystemScrollPos(int scrollCenter, boolean isAtMin, boolean isAtMax) {
GridLayoutManager.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 39 * @see Axis#getSystemScrollPos(int)
48 * @see Axis#getSystemScrollPos(int)
59 * @see Axis#getSystemScrollPos(int)
68 * @see Axis#getSystemScrollPos(int)
193 * translate mScrollCenter to system scroll position, see details in getSystemScrollPos().
475 final public int getSystemScrollPos() {
476 return getSystemScrollPos((int) mScrollCenter);
479 final public int getSystemScrollPos(int scrollCenter) {
    [all...]
ScrollAdapterView.java 790 scrollTo(mScroll.horizontal.getSystemScrollPos(), mScroll.vertical.getSystemScrollPos());
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 366 milliseconds