HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_PARENT_BOUNDS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 59 private static final Rect INVALID_PARENT_BOUNDS = new Rect(
440 node.setBoundsInParent(INVALID_PARENT_BOUNDS);
452 if (tempParentRect.equals(INVALID_PARENT_BOUNDS)) {
  /frameworks/support/customview/src/main/java/androidx/customview/widget/
ExploreByTouchHelper.java 100 private static final Rect INVALID_PARENT_BOUNDS = new Rect(
795 node.setBoundsInParent(INVALID_PARENT_BOUNDS);
796 node.setBoundsInScreen(INVALID_PARENT_BOUNDS);
809 if (mTempParentRect.equals(INVALID_PARENT_BOUNDS))
    [all...]

Completed in 56 milliseconds