Searched refs:topDifference (Results 1 – 2 of 2) sorted by relevance
1148 int topDifference = first.getTop() - second.getTop(); in compare() local1149 if (topDifference != 0) { in compare()1150 return topDifference; in compare()
7266 final int topDifference = mLocation.top - another.mLocation.top; in compareTo() local7267 if (topDifference != 0) { in compareTo()7268 return topDifference; in compareTo()