Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java722 final int topDiff = curY - mTmpRect.top - mRecyclerView.getPaddingTop(); in scrollIfNecessary() local
723 if (mDy < 0 && topDiff < 0) { in scrollIfNecessary()
724 scrollY = topDiff; in scrollIfNecessary()
/frameworks/base/core/java/android/widget/
DRelativeLayout.java648 final int topDiff = p1.mTop - p2.mTop; in compareLayoutPosition() local
649 if (topDiff != 0) { in compareLayoutPosition()
650 return topDiff; in compareLayoutPosition()