Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java5038 int sX, sY; // source x, y in getDistance() local
5043 sY = source.top + source.height() / 2; in getDistance()
5049 sY = source.bottom; in getDistance()
5055 sY = source.top + source.height() / 2; in getDistance()
5061 sY = source.top; in getDistance()
5068 sY = source.top + source.height() / 2; in getDistance()
5078 int deltaY = dY - sY; in getDistance()