Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java5688 int sX, sY; // source x, y in getDistance() local
5693 sY = source.top + source.height() / 2; in getDistance()
5699 sY = source.bottom; in getDistance()
5705 sY = source.top + source.height() / 2; in getDistance()
5711 sY = source.top; in getDistance()
5718 sY = source.top + source.height() / 2; in getDistance()
5728 int deltaY = dY - sY; in getDistance()