OsmAnd
|
Classes | |
interface | MultiTouchZoomListener |
Public Member Functions | |
MultiTouchSupport (Context ctx, MultiTouchZoomListener listener) | |
boolean | isMultiTouchSupported () |
boolean | isInZoomMode () |
boolean | onTouchEvent (MotionEvent event) |
Static Public Attributes | |
static final int | ACTION_MASK = 255 |
static final int | ACTION_POINTER_ID_SHIFT = 8 |
static final int | ACTION_POINTER_DOWN = 5 |
static final int | ACTION_POINTER_UP = 6 |
Protected Attributes | |
final Context | ctx |
Method | getPointerCount |
Method | getX |
Method | getY |
Method | getPointerId |
net.osmand.plus.views.MultiTouchSupport.MultiTouchSupport | ( | Context | ctx, |
MultiTouchZoomListener | listener | ||
) |
boolean net.osmand.plus.views.MultiTouchSupport.onTouchEvent | ( | MotionEvent | event | ) |
final int net.osmand.plus.views.MultiTouchSupport.ACTION_MASK = 255 [static] |
final int net.osmand.plus.views.MultiTouchSupport.ACTION_POINTER_DOWN = 5 [static] |
final int net.osmand.plus.views.MultiTouchSupport.ACTION_POINTER_ID_SHIFT = 8 [static] |
final int net.osmand.plus.views.MultiTouchSupport.ACTION_POINTER_UP = 6 [static] |
final Context net.osmand.plus.views.MultiTouchSupport.ctx [protected] |
Method net.osmand.plus.views.MultiTouchSupport.getPointerCount [protected] |
Method net.osmand.plus.views.MultiTouchSupport.getPointerId [protected] |
Method net.osmand.plus.views.MultiTouchSupport.getX [protected] |
Method net.osmand.plus.views.MultiTouchSupport.getY [protected] |