SYMBOL INDEX (32 symbols across 4 files) FILE: app/src/androidTest/java/com/demo/mcropimageview/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: app/src/main/java/com/demo/mcropimageview/MCropImageView.java class MCropImageView (line 28) | public class MCropImageView extends AppCompatImageView implements ViewTr... method MCropImageView (line 64) | public MCropImageView(Context context) { method MCropImageView (line 68) | public MCropImageView(Context context, @Nullable AttributeSet attrs) { method MCropImageView (line 72) | public MCropImageView(Context context, @Nullable AttributeSet attrs, i... method onTouchEvent (line 88) | @Override method boundCheck (line 128) | private void boundCheck() { method startBoundAnimator (line 160) | private void startBoundAnimator(float start, float end, final boolean ... method onMeasure (line 181) | @Override method onGlobalLayout (line 193) | @Override method onAttachedToWindow (line 230) | @Override method onDetachedFromWindow (line 236) | @Override method getMatrixRectF (line 251) | private RectF getMatrixRectF() { method onScale (line 263) | @Override method onScaleBegin (line 285) | @Override method onScaleEnd (line 291) | @Override method getScale (line 296) | private float getScale() { method getTransition (line 302) | private float[] getTransition() { method getRelativeValue (line 315) | private static float getRelativeValue(double d, double count) { method onDraw (line 324) | @Override method drawLine (line 335) | private void drawLine(Canvas canvas) { method onDown (line 376) | @Override method onScroll (line 381) | @Override method handleMessage (line 500) | @Override method sendScaleMessage (line 538) | private void sendScaleMessage(float relativeScale, int what, long dela... method dip2px (line 545) | public static int dip2px(Context context, float dpValue) { method run (line 551) | @Override FILE: app/src/main/java/com/demo/mcropimageview/MainActivity.java class MainActivity (line 8) | public class MainActivity extends AppCompatActivity { method onCreate (line 12) | @Override FILE: app/src/test/java/com/demo/mcropimageview/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test