|
| SessionView (Context context) |
|
| SessionView (Context context, AttributeSet attrs) |
|
| SessionView (Context context, AttributeSet attrs, int defStyle) |
|
boolean | onHoverEvent (MotionEvent event) |
|
void | setScaleGestureDetector (ScaleGestureDetector scaleGestureDetector) |
|
void | setSessionViewListener (SessionViewListener sessionViewListener) |
|
void | addInvalidRegion (Rect invalidRegion) |
|
void | invalidateRegion () |
|
void | onSurfaceChange (SessionState session) |
|
float | getZoom () |
|
void | setZoom (float factor) |
|
boolean | isAtMaxZoom () |
|
boolean | isAtMinZoom () |
|
boolean | zoomIn (float factor) |
|
boolean | zoomOut (float factor) |
|
void | setTouchPointerPadding (int widht, int height) |
|
int | getTouchPointerPaddingWidth () |
|
int | getTouchPointerPaddingHeight () |
|
void | onMeasure (int widthMeasureSpec, int heightMeasureSpec) |
|
void | onDraw (Canvas canvas) |
|
boolean | dispatchKeyEventPreIme (KeyEvent event) |
|
boolean | onTouchEvent (MotionEvent event) |
|
InputConnection | onCreateInputConnection (EditorInfo outAttrs) |
|
|
static final float | MAX_SCALE_FACTOR = 3.0f |
|
static final float | MIN_SCALE_FACTOR = 1.0f |
|
Definition at line 39 of file SessionView.java.
The documentation for this class was generated from the following file: