Searched refs:widthDiference (Results 1 – 2 of 2) sorted by relevance
1166 int widthDiference = first.getWidth() - second.getWidth(); in compare() local1167 if (widthDiference != 0) { in compare()1168 return widthDiference; in compare()
7898 final int widthDiference = mLocation.width() - another.mLocation.width(); in compareTo() local7899 if (widthDiference != 0) { in compareTo()7900 return -widthDiference; in compareTo()