Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java1175 int topDifference = first.getTop() - second.getTop(); in compare() local
1176 if (topDifference != 0) { in compare()
1177 return topDifference; in compare()
/frameworks/base/core/java/android/view/
DViewGroup.java8879 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree() local
8880 if (topDifference != 0) { in compareBoundsOfTree()
8881 return topDifference; in compareBoundsOfTree()