Searched refs:SCROLL_ZONE_SIZE (Results 1 – 1 of 1) sorted by relevance
165 private static final int SCROLL_ZONE_SIZE = 64; field in MailboxListFragment1037 int scrollDiff = rawTouchY - (lv.getHeight() - SCROLL_ZONE_SIZE); in onDragLocation()1039 boolean scrollUp = (SCROLL_ZONE_SIZE > rawTouchY); in onDragLocation()