Searched refs:topDifference (Results 1 – 2 of 2) sorted by relevance
1175 int topDifference = first.getTop() - second.getTop(); in compare() local1176 if (topDifference != 0) { in compare()1177 return topDifference; in compare()
8879 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree() local8880 if (topDifference != 0) { in compareBoundsOfTree()8881 return topDifference; in compareBoundsOfTree()