Fields Summary |
---|
private android.view.View | mDelegateViewView that should receive forwarded touch events |
private android.graphics.Rect | mBoundsBounds in local coordinates of the containing view that should be mapped to the delegate
view. This rect is used for initial hit testing. |
private android.graphics.Rect | mSlopBoundsmBounds inflated to include some slop. This rect is to track whether the motion events
should be considered to be be within the delegate view. |
private boolean | mDelegateTargetedTrue if the delegate had been targeted on a down event (intersected mBounds). |
public static final int | ABOVEThe touchable region of the View extends above its actual extent. |
public static final int | BELOWThe touchable region of the View extends below its actual extent. |
public static final int | TO_LEFTThe touchable region of the View extends to the left of its
actual extent. |
public static final int | TO_RIGHTThe touchable region of the View extends to the right of its
actual extent. |
private int | mSlop |