SYMBOL INDEX (460 symbols across 65 files) FILE: app/src/androidTest/java/com/ittianyu/pocenter/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: app/src/main/java/cn/sharesdk/onekeyshare/CustomerLogo.java class CustomerLogo (line 15) | public class CustomerLogo { FILE: app/src/main/java/cn/sharesdk/onekeyshare/OnekeyShare.java class OnekeyShare (line 32) | public class OnekeyShare { method OnekeyShare (line 35) | public OnekeyShare() { method setAddress (line 42) | public void setAddress(String address) { method setTitle (line 50) | public void setTitle(String title) { method setTitleUrl (line 55) | public void setTitleUrl(String titleUrl) { method setText (line 60) | public void setText(String text) { method getText (line 65) | public String getText() { method setImagePath (line 70) | public void setImagePath(String imagePath) { method setImageUrl (line 76) | public void setImageUrl(String imageUrl) { method setUrl (line 82) | public void setUrl(String url) { method setFilePath (line 87) | public void setFilePath(String filePath) { method setComment (line 92) | public void setComment(String comment) { method setSite (line 97) | public void setSite(String site) { method setSiteUrl (line 102) | public void setSiteUrl(String siteUrl) { method setVenueName (line 107) | public void setVenueName(String venueName) { method setVenueDescription (line 112) | public void setVenueDescription(String venueDescription) { method setLatitude (line 117) | public void setLatitude(float latitude) { method setLongitude (line 122) | public void setLongitude(float longitude) { method setSilent (line 127) | public void setSilent(boolean silent) { method setPlatform (line 132) | public void setPlatform(String platform) { method setInstallUrl (line 137) | public void setInstallUrl(String installurl) { method setExecuteUrl (line 142) | public void setExecuteUrl(String executeurl) { method setMusicUrl (line 147) | public void setMusicUrl(String musicUrl) { method setCallback (line 152) | public void setCallback(PlatformActionListener callback) { method getCallback (line 157) | public PlatformActionListener getCallback() { method setShareContentCustomizeCallback (line 162) | public void setShareContentCustomizeCallback(ShareContentCustomizeCall... method getShareContentCustomizeCallback (line 167) | public ShareContentCustomizeCallback getShareContentCustomizeCallback() { method setCustomerLogo (line 172) | public void setCustomerLogo(Bitmap logo, String label, OnClickListener... method disableSSOWhenAuthorize (line 182) | public void disableSSOWhenAuthorize() { method setVideoUrl (line 187) | public void setVideoUrl(String url) { method setDialogMode (line 193) | @Deprecated method addHiddenPlatform (line 199) | public void addHiddenPlatform(String platform) { method setViewToShare (line 205) | public void setViewToShare(View viewToShare) { method setImageArray (line 215) | public void setImageArray(String[] imageArray) { method setShareToTencentWeiboWhenPerformingQQOrQZoneSharing (line 220) | public void setShareToTencentWeiboWhenPerformingQQOrQZoneSharing() { method setTheme (line 225) | public void setTheme(OnekeyShareTheme theme) { method show (line 229) | @SuppressWarnings("unchecked") FILE: app/src/main/java/cn/sharesdk/onekeyshare/OnekeySharePage.java class OnekeySharePage (line 21) | public class OnekeySharePage extends FakeActivity { method OnekeySharePage (line 24) | public OnekeySharePage(OnekeyShareThemeImpl impl) { method isDialogMode (line 29) | protected final boolean isDialogMode() { method getShareParamsMap (line 33) | protected final HashMap getShareParamsMap() { method isSilent (line 38) | protected final boolean isSilent() { method getCustomerLogos (line 42) | protected final ArrayList getCustomerLogos() { method getHiddenPlatforms (line 46) | protected final HashMap getHiddenPlatforms() { method getCallback (line 50) | protected final PlatformActionListener getCallback() { method getCustomizeCallback (line 54) | protected final ShareContentCustomizeCallback getCustomizeCallback() { method isDisableSSO (line 58) | protected final boolean isDisableSSO() { method shareSilently (line 62) | protected final void shareSilently(Platform platform) { method formateShareData (line 66) | protected final ShareParams formateShareData(Platform platform) { method isUseClientToShare (line 73) | protected final boolean isUseClientToShare(Platform platform) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/OnekeyShareTheme.java type OnekeyShareTheme (line 14) | public enum OnekeyShareTheme { method OnekeyShareTheme (line 21) | private OnekeyShareTheme(int value, OnekeyShareThemeImpl impl) { method getValue (line 26) | public int getValue() { method getImpl (line 30) | public OnekeyShareThemeImpl getImpl() { method fromValue (line 34) | public static OnekeyShareTheme fromValue(int value) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/OnekeyShareThemeImpl.java class OnekeyShareThemeImpl (line 35) | public abstract class OnekeyShareThemeImpl implements PlatformActionList... method OnekeyShareThemeImpl (line 46) | public OnekeyShareThemeImpl() { method setDialogMode (line 50) | public final void setDialogMode(boolean dialogMode) { method setShareParamsMap (line 54) | public final void setShareParamsMap(HashMap shareParam... method setSilent (line 58) | public final void setSilent(boolean silent) { method setCustomerLogos (line 62) | public final void setCustomerLogos(ArrayList customerLog... method setHiddenPlatforms (line 66) | public final void setHiddenPlatforms(HashMap hiddenPla... method setPlatformActionListener (line 70) | public final void setPlatformActionListener(PlatformActionListener cal... method setShareContentCustomizeCallback (line 74) | public final void setShareContentCustomizeCallback(ShareContentCustomi... method disableSSO (line 78) | public final void disableSSO() { method show (line 82) | public final void show(Context context) { method isUseClientToShare (line 104) | final boolean isUseClientToShare(Platform platform) { method shareSilently (line 145) | final void shareSilently(Platform platform) { method prepareForEditPage (line 162) | private void prepareForEditPage(Platform platform) { method formateShareData (line 176) | final boolean formateShareData(Platform plat) { method shareDataToShareParams (line 295) | final ShareParams shareDataToShareParams(Platform plat) { method toast (line 322) | private void toast(final String resOrName) { method showPlatformPage (line 336) | protected abstract void showPlatformPage(Context context); method showEditPage (line 338) | protected abstract void showEditPage(Context context, Platform platfor... method onComplete (line 340) | public final void onComplete(Platform platform, int action, method onError (line 349) | public final void onError(Platform platform, int action, Throwable t) { method onCancel (line 362) | public final void onCancel(Platform platform, int action) { method handleMessage (line 373) | public final boolean handleMessage(Message msg) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/ShareContentCustomizeCallback.java type ShareContentCustomizeCallback (line 15) | public interface ShareContentCustomizeCallback { method onShare (line 17) | public void onShare(Platform platform, ShareParams paramsToShare); FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/ClassicTheme.java class ClassicTheme (line 22) | public class ClassicTheme extends OnekeyShareThemeImpl { method showPlatformPage (line 25) | protected void showPlatformPage(Context context) { method showEditPage (line 37) | protected void showEditPage(Context context, Platform platform, ShareP... FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/EditPage.java class EditPage (line 43) | public class EditPage extends OnekeySharePage implements OnClickListener... method EditPage (line 65) | public EditPage(OnekeyShareThemeImpl impl) { method setPlatform (line 70) | public void setPlatform(Platform platform) { method setShareParams (line 74) | public void setShareParams(ShareParams sp) { method setActivity (line 78) | public void setActivity(Activity activity) { method onCreate (line 96) | public void onCreate() { method cancelAndFinish (line 101) | private void cancelAndFinish() { method shareAndFinish (line 108) | private void shareAndFinish() { method showThumb (line 124) | private void showThumb(Bitmap pic) { method removeThumb (line 130) | private void removeThumb() { method showFriendList (line 138) | private void showFriendList() { method onResult (line 150) | public void onResult(HashMap data) { method getJoinSelectedUser (line 157) | private String getJoinSelectedUser(HashMap data) { method isShowAtUserLayout (line 174) | protected boolean isShowAtUserLayout(String platformName) { method onClick (line 181) | public void onClick(View v) { method onTextChanged (line 200) | public void onTextChanged(CharSequence s, int start, int before, int c... method run (line 213) | public void run() { method afterTextChanged (line 225) | public void afterTextChanged(Editable s) { method beforeTextChanged (line 229) | public void beforeTextChanged(CharSequence s, int start, int count, in... method onPause (line 233) | public void onPause() { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/FriendAdapter.java class FriendAdapter (line 29) | public class FriendAdapter extends PullToRequestListAdapter implements P... method FriendAdapter (line 46) | public FriendAdapter(FriendListPage activity, PullToRequestView view) { method setRatio (line 58) | public void setRatio(float ratio) { method setOnItemClickListener (line 63) | public void setOnItemClickListener(OnItemClickListener listener) { method setPlatform (line 67) | public void setPlatform(Platform platform) { method next (line 72) | private void next() { method onComplete (line 78) | public void onComplete(Platform plat, int action, HashMap parent, View view, int position... method updateConfirmView (line 187) | private void updateConfirmView() { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/IndicatorView.java class IndicatorView (line 17) | public class IndicatorView extends View { method IndicatorView (line 26) | public IndicatorView(Context context) { method setScreenCount (line 30) | public void setScreenCount(int count) { method onScreenChange (line 34) | public void onScreenChange(int currentScreen, int lastScreen) { method onDraw (line 41) | protected void onDraw(Canvas canvas) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/PRTHeader.java class PRTHeader (line 23) | public class PRTHeader extends LinearLayout { method PRTHeader (line 32) | public PRTHeader(Context context) { method onPullDown (line 73) | public void onPullDown(int percent) { method onRequest (line 100) | public void onRequest() { method reverse (line 109) | public void reverse() { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/PicViewerPage.java class PicViewerPage (line 21) | public class PicViewerPage extends OnekeySharePage implements OnGlobalLa... method PicViewerPage (line 26) | public PicViewerPage(OnekeyShareThemeImpl impl) { method setImageBitmap (line 31) | public void setImageBitmap(Bitmap pic) { method onCreate (line 35) | public void onCreate() { method onGlobalLayout (line 46) | public void onGlobalLayout() { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/PlatformPage.java class PlatformPage (line 34) | public abstract class PlatformPage extends OnekeySharePage { method PlatformPage (line 45) | public PlatformPage(OnekeyShareThemeImpl impl) { method onCreate (line 50) | public void onCreate() { method newAdapter (line 92) | protected abstract PlatformPageAdapter newAdapter(ArrayList ce... method collectCells (line 94) | protected ArrayList collectCells() { method showEditPage (line 119) | public final void showEditPage(final Platform platform) { method performCustomLogoClick (line 143) | public final void performCustomLogoClick(final View v, final CustomerL... method initAnims (line 152) | private void initAnims() { method onFinish (line 168) | public boolean onFinish() { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/PlatformPageAdapter.java class PlatformPageAdapter (line 31) | public abstract class PlatformPageAdapter extends ViewPagerAdapter imple... method PlatformPageAdapter (line 51) | public PlatformPageAdapter(PlatformPage page, ArrayList cells) { method calculateSize (line 60) | protected abstract void calculateSize(Context context, ArrayList plats); method getBottomHeight (line 65) | public int getBottomHeight() { method getPanelHeight (line 69) | public int getPanelHeight() { method getCount (line 73) | public int getCount() { method setIndicator (line 77) | public void setIndicator(IndicatorView view) { method onScreenChange (line 81) | public void onScreenChange(int currentScreen, int lastScreen) { method getView (line 88) | public View getView(int index, View convertView, ViewGroup parent) { method createPanel (line 99) | private View createPanel(Context context) { method refreshPanel (line 153) | private void refreshPanel(LinearLayout[] llCells, Object[] logos) { method onClick (line 203) | public void onClick(View v) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/RotateImageView.java class RotateImageView (line 16) | public class RotateImageView extends ImageView { method RotateImageView (line 19) | public RotateImageView(Context context) { method setRotation (line 23) | public void setRotation(float rotation) { method onDraw (line 28) | protected void onDraw(Canvas canvas) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/XView.java class XView (line 17) | public class XView extends View { method XView (line 20) | public XView(Context context) { method setRatio (line 24) | public void setRatio(float ratio) { method onDraw (line 28) | protected void onDraw(Canvas canvas) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/land/EditPageLand.java class EditPageLand (line 35) | public class EditPageLand extends EditPage implements OnClickListener, T... method EditPageLand (line 43) | public EditPageLand(OnekeyShareThemeImpl impl) { method onCreate (line 47) | public void onCreate() { method initTitle (line 85) | private void initTitle(RelativeLayout rlTitle, float ratio) { method initBody (line 127) | private void initBody(RelativeLayout rlBody, float ratio) { method initBottom (line 176) | private void initBottom(LinearLayout llBottom, float ratio) { method initShadow (line 217) | private void initShadow(LinearLayout llShadow, float ratio) { method initThumb (line 234) | private void initThumb(AsyncImageView aivThumb) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/land/FriendListPageLand.java class FriendListPageLand (line 17) | public class FriendListPageLand extends FriendListPage { method FriendListPageLand (line 21) | public FriendListPageLand(OnekeyShareThemeImpl impl) { method getRatio (line 25) | protected float getRatio() { method getDesignTitleHeight (line 30) | protected int getDesignTitleHeight() { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/land/PlatformPageAdapterLand.java class PlatformPageAdapterLand (line 20) | public class PlatformPageAdapterLand extends PlatformPageAdapter { method PlatformPageAdapterLand (line 27) | public PlatformPageAdapterLand(PlatformPage page, ArrayList ce... method calculateSize (line 31) | protected void calculateSize(Context context, ArrayList plats) { method collectCells (line 46) | protected void collectCells(ArrayList plats) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/land/PlatformPageLand.java class PlatformPageLand (line 18) | public class PlatformPageLand extends PlatformPage { method PlatformPageLand (line 20) | public PlatformPageLand(OnekeyShareThemeImpl impl) { method onCreate (line 24) | public void onCreate() { method newAdapter (line 29) | protected PlatformPageAdapter newAdapter(ArrayList cells) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/port/EditPagePort.java class EditPagePort (line 33) | public class EditPagePort extends EditPage { method EditPagePort (line 41) | public EditPagePort(OnekeyShareThemeImpl impl) { method onCreate (line 45) | public void onCreate() { method initTitle (line 83) | private void initTitle(RelativeLayout rlTitle, float ratio) { method initBody (line 125) | private void initBody(RelativeLayout rlBody, float ratio) { method initBottom (line 173) | private void initBottom(LinearLayout llBottom, float ratio) { method initShadow (line 214) | private void initShadow(LinearLayout llShadow, float ratio) { method initThumb (line 231) | private void initThumb(AsyncImageView aivThumb) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/port/FriendListPagePort.java class FriendListPagePort (line 17) | public class FriendListPagePort extends FriendListPage { method FriendListPagePort (line 21) | public FriendListPagePort(OnekeyShareThemeImpl impl) { method getRatio (line 25) | protected float getRatio() { method getDesignTitleHeight (line 30) | protected int getDesignTitleHeight() { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/port/PlatformPageAdapterPort.java class PlatformPageAdapterPort (line 20) | public class PlatformPageAdapterPort extends PlatformPageAdapter { method PlatformPageAdapterPort (line 28) | public PlatformPageAdapterPort(PlatformPage page, ArrayList ce... method calculateSize (line 32) | protected void calculateSize(Context context, ArrayList plats) { method collectCells (line 52) | protected void collectCells(ArrayList plats) { FILE: app/src/main/java/cn/sharesdk/onekeyshare/themes/classic/port/PlatformPagePort.java class PlatformPagePort (line 18) | public class PlatformPagePort extends PlatformPage { method PlatformPagePort (line 20) | public PlatformPagePort(OnekeyShareThemeImpl impl) { method onCreate (line 24) | public void onCreate() { method newAdapter (line 29) | protected PlatformPageAdapter newAdapter(ArrayList cells) { FILE: app/src/main/java/com/ittianyu/pocenter/common/api/CacheApi.java type CacheApi (line 17) | public interface CacheApi { method getList (line 19) | @LifeCache(duration = 15, timeUnit = TimeUnit.MINUTES) FILE: app/src/main/java/com/ittianyu/pocenter/common/api/RemoteApi.java type RemoteApi (line 15) | public interface RemoteApi { type Type (line 16) | interface Type { type Status (line 29) | interface Status { method getList (line 44) | @GET("list") FILE: app/src/main/java/com/ittianyu/pocenter/common/api/Repertories.java class Repertories (line 32) | public class Repertories { method Repertories (line 40) | public Repertories(File cacheDir) { method getList (line 70) | public Observable> getList(int start, int count, int... method generateKey (line 88) | @NonNull method getAllTypes (line 107) | public List getAllTypes() { method isSettingTypes (line 111) | public boolean isSettingTypes() { method getTypes (line 119) | public int[] getTypes() { method setTypes (line 134) | public void setTypes(Set set) { FILE: app/src/main/java/com/ittianyu/pocenter/common/base/BaseActivity.java class BaseActivity (line 14) | @Lcee(loadingViewId = R.id.v_loading, contentViewId = R.id.v_content, er... method onStart (line 20) | @Override method initView (line 37) | protected abstract void initView(); method getErrorMessage (line 39) | @Override method onSetErrorViewText (line 45) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/common/base/BaseApplication.java class BaseApplication (line 21) | public class BaseApplication extends Application { method onCreate (line 28) | @Override method tinkerPatchConfig (line 44) | private void tinkerPatchConfig() { method initLeakCanary (line 63) | private void initLeakCanary() { method initLogger (line 75) | private void initLogger() { method getContext (line 83) | public static Context getContext() { method getRepertories (line 87) | public static Repertories getRepertories() { method attachBaseContext (line 96) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/common/base/BaseContract.java type BaseContract (line 10) | public interface BaseContract { type View (line 11) | interface View extends MvpLceeView { method getApp (line 12) | T getApp(); type Presenter (line 15) | interface Presenter extends MvpPresenter { method getApp (line 16) | BaseApplication getApp(); FILE: app/src/main/java/com/ittianyu/pocenter/common/base/BaseFragment.java class BaseFragment (line 17) | @Lcee(loadingViewId = R.id.v_loading, contentViewId = R.id.v_content, er... method setUserVisibleHint (line 25) | @Override method lazyLoad (line 36) | private void lazyLoad() { method onViewCreated (line 43) | @Override method initView (line 55) | protected abstract void initView(View view); method getErrorMessage (line 57) | @Override method onSetErrorViewText (line 63) | @Override method getApp (line 69) | @Override method showLoading (line 74) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/common/base/BasePresenter.java class BasePresenter (line 9) | public class BasePresenter method attachView (line 14) | @Override method getApp (line 20) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/common/bean/ProjectBean.java class ProjectBean (line 8) | public class ProjectBean { method toString (line 23) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/common/tinker/FetchPatchHandler.java class FetchPatchHandler (line 12) | public class FetchPatchHandler extends Handler { method fetchPatchWithInterval (line 21) | public void fetchPatchWithInterval(int hour) { method handleMessage (line 28) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/common/utils/CollectionUtils.java class CollectionUtils (line 8) | public class CollectionUtils { method isEmpty (line 14) | public static boolean isEmpty(Collection collection) { FILE: app/src/main/java/com/ittianyu/pocenter/common/utils/ConfigUtils.java class ConfigUtils (line 10) | public class ConfigUtils { method putString (line 21) | public static void putString(Context context, String key, String value) { method getString (line 35) | public static String getString(Context context, String key, String def... method putInt (line 46) | public static void putInt(Context context, String key, int value) { method getInt (line 60) | public static int getInt(Context context, String key, int defaultValue) { FILE: app/src/main/java/com/ittianyu/pocenter/common/utils/RxUtils.java class RxUtils (line 16) | public class RxUtils { method netScheduler (line 24) | public static ObservableTransformer netScheduler() { method notEmptyOrError (line 39) | public static ObservableTransformer notEmptyOrError() { FILE: app/src/main/java/com/ittianyu/pocenter/common/utils/UnsafeOkHttpUtils.java class UnsafeOkHttpUtils (line 14) | public class UnsafeOkHttpUtils { method getClient (line 19) | public static OkHttpClient getClient() { FILE: app/src/main/java/com/ittianyu/pocenter/features/MainActivity.java class MainActivity (line 23) | public class MainActivity extends AppCompatActivity { method onCreate (line 31) | @Override method initData (line 42) | private void initData() { method initView (line 51) | private void initView() { method checkVersion (line 64) | private void checkVersion() { method onKeyDown (line 68) | @Override method exit (line 81) | private void exit() { class VpAdapter (line 94) | private static class VpAdapter extends FragmentPagerAdapter { method VpAdapter (line 97) | public VpAdapter(FragmentManager fm, List data) { method getCount (line 102) | @Override method getItem (line 107) | @Override method onResume (line 115) | public void onResume() { method onPause (line 120) | public void onPause() { FILE: app/src/main/java/com/ittianyu/pocenter/features/SplashActivity.java class SplashActivity (line 17) | public class SplashActivity extends AppCompatActivity { method onCreate (line 20) | @Override method start (line 39) | private void start() { method onResume (line 52) | public void onResume() { method onPause (line 56) | public void onPause() { FILE: app/src/main/java/com/ittianyu/pocenter/features/detail/DetailActivity.java class DetailActivity (line 21) | public class DetailActivity extends AppCompatActivity { method onCreate (line 30) | @Override method onCreateOptionsMenu (line 58) | @Override method onOptionsItemSelected (line 70) | @Override method showShare (line 91) | private void showShare() { method onResume (line 115) | public void onResume() { method onPause (line 119) | public void onPause() { FILE: app/src/main/java/com/ittianyu/pocenter/features/find/FindAdapter.java class FindAdapter (line 17) | public class FindAdapter extends BaseQuickAdapter data) { method convert (line 22) | @Override method transferType (line 39) | private String transferType(int type) { FILE: app/src/main/java/com/ittianyu/pocenter/features/find/FindContract.java type FindContract (line 12) | public interface FindContract { type View (line 13) | interface View extends BaseContract.View> { method loadDataError (line 14) | void loadDataError(Throwable e, boolean pullToRefresh); method loadDataComplete (line 15) | void loadDataComplete(); method loadMore (line 16) | void loadMore(); method addData (line 17) | void addData(List data); method loadMoreError (line 18) | void loadMoreError(Throwable e); method loadMoreComplete (line 19) | void loadMoreComplete(); type Presenter (line 22) | interface Presenter extends BaseContract.Presenter { method loadData (line 23) | void loadData(boolean pullToRefresh); method loadMore (line 24) | void loadMore(int start); FILE: app/src/main/java/com/ittianyu/pocenter/features/find/FindFragment.java class FindFragment (line 32) | public class FindFragment extends BaseFragment impl... method loadData (line 18) | @Override method loadMore (line 35) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/features/home/HomeAdapter.java class HomeAdapter (line 17) | public class HomeAdapter extends BaseQuickAdapter data) { method convert (line 22) | @Override method transferType (line 39) | private String transferType(int type) { FILE: app/src/main/java/com/ittianyu/pocenter/features/home/HomeContract.java type HomeContract (line 12) | public interface HomeContract { type View (line 13) | interface View extends BaseContract.View> { method loadDataError (line 14) | void loadDataError(Throwable e, boolean pullToRefresh); method loadDataComplete (line 15) | void loadDataComplete(); method loadMore (line 16) | void loadMore(); method addData (line 17) | void addData(List data); method loadMoreError (line 18) | void loadMoreError(Throwable e); method loadMoreComplete (line 19) | void loadMoreComplete(); type Presenter (line 22) | interface Presenter extends BaseContract.Presenter { method loadData (line 23) | void loadData(boolean pullToRefresh); method loadMore (line 24) | void loadMore(int start); FILE: app/src/main/java/com/ittianyu/pocenter/features/home/HomeFragment.java class HomeFragment (line 30) | public class HomeFragment extends BaseFragment impl... method HomePresenter (line 20) | public HomePresenter() { method loadTypes (line 27) | private void loadTypes() { method loadData (line 32) | @Override method loadMore (line 53) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/features/mime/MimeFragment.java class MimeFragment (line 24) | public class MimeFragment extends Fragment { method onCreateView (line 28) | @Nullable method onViewCreated (line 34) | @Override method initView (line 42) | private void initView(View view) { method initEvent (line 46) | private void initEvent() { FILE: app/src/main/java/com/ittianyu/pocenter/features/search/SearchActivity.java class SearchActivity (line 33) | @Lcee(loadingViewId = R.id.v_loading, contentViewId = R.id.v_content, er... method onCreate (line 39) | @Override method getErrorMessage (line 47) | @Override method onSetErrorViewText (line 53) | @Override method showLoading (line 59) | @Override method createPresenter (line 67) | @Override method initView (line 72) | protected void initView() { method initEvent (line 88) | private void initEvent() { method loadData (line 141) | @Override method setData (line 153) | @Override method loadDataError (line 167) | @Override method loadDataComplete (line 174) | @Override method loadMore (line 182) | @Override method addData (line 191) | @Override method loadMoreError (line 205) | @Override method loadMoreComplete (line 213) | @Override method getApp (line 220) | @Override method onResume (line 226) | public void onResume() { method onPause (line 230) | public void onPause() { FILE: app/src/main/java/com/ittianyu/pocenter/features/search/SearchAdapter.java class SearchAdapter (line 17) | public class SearchAdapter extends BaseQuickAdapter data) { method convert (line 22) | @Override method transferType (line 39) | private String transferType(int type) { FILE: app/src/main/java/com/ittianyu/pocenter/features/search/SearchContract.java type SearchContract (line 12) | public interface SearchContract { type View (line 13) | interface View extends BaseContract.View> { method loadDataError (line 14) | void loadDataError(Throwable e, boolean pullToRefresh); method loadDataComplete (line 15) | void loadDataComplete(); method loadMore (line 16) | void loadMore(); method addData (line 17) | void addData(List data); method loadMoreError (line 18) | void loadMoreError(Throwable e); method loadMoreComplete (line 19) | void loadMoreComplete(); type Presenter (line 22) | interface Presenter extends BaseContract.Presenter { method loadData (line 23) | void loadData(boolean pullToRefresh); method loadMore (line 24) | void loadMore(int start); method setSearchString (line 25) | void setSearchString(String search); FILE: app/src/main/java/com/ittianyu/pocenter/features/search/SearchPresenter.java class SearchPresenter (line 15) | public class SearchPresenter extends BasePresenter ... method loadData (line 19) | @Override method loadMore (line 36) | @Override method setSearchString (line 53) | @Override FILE: app/src/main/java/com/ittianyu/pocenter/features/type/TypeActivity.java class TypeActivity (line 28) | public class TypeActivity extends MvpActivity { method MyTagAdapter (line 131) | public MyTagAdapter(List data) { method getView (line 135) | @Override method onResume (line 144) | public void onResume() { method onPause (line 148) | public void onPause() { FILE: app/src/main/java/com/ittianyu/pocenter/features/type/TypeContract.java type TypeContract (line 12) | public interface TypeContract { type View (line 13) | interface View extends MvpView { method setData (line 14) | void setData(List data, int[] types); type Presenter (line 17) | interface Presenter extends MvpPresenter { method loadData (line 18) | void loadData(); method isFirstSetting (line 19) | boolean isFirstSetting(); FILE: app/src/main/java/com/ittianyu/pocenter/features/type/TypePresenter.java class TypePresenter (line 13) | public class TypePresenter extends MvpNullObjectBasePresenter