SYMBOL INDEX (54 symbols across 6 files) FILE: rimethelper/src/main/java/com/wuxiaosu/rimethelper/Main.java class Main (line 20) | public class Main implements IXposedHookLoadPackage { method handleLoadPackage (line 21) | @Override method handleHook (line 61) | private void handleHook(ClassLoader classLoader, String versionName) { method getVersionName (line 65) | private String getVersionName(Context context, String pkgName) { FILE: rimethelper/src/main/java/com/wuxiaosu/rimethelper/activity/AMapLiteActivity.java class AMapLiteActivity (line 40) | public class AMapLiteActivity extends AppCompatActivity { method onCreate (line 52) | @Override method initMap (line 64) | private void initMap(Bundle savedInstanceState) { method poiSearch (line 141) | private void poiSearch(String key) { method searchResultData2SearchSuggestion (line 178) | private List searchResultData2SearchSuggest... method cameraUpdate (line 189) | private void cameraUpdate(LatLng latLng) { method addMarker (line 202) | private void addMarker(LatLng latLng, String name) { method chooseDone (line 216) | public void chooseDone() { method onDestroy (line 226) | @Override method onPause (line 232) | @Override method onResume (line 238) | @Override method actionStart (line 244) | public static void actionStart(Activity context, FILE: rimethelper/src/main/java/com/wuxiaosu/rimethelper/activity/MainActivity.java class MainActivity (line 33) | public class MainActivity extends BaseActivity { method onCreate (line 47) | @Override method initView (line 57) | private void initView() { method hideLauncherIcon (line 103) | public void hideLauncherIcon(boolean isHide) { method getAliasComponentName (line 109) | private ComponentName getAliasComponentName() { method bindPreferences (line 114) | private void bindPreferences(EditText editText, final SharedPreference... method onActivityResult (line 135) | @Override method onCreateOptionsMenu (line 144) | @Override method onOptionsItemSelected (line 150) | @Override method showInfo (line 159) | @SuppressLint("SetTextI18n") method sendURLIntent (line 184) | private void sendURLIntent(String url) { method showModuleActiveInfo (line 197) | private void showModuleActiveInfo(boolean isModuleActive) { FILE: rimethelper/src/main/java/com/wuxiaosu/rimethelper/base/BaseActivity.java class BaseActivity (line 21) | public class BaseActivity extends AppCompatActivity { method setContentView (line 25) | @Override method initStatusBar (line 36) | protected void initStatusBar() { method isStatusBarTransparent (line 50) | protected boolean isStatusBarTransparent() { method getStatusBarColor (line 59) | @ColorRes method initToolbar (line 65) | private void initToolbar() { method getToolbar (line 93) | public Toolbar getToolbar() { method showToolbar (line 100) | public void showToolbar() { method hideToolbar (line 107) | public void hideToolbar() { method showProgressDialog (line 116) | public void showProgressDialog() { method showProgressDialog (line 125) | public void showProgressDialog(boolean cancelable) { method showProgressDialog (line 135) | public void showProgressDialog(String text, boolean cancelable) { method dismissProgressDialog (line 147) | public void dismissProgressDialog() { method exitBy2Click (line 158) | protected void exitBy2Click(String text) { FILE: rimethelper/src/main/java/com/wuxiaosu/rimethelper/bean/LocationSearchSuggestions.java class LocationSearchSuggestions (line 13) | @SuppressLint("ParcelCreator") method LocationSearchSuggestions (line 20) | public LocationSearchSuggestions(String title, String body, LatLng lat... method getBody (line 26) | @Override method describeContents (line 31) | @Override method getTitle (line 36) | public String getTitle() { method getLatLng (line 40) | public LatLng getLatLng() { method writeToParcel (line 44) | @Override FILE: rimethelper/src/main/java/com/wuxiaosu/rimethelper/hook/LocationHook.java class LocationHook (line 25) | public class LocationHook { method hook (line 37) | public static void hook(final ClassLoader classLoader) { method reload (line 65) | private static void reload() { method fakeAMapLocationObject (line 78) | private static Object fakeAMapLocationObject(Object object) { method isAfterSetTime (line 95) | @SuppressLint("SimpleDateFormat")