Searched refs:leftDifference (Results 1 – 2 of 2) sorted by relevance
1181 int leftDifference = first.getLeft() - second.getLeft(); in compare() local1182 if (leftDifference != 0) { in compare()1183 return leftDifference; in compare()
9250 final int leftDifference = holder1.mLocation.left - holder2.mLocation.left; in compareBoundsOfTree() local9251 if (leftDifference != 0) { in compareBoundsOfTree()9252 return leftDifference; in compareBoundsOfTree()