Searched refs:minTop (Results 1 – 3 of 3) sorted by relevance
486 final int minTop = stackBounds.top; in updateWindowDragBounds() local491 Math.min(Math.max(mWindowOriginalBounds.top + offsetY, minTop), maxTop)); in updateWindowDragBounds()
1912 final int minTop = layoutManager.getDecoratedTop(target.itemView); in onMoved() local1913 if (minTop <= recyclerView.getPaddingTop()) { in onMoved()
17235 int minTop;17238 minTop = top;17241 minTop = mTop;17244 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);18062 int minTop; in offsetTopAndBottom() local18066 minTop = mTop + offset; in offsetTopAndBottom()18070 minTop = mTop; in offsetTopAndBottom()18074 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop); in offsetTopAndBottom()