Home
last modified time | relevance | path

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

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