public interface HighLightView
| Modifier and Type | Field and Description |
|---|---|
static int |
GROW_BOTTOM_EDGE |
static int |
GROW_LEFT_EDGE |
static int |
GROW_NONE |
static int |
GROW_RIGHT_EDGE |
static int |
GROW_TOP_EDGE |
static int |
MOVE |
| Modifier and Type | Method and Description |
|---|---|
float |
centerX() |
float |
centerY() |
void |
draw(android.graphics.Canvas canvas) |
android.graphics.Rect |
getDrawRect() |
int |
getHit(float x,
float y,
float scale) |
android.graphics.Matrix |
getMatrix() |
void |
handleMotion(int motionEdge,
float dx,
float dy) |
static final int GROW_NONE
static final int GROW_LEFT_EDGE
static final int GROW_RIGHT_EDGE
static final int GROW_TOP_EDGE
static final int GROW_BOTTOM_EDGE
static final int MOVE
android.graphics.Matrix getMatrix()
android.graphics.Rect getDrawRect()
float centerY()
float centerX()
int getHit(float x,
float y,
float scale)
void handleMotion(int motionEdge,
float dx,
float dy)
void draw(android.graphics.Canvas canvas)