Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DExploreByTouchHelper.java431 final Rect tempParentRect = mTempParentRect; in createNodeForChild() local
451 node.getBoundsInParent(tempParentRect); in createNodeForChild()
452 if (tempParentRect.equals(INVALID_PARENT_BOUNDS)) { in createNodeForChild()
482 if (intersectVisibleToUser(tempParentRect)) { in createNodeForChild()
484 node.setBoundsInParent(tempParentRect); in createNodeForChild()
491 tempScreenRect.set(tempParentRect); in createNodeForChild()