public class CustomZoomableImageView
extends AppCompatImageView
| Constructor and Description |
|---|
CustomZoomableImageView(android.content.Context context) |
CustomZoomableImageView(android.content.Context context,
android.util.AttributeSet attrs) |
CustomZoomableImageView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(android.graphics.Canvas canvas) |
void |
onDraw(android.graphics.Canvas canvas) |
boolean |
onTouchEvent(android.view.MotionEvent ev) |
void |
setImageDrawable(android.graphics.drawable.Drawable drawable) |
public CustomZoomableImageView(android.content.Context context)
public CustomZoomableImageView(android.content.Context context,
android.util.AttributeSet attrs)
public CustomZoomableImageView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle)