Searched refs:lastDragY (Results 1 – 1 of 1) sorted by relevance
54 private int lastDragY; field in PhoneFavoriteListView60 if (lastDragY <= topScrollBound) {62 } else if (lastDragY >= bottomScrollBound) {147 lastDragY = eY; in onDragEvent()153 (Math.abs(lastDragY - touchDownForDragStartY) >= 4 * touchSlop)) { in onDragEvent()