Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java9259 ViewLocationHolder holder1, ViewLocationHolder holder2) { in compareBoundsOfTree() argument
9262 if (holder1.mLocation.bottom - holder2.mLocation.top <= 0) { in compareBoundsOfTree()
9266 if (holder1.mLocation.top - holder2.mLocation.bottom >= 0) { in compareBoundsOfTree()
9272 if (holder1.mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareBoundsOfTree()
9273 final int leftDifference = holder1.mLocation.left - holder2.mLocation.left; in compareBoundsOfTree()
9278 final int rightDifference = holder1.mLocation.right - holder2.mLocation.right; in compareBoundsOfTree()
9284 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree()
9303 holder1.mView.getBoundsOnScreen(view1Bounds, true); in compareBoundsOfTree()
9305 final View child1 = holder1.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree()
9318 ViewLocationHolder.obtain(holder1.mRoot, child1); in compareBoundsOfTree()
[all …]