Searched refs:topDifference (Results 1 – 2 of 2) sorted by relevance
1176 int topDifference = first.getTop() - second.getTop(); in compare() local1177 if (topDifference != 0) { in compare()1178 return topDifference; in compare()
9261 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree() local9262 if (topDifference != 0) { in compareBoundsOfTree()9263 return topDifference; in compareBoundsOfTree()