Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java8854 ViewLocationHolder holder1, ViewLocationHolder holder2) { in compareBoundsOfTree() argument
8857 if (holder1.mLocation.bottom - holder2.mLocation.top <= 0) { in compareBoundsOfTree()
8861 if (holder1.mLocation.top - holder2.mLocation.bottom >= 0) { in compareBoundsOfTree()
8868 final int leftDifference = holder1.mLocation.left - holder2.mLocation.left; in compareBoundsOfTree()
8873 final int rightDifference = holder1.mLocation.right - holder2.mLocation.right; in compareBoundsOfTree()
8879 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree()
8884 final int heightDiference = holder1.mLocation.height() - holder2.mLocation.height(); in compareBoundsOfTree()
8889 final int widthDifference = holder1.mLocation.width() - holder2.mLocation.width(); in compareBoundsOfTree()
8899 holder2.mView.getBoundsOnScreen(view2Bounds, true); in compareBoundsOfTree()
8904 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree()