Searched refs:minTop (Results 1 – 3 of 3) sorted by relevance
646 final int minTop = stackBounds.top; in updateWindowDragBounds() local651 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()
16852 int minTop; in setTop() local16855 minTop = top; in setTop()16858 minTop = mTop; in setTop()16861 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop); in setTop()17695 int minTop; in offsetTopAndBottom() local17699 minTop = mTop + offset; in offsetTopAndBottom()17703 minTop = mTop; in offsetTopAndBottom()17707 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop); in offsetTopAndBottom()