Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java9108 ViewLocationHolder holder1, ViewLocationHolder holder2) { in compareBoundsOfTree() argument
9111 if (holder1.mLocation.bottom - holder2.mLocation.top <= 0) { in compareBoundsOfTree()
9115 if (holder1.mLocation.top - holder2.mLocation.bottom >= 0) { in compareBoundsOfTree()
9121 if (holder1.mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareBoundsOfTree()
9122 final int leftDifference = holder1.mLocation.left - holder2.mLocation.left; in compareBoundsOfTree()
9127 final int rightDifference = holder1.mLocation.right - holder2.mLocation.right; in compareBoundsOfTree()
9133 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree()
9152 holder1.mView.getBoundsOnScreen(view1Bounds, true); in compareBoundsOfTree()
9154 final View child1 = holder1.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree()
9167 ViewLocationHolder.obtain(holder1.mRoot, child1); in compareBoundsOfTree()
[all …]