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()
9134 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree() local9135 if (topDifference != 0) { in compareBoundsOfTree()9136 return topDifference; in compareBoundsOfTree()