Searched refs:widthDiference (Results 1 – 2 of 2) sorted by relevance
1171 int widthDiference = first.getWidth() - second.getWidth(); in compare() local1172 if (widthDiference != 0) { in compare()1173 return widthDiference; in compare()
8437 final int widthDiference = mLocation.width() - another.mLocation.width(); in compareTo() local8438 if (widthDiference != 0) { in compareTo()8439 return -widthDiference; in compareTo()