Searched refs:stickyRect (Results 1 – 2 of 2) sorted by relevance
46 private final RectF stickyRect = new RectF(); field in StickyHeaderRecyclerView107 stickyRect.set( in draw()112 canvas.translate(0, stickyRect.top); in draw()116 stickyRect.setEmpty(); in draw()138 if (stickyRect.contains(ev.getX(), ev.getY())) { in dispatchTouchEvent()139 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
58 private final RectF stickyRect = new RectF(); field in StickyHeaderListView103 if (stickyRect.contains(ev.getX(), ev.getY())) { in dispatchTouchEvent()104 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()124 stickyRect.set( in draw()129 canvas.translate(0, stickyRect.top); in draw()133 stickyRect.setEmpty(); in draw()