Home
last modified time | relevance | path

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

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