Home
last modified time | relevance | path

Searched refs:lastDragY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoriteListView.java54 private int lastDragY; field in PhoneFavoriteListView
60 if (lastDragY <= topScrollBound) {
62 } else if (lastDragY >= bottomScrollBound) {
147 lastDragY = eY; in onDragEvent()
153 (Math.abs(lastDragY - touchDownForDragStartY) >= 4 * touchSlop)) { in onDragEvent()