Home | History | Annotate | Download | only in widget

Lines Matching defs:mTargetBounds

1733         private final Rect mTargetBounds;
1742 * mTargetBounds inflated to include some slop. This rect is to track whether the motion events
1750 * True if the delegate had been targeted on a down event (intersected mTargetBounds).
1757 mTargetBounds = new Rect();
1765 mTargetBounds.set(desiredBounds);
1781 if (mTargetBounds.contains(x, y)) {