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