Searched refs:holder1 (Results 1 – 1 of 1) sorted by relevance
9109 ViewLocationHolder holder1, ViewLocationHolder holder2) { in compareBoundsOfTree() argument9112 if (holder1.mLocation.bottom - holder2.mLocation.top <= 0) { in compareBoundsOfTree()9116 if (holder1.mLocation.top - holder2.mLocation.bottom >= 0) { in compareBoundsOfTree()9122 if (holder1.mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareBoundsOfTree()9123 final int leftDifference = holder1.mLocation.left - holder2.mLocation.left; in compareBoundsOfTree()9128 final int rightDifference = holder1.mLocation.right - holder2.mLocation.right; in compareBoundsOfTree()9134 final int topDifference = holder1.mLocation.top - holder2.mLocation.top; in compareBoundsOfTree()9139 final int heightDiference = holder1.mLocation.height() - holder2.mLocation.height(); in compareBoundsOfTree()9144 final int widthDifference = holder1.mLocation.width() - holder2.mLocation.width(); in compareBoundsOfTree()9153 holder1.mView.getBoundsOnScreen(view1Bounds, true); in compareBoundsOfTree()[all …]