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.java432 final Rect tempParentRect = mTempParentRect; in createNodeForChild() local
452 node.getBoundsInParent(tempParentRect); in createNodeForChild()
453 if (tempParentRect.equals(INVALID_PARENT_BOUNDS)) { in createNodeForChild()
483 if (intersectVisibleToUser(tempParentRect)) { in createNodeForChild()
485 node.setBoundsInParent(tempParentRect); in createNodeForChild()
492 tempScreenRect.set(tempParentRect); in createNodeForChild()