Searched refs:mTempParentRect (Results 1 – 1 of 1) sorted by relevance
64 private final Rect mTempParentRect = new Rect(); field in ExploreByTouchHelper390 node.getBoundsInParent(mTempParentRect); in createNodeForChild()391 if (mTempParentRect.isEmpty()) { in createNodeForChild()421 if (intersectVisibleToUser(mTempParentRect)) { in createNodeForChild()423 node.setBoundsInParent(mTempParentRect); in createNodeForChild()430 mTempScreenRect.set(mTempParentRect); in createNodeForChild()