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

  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 447 final int firstChildPos = getPosition(getChildAt(0));
448 final int direction = targetPosition < firstChildPos != mShouldReverseLayout ? -1 : 1;
680 final int firstChildPos = getPosition(getChildAt(0));
687 final int direction = position < firstChildPos != mShouldReverseLayout
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
LinearLayoutManager.java 459 final int firstChildPos = getPosition(getChildAt(0));
460 final int direction = targetPosition < firstChildPos != mShouldReverseLayout ? -1 : 1;
710 final int firstChildPos = getPosition(getChildAt(0));
717 final int direction = position < firstChildPos != mShouldReverseLayout
    [all...]
StaggeredGridLayoutManager.java     [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
GridLayoutManager.java     [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 327 milliseconds