Searched refs:topDifference (Results 1 – 2 of 2) sorted by relevance
1151 int topDifference = first.getTop() - second.getTop(); in compare() local1152 if (topDifference != 0) { in compare()1153 return topDifference; in compare()
7888 final int topDifference = mLocation.top - another.mLocation.top; in compareTo() local7889 if (topDifference != 0) { in compareTo()7890 return topDifference; in compareTo()