Searched refs:INVALID_PARENT_BOUNDS (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/customview/src/main/java/androidx/customview/widget/
H A DExploreByTouchHelper.java100 private static final Rect INVALID_PARENT_BOUNDS = new Rect( field in class:ExploreByTouchHelper
795 node.setBoundsInParent(INVALID_PARENT_BOUNDS);
796 node.setBoundsInScreen(INVALID_PARENT_BOUNDS);
809 if (mTempParentRect.equals(INVALID_PARENT_BOUNDS)) {
851 if (mTempScreenRect.equals(INVALID_PARENT_BOUNDS)) {
863 parentNode.setBoundsInParent(INVALID_PARENT_BOUNDS);
/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java59 private static final Rect INVALID_PARENT_BOUNDS = new Rect( field in class:ExploreByTouchHelper
440 node.setBoundsInParent(INVALID_PARENT_BOUNDS);
452 if (tempParentRect.equals(INVALID_PARENT_BOUNDS)) {

Completed in 140 milliseconds