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 StickyHeaderListView107 if (stickyRect.contains(ev.getX(), ev.getY())) { in dispatchTouchEvent()108 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()128 stickyRect.set( in draw()133 canvas.translate(0, stickyRect.top); in draw()137 stickyRect.setEmpty(); in draw()