SYMBOL INDEX (31 symbols across 5 files) FILE: app-java/src/androidTest/java/top/zibin/luban/app/java/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 18) | @RunWith(AndroidJUnit4.class) method useAppContext (line 20) | @Test FILE: app-java/src/main/java/top/zibin/luban/app/java/MainActivity.java class MainActivity (line 29) | public class MainActivity extends AppCompatActivity { method onCreate (line 45) | @Override method initStorageDirs (line 54) | private void initStorageDirs() { method getAppStorageDir (line 65) | private File getAppStorageDir() { method getOutputStorageDir (line 79) | private File getOutputStorageDir() { method copyAssetsToStorage (line 93) | private void copyAssetsToStorage(File targetDir) { method initViews (line 144) | private void initViews() { method openGallery (line 164) | private void openGallery() { method onActivityResult (line 169) | @Override method displayOriginalImage (line 186) | private void displayOriginalImage(Uri uri) { method compressImage (line 210) | private void compressImage() { method displayCompressedImage (line 247) | private void displayCompressedImage(File file) { method batchCompress (line 260) | private void batchCompress() { method checkBatchComplete (line 315) | private void checkBatchComplete(int total, int success, int failed) { method formatFileSize (line 325) | private String formatFileSize(long size) { FILE: app-java/src/test/java/top/zibin/luban/app/java/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: luban/src/main/cpp/turbojpeg.h type TJINIT (line 90) | enum TJINIT { type TJSAMP (line 122) | enum TJSAMP { type TJPF (line 263) | enum TJPF { type TJCS (line 447) | enum TJCS { type TJPARAM (line 515) | enum TJPARAM { type TJERR (line 962) | enum TJERR { type TJXOP (line 983) | enum TJXOP { type tjscalingfactor (line 1091) | typedef struct { type tjregion (line 1105) | typedef struct { type tjtransform (line 1139) | typedef struct tjtransform { FILE: luban/src/main/cpp/turbojpeg_wrapper.cpp function JNIEXPORT (line 14) | JNIEXPORT jbyteArray JNICALL function JNIEXPORT (line 78) | JNIEXPORT jstring JNICALL