Home
last modified time | relevance | path

Searched refs:widthDifference (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java8889 final int widthDifference = holder1.mLocation.width() - holder2.mLocation.width(); in compareBoundsOfTree() local
8890 if (widthDifference != 0) { in compareBoundsOfTree()
8891 return -widthDifference; in compareBoundsOfTree()