Searched refs:topDifference (Results 1 – 2 of 2) sorted by relevance
1145 int topDifference = first.getTop() - second.getTop(); in compare() local1146 if (topDifference != 0) { in compare()1147 return topDifference; in compare()
7708 final int topDifference = mLocation.top - another.mLocation.top; in compareTo() local7709 if (topDifference != 0) { in compareTo()7710 return topDifference; in compareTo()