Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java1176 int topDifference = first.getTop() - second.getTop(); in compare() local
1177 if (topDifference != 0) { in compare()
1178 return topDifference; in compare()
/frameworks/base/core/java/android/view/
DViewGroup.java9134 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree() local
9135 if (topDifference != 0) { in compareBoundsOfTree()
9136 return topDifference; in compareBoundsOfTree()