SYMBOL INDEX (202 symbols across 41 files) FILE: app/src/androidTest/java/com/example/developerhaoz/sleephelper/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/HomeActivity.java class HomeActivity (line 46) | public class HomeActivity extends AppCompatActivity { method startActivity (line 73) | public static void startActivity(Context context) { method onCreate (line 78) | @Override method initToolbar (line 89) | private void initToolbar() { method initVierPager (line 96) | private void initVierPager() { method initTabLayout (line 105) | private void initTabLayout() { method startUpdateDiaryActivity (line 146) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN) method onDestroy (line 156) | @Override method onBackPressed (line 162) | @Override FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/SingleInstanceTestClass.java class SingleInstanceTestClass (line 7) | public class SingleInstanceTestClass { method SingleInstanceTestClass (line 10) | private SingleInstanceTestClass(){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/SleepApplication.java class SleepApplication (line 15) | public class SleepApplication extends Application { method onCreate (line 20) | @Override method getContext (line 27) | public static Context getContext(){ method getRequestQueue (line 31) | public RequestQueue getRequestQueue(){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/TestActivity.java class TestActivity (line 21) | public class TestActivity extends AppCompatActivity { method startActivity (line 25) | public static void startActivity(Context context, String imageUrl, int... method onCreate (line 31) | @Override FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/net/VolleyHelper.java class VolleyHelper (line 17) | public class VolleyHelper { method sendHttpGet (line 28) | public static void sendHttpGet(Context context, String url, final Voll... method sendHttpGet (line 45) | public static String sendHttpGet(Context context, String url){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/net/VolleyResponseCallback.java type VolleyResponseCallback (line 11) | public interface VolleyResponseCallback { method onSuccess (line 12) | void onSuccess(String response); method onError (line 13) | void onError(VolleyError error); FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/utils/AppManager.java class AppManager (line 13) | public class AppManager { method AppManager (line 18) | private AppManager(){} method getAppManager (line 20) | public static AppManager getAppManager(){ method addActivity (line 31) | public void addActivity(AppCompatActivity activity){ method currentActivity (line 43) | public AppCompatActivity currentActivity(){ method findActivity (line 52) | public AppCompatActivity findActivity(Class cls){ method finishActivity (line 63) | public void finishActivity(){ method finishActivity (line 68) | public void finishActivity(AppCompatActivity activity){ method finishActivity (line 76) | public void finishActivity(Class cls){ method finishAllActivity (line 84) | public void finishAllActivity(){ method AppExit (line 93) | public void AppExit(Context context){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/utils/Check.java class Check (line 12) | public class Check { method isNull (line 14) | public static boolean isNull(Object o){ method isEmpty (line 18) | public static boolean isEmpty(CharSequence str){ method isEmpty (line 22) | public static boolean isEmpty(Object[] objects){ method isEmpty (line 26) | public static boolean isEmpty(Collection collection){ method isEmpty (line 30) | public static boolean isEmpty(Map map){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/utils/GetRandom.java class GetRandom (line 9) | public class GetRandom { method getRandom (line 16) | public static int getRandom(){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/utils/StatusBarCompat.java class StatusBarCompat (line 17) | public class StatusBarCompat method compat (line 22) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method compat (line 59) | public static void compat(Activity activity) method getStatusBarHeight (line 65) | private static int getStatusBarHeight(Context context) FILE: app/src/main/java/com/example/developerhaoz/sleephelper/common/view/CommonPagerAdapter.java class CommonPagerAdapter (line 15) | public class CommonPagerAdapter extends FragmentPagerAdapter { method CommonPagerAdapter (line 19) | public CommonPagerAdapter(FragmentManager fragmentManager, List mDiaryBeanList){ method onCreateViewHolder (line 37) | @Override method onBindViewHolder (line 42) | @Override method getItemCount (line 81) | @Override class DiaryViewHolder (line 86) | public static class DiaryViewHolder extends RecyclerView.ViewHolder{ method DiaryViewHolder (line 97) | DiaryViewHolder(View view){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/diary/ui/DiaryFragment.java class DiaryFragment (line 37) | public class DiaryFragment extends Fragment { method newInstance (line 67) | public static DiaryFragment newInstance() { method onCreateView (line 71) | @Nullable method initView (line 82) | private void initView() { method getDiaryBeanList (line 88) | private void getDiaryBeanList() { method onResume (line 124) | @Override method onDestroyView (line 132) | @Override method onViewClicked (line 138) | @OnClick(R.id.main_fab_enter_edit) FILE: app/src/main/java/com/example/developerhaoz/sleephelper/diary/ui/UpdateDiaryActivity.java class UpdateDiaryActivity (line 40) | public class UpdateDiaryActivity extends AppCompatActivity { method startActivity (line 71) | public static void startActivity(Context context, String title, String... method onCreate (line 79) | @Override method initToolbar (line 93) | private void initToolbar() { method initView (line 105) | private void initView(Intent intent) { method onClick (line 112) | @OnClick({R.id.home_iv_draw, R.id.update_diary_fab_back, R.id.update_d... method showTips (line 137) | private void showTips() { method onBackPressed (line 155) | @Override FILE: app/src/main/java/com/example/developerhaoz/sleephelper/diary/utils/GetDate.java class GetDate (line 11) | public class GetDate { method getDate (line 12) | public static StringBuilder getDate(){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/diary/utils/SpHelper.java class SpHelper (line 12) | public class SpHelper { method SpHelper (line 19) | private SpHelper(Context context){ method getInstance (line 24) | public static SpHelper getInstance(Context context){ method getSharePreferences (line 35) | private SharedPreferences getSharePreferences(){ method setInfo (line 42) | public void setInfo(String info){ method getInfo (line 47) | public String getInfo(){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/diary/widget/LinedEditText.java class LinedEditText (line 17) | public class LinedEditText extends android.support.v7.widget.AppCompatEd... method LinedEditText (line 18) | public LinedEditText(Context context) { method LinedEditText (line 23) | public LinedEditText(Context context, AttributeSet attrs) { method LinedEditText (line 28) | public LinedEditText(Context context, AttributeSet attrs, int defStyle) { method initPaint (line 33) | private void initPaint() { method onDraw (line 37) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN) FILE: app/src/main/java/com/example/developerhaoz/sleephelper/duanzi/api/DuanziApi.java class DuanziApi (line 9) | public class DuanziApi { FILE: app/src/main/java/com/example/developerhaoz/sleephelper/duanzi/bean/DuanziBean.java class DuanziBean (line 11) | public class DuanziBean { method getGroupBean (line 17) | public GroupBean getGroupBean() { method setGroupBean (line 21) | public void setGroupBean(GroupBean groupBean) { method getType (line 25) | public String getType() { method setType (line 29) | public void setType(String type) { FILE: app/src/main/java/com/example/developerhaoz/sleephelper/duanzi/bean/GroupBean.java class GroupBean (line 9) | public class GroupBean { method getText (line 15) | public String getText() { method getId (line 19) | public long getId() { method getUser (line 23) | public UserBean getUser() { class UserBean (line 27) | public static class UserBean { method getName (line 33) | public String getName() { method getAvatar_url (line 37) | public String getAvatar_url() { FILE: app/src/main/java/com/example/developerhaoz/sleephelper/duanzi/ui/DuanziAdapter.java class DuanziAdapter (line 25) | public class DuanziAdapter extends RecyclerView.Adapter duanziBeanLis... method onCreateViewHolder (line 42) | @Override method onBindViewHolder (line 48) | @Override method getItemCount (line 63) | @Override class DuanziViewHolder (line 68) | class DuanziViewHolder extends RecyclerView.ViewHolder implements View... method DuanziViewHolder (line 74) | public DuanziViewHolder(View itemView) { method onClick (line 81) | @Override FILE: app/src/main/java/com/example/developerhaoz/sleephelper/duanzi/ui/DuanziFragment.java class DuanziFragment (line 34) | public class DuanziFragment extends Fragment implements DuanziAdapter.On... method newInstance (line 41) | public static DuanziFragment newInstance() { method onCreateView (line 45) | @Nullable method initRefresh (line 55) | private void initRefresh() { method initView (line 66) | private void initView() { method onDestroyView (line 85) | @Override method onItemClick (line 91) | @Override FILE: app/src/main/java/com/example/developerhaoz/sleephelper/duanzi/utils/GsonHelper.java class GsonHelper (line 20) | public class GsonHelper { method getDuanziBeanList (line 22) | public static List getDuanziBeanList(String response){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/meizi/api/MeiziApi.java class MeiziApi (line 25) | public class MeiziApi { method getMeiziApi (line 91) | public static String getMeiziApi(){ method getMeiziBeanList (line 97) | public static List getMeiziBeanList(){ method getRandom (line 113) | private static int getRandom(int size){ method getMeiziData (line 119) | public static String getMeiziData(Context context){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/meizi/bean/MeiziBean.java class MeiziBean (line 11) | public class MeiziBean { method getId (line 20) | public String getId() { method setId (line 24) | public void setId(String id) { method getImageUrl (line 28) | public String getImageUrl() { method setImageUrl (line 32) | public void setImageUrl(String imageUrl){ method MeiziBean (line 36) | public MeiziBean(String imageUrl){ method MeiziBean (line 40) | public MeiziBean(){ FILE: app/src/main/java/com/example/developerhaoz/sleephelper/meizi/event/MeiziBeanListEvent.java class MeiziBeanListEvent (line 13) | public class MeiziBeanListEvent { method MeiziBeanListEvent (line 17) | public MeiziBeanListEvent(List meiziBeanList) { method getMeiziBeanList (line 20) | public List getMeiziBeanList() { FILE: app/src/main/java/com/example/developerhaoz/sleephelper/meizi/ui/DetailActivity.java class DetailActivity (line 31) | public class DetailActivity extends AppCompatActivity { method startActivity (line 54) | public static void startActivity(Context context, ArrayList im... method onCreate (line 63) | @Override method initViewWithCache (line 80) | private void initViewWithCache(final int position) { method onBackPressed (line 107) | @Override FILE: app/src/main/java/com/example/developerhaoz/sleephelper/meizi/ui/DetailFragment.java class DetailFragment (line 24) | public class DetailFragment extends Fragment { method newInstance (line 30) | public static DetailFragment newInstance(String imageUrl) { method onCreateView (line 38) | @Nullable method onDestroyView (line 60) | @Override FILE: app/src/main/java/com/example/developerhaoz/sleephelper/meizi/ui/MeiziAdapter.java class MeiziAdapter (line 24) | public class MeiziAdapter extends RecyclerView.Adapter mMeiziBeanList, Fragment mFragment){ method onCreateViewHolder (line 34) | @Override method onBindViewHolder (line 40) | @Override method getItemCount (line 64) | @Override class MeiziViewHolder (line 72) | public static class MeiziViewHolder extends RecyclerView.ViewHolder{ method MeiziViewHolder (line 76) | public MeiziViewHolder(View itemView) { FILE: app/src/main/java/com/example/developerhaoz/sleephelper/meizi/ui/MeiziFragment.java class MeiziFragment (line 32) | public class MeiziFragment extends Fragment { method newInstance (line 42) | public static MeiziFragment newInstance() { method onCreateView (line 46) | @Nullable method refreshMeizi (line 59) | private void refreshMeizi() { method initView (line 70) | private void initView() { method onDestroyView (line 97) | @Override FILE: app/src/main/java/com/example/developerhaoz/sleephelper/meizi/utils/GsonHelper.java class GsonHelper (line 20) | public class GsonHelper { method getMeiziBean (line 28) | public static List getMeiziBean(String response){ FILE: app/src/test/java/com/example/developerhaoz/sleephelper/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: app/src/test/java/com/example/developerhaoz/sleephelper/common/HomeActivityTest.java class HomeActivityTest (line 8) | public class HomeActivityTest { method startActivity (line 9) | @Test method onCreate (line 14) | @Test method startUpdateDiaryActivity (line 19) | @Test method onDestroy (line 24) | @Test method onBackPressed (line 29) | @Test