SYMBOL INDEX (38 symbols across 7 files) FILE: app/src/androidTest/java/com/androidyuan/androidscreenshot_sysapi/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: app/src/main/java/com/androidyuan/androidscreenshot_sysapi/ExampleActivity.java class ExampleActivity (line 19) | public class ExampleActivity extends AppCompatActivity { method onCreate (line 24) | @Override method onClickReqPermission (line 34) | public void onClickReqPermission(View view) { method onClickShot (line 45) | public void onClickShot(View view) { method createScreenCaptureIntent (line 51) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method getSavedPath (line 57) | private String getSavedPath() { method onActivityResult (line 62) | protected void onActivityResult(int requestCode, int resultCode, Inten... method toast (line 101) | private void toast(String str) { method goBackground (line 105) | private void goBackground() { FILE: app/src/test/java/com/androidyuan/androidscreenshot_sysapi/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test FILE: libshot/src/androidTest/java/com/androidyuan/lib/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: libshot/src/main/java/com/androidyuan/lib/screenshot/ScreenShotActivity.java class ScreenShotActivity (line 20) | public class ScreenShotActivity extends Activity { method onCreate (line 31) | @Override method createIntent (line 46) | public static Intent createIntent(Context context, String path,long de... method requestScreenShotPermission (line 54) | public void requestScreenShotPermission() { method createScreenCaptureIntent (line 60) | private Intent createScreenCaptureIntent() { method onActivityResult (line 66) | protected void onActivityResult(int requestCode, final int resultCode,... FILE: libshot/src/main/java/com/androidyuan/lib/screenshot/Shooter.java class Shooter (line 37) | public class Shooter { method getSavedPath (line 54) | private String getSavedPath() { method Shooter (line 63) | public Shooter(Context context, int reqCode, Intent data) { method virtualDisplay (line 86) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method startScreenShot (line 104) | public void startScreenShot(String savedPath, OnShotListener onShotLis... method startScreenShot (line 114) | @TargetApi(Build.VERSION_CODES.KITKAT) class SaveTask (line 137) | public class SaveTask extends AsyncTask { method doInBackground (line 139) | @TargetApi(Build.VERSION_CODES.KITKAT) method onPostExecute (line 211) | @TargetApi(Build.VERSION_CODES.KITKAT) method release (line 218) | public void release(){ method getMediaProjectionManager (line 232) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method getContext (line 239) | private Context getContext() { type OnShotListener (line 243) | public interface OnShotListener { method onFinish (line 244) | void onFinish(String path); method onError (line 245) | void onError(); FILE: libshot/src/test/java/com/androidyuan/lib/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test