SYMBOL INDEX (13 symbols across 2 files) FILE: app/src/main/java/com/wheat7/nationalgeographic/ui/activity/WebActivity.java class WebActivity (line 20) | public class WebActivity extends BaseActivity { method getLayoutId (line 22) | @Override method onBackPressed (line 27) | @Override method initView (line 36) | @Override FILE: app/src/main/java/com/wheat7/nationalgeographic/utlis/GlideCacheUtil.java class GlideCacheUtil (line 18) | public class GlideCacheUtil { method getInstance (line 21) | public static GlideCacheUtil getInstance() { method clearImageDiskCache (line 31) | public void clearImageDiskCache(final Context context) { method clearImageMemoryCache (line 52) | public void clearImageMemoryCache(Context context) { method clearImageAllCache (line 65) | public void clearImageAllCache(Context context) { method getCacheSize (line 77) | public String getCacheSize(Context context) { method getFolderSize (line 93) | private long getFolderSize(File file) throws Exception { method deleteFolderFile (line 116) | private void deleteFolderFile(String filePath, boolean deleteThisPath) { method getFormatSize (line 147) | private static String getFormatSize(double size) {