Home | History | Annotate | Download | only in widget

Lines Matching defs:mTargetBounds

1793         private final Rect mTargetBounds;
1802 * mTargetBounds inflated to include some slop. This rect is to track whether the motion events
1810 * True if the delegate had been targeted on a down event (intersected mTargetBounds).
1817 mTargetBounds = new Rect();
1825 mTargetBounds.set(desiredBounds);
1841 if (mTargetBounds.contains(x, y)) {