跳过导航链接
A B C D E F G H I J L M N O P R S T U V W X Y 

A

a - 类 中的静态变量xyz.xmethod.xycode.utils.PositionUtil
 
ACTION_FINISH_ACTIVITY - 类 中的静态变量xyz.xmethod.xycode.base.BaseActivity
 
add(String, String) - 类 中的方法xyz.xmethod.xycode.okHttp.Header
 
add(String, String) - 类 中的方法xyz.xmethod.xycode.okHttp.Param
 
add(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.CalculationUtils
 
addActivity(Activity) - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
static methods
addDebugItem(String) - 类 中的静态方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
addDefaultHeader(boolean) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
 
addDefaultHeader() - 接口 中的方法xyz.xmethod.xycode.xRefresher.InitRefresher
设置默认的Header
addDefaultHeader(boolean) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
addDefaultParam() - 接口 中的方法xyz.xmethod.xycode.xRefresher.InitRefresher
设置默认的参数
addDefaultParam(boolean) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
addDefaultParams(boolean) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
 
addHeader(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
addHeader(int, int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
addHttpHeader(String, String) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
Adds an additional HTTP header that will be sent along with every HTTP `GET` request This does only affect the main requests, not the requests to included resources (e.g. imageBeen) If you later want to delete an HTTP header that was previously added this way, call `removeHttpHeader()` The `WebView` implementation may in some cases overwrite headers that you set or unset
addItem(T) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
addItemNoFilter(int, T) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
this method can only use in no filter mode
addLogItem(String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
addLogItem(String, String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
addLogItem(String, String, int) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
addOnItemClickListener(AdapterView.OnItemClickListener) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
addOnItemSelect(NiceSpinner.OnItemSelect) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
addPermittedHostname(String) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
addPermittedHostnames(Collection<? extends String>) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
AdvancedWebView - xyz.xmethod.xycode.views中的类
Advanced WebView component for Android that works as intended out of the box
AdvancedWebView(Context) - 类 的构造器xyz.xmethod.xycode.views.AdvancedWebView
 
AdvancedWebView(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.views.AdvancedWebView
 
AdvancedWebView(Context, AttributeSet, int) - 类 的构造器xyz.xmethod.xycode.views.AdvancedWebView
 
AdvancedWebView.Browsers - xyz.xmethod.xycode.views中的类
Wrapper for methods related to alternative browsers that have their own rendering engines
AdvancedWebView.Listener - xyz.xmethod.xycode.views中的接口
 
AlphaInAnimation - xyz.xmethod.xycode.animation中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
AlphaInAnimation() - 类 的构造器xyz.xmethod.xycode.animation.AlphaInAnimation
 
AlphaInAnimation(float) - 类 的构造器xyz.xmethod.xycode.animation.AlphaInAnimation
 
ALTERNATIVE_BROWSERS - 类 中的静态变量xyz.xmethod.xycode.views.AdvancedWebView
Alternative browsers that have their own rendering engine and *may* be installed on this device
api - 类 中的静态变量xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
 
ApiHelper - xyz.xmethod.xycode.utils.serverApiHelper中的类
Created by XY on 2017-06-07.
ApiHelper() - 类 的构造器xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
 
attachLogLayoutToActivity(Activity) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.LogLayout
直接绑定到Activity

B

BAIDU_LBS_TYPE - 类 中的静态变量xyz.xmethod.xycode.utils.PositionUtil
 
BankInfoUtils - xyz.xmethod.xycode.utils中的类
Created by Thisfeng on 2017/3/9 0009 16:59 根据银行卡号判断是哪个银行的卡,依据是银行卡号的前6位数,称之为bin号。
BankInfoUtils() - 类 的构造器xyz.xmethod.xycode.utils.BankInfoUtils
 
BaseActivity - xyz.xmethod.xycode.base中的类
Created by Administrator on 2016/1/11 0011.
BaseActivity() - 类 的构造器xyz.xmethod.xycode.base.BaseActivity
 
BaseActivity.BaseIntent - xyz.xmethod.xycode.base中的接口
 
BaseActivity.WindowMode - xyz.xmethod.xycode.base中的接口
 
BaseAnimation - xyz.xmethod.xycode.animation中的接口
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseFlowTagLayout - xyz.xmethod.xycode.base中的类
 
BaseFlowTagLayout(Context) - 类 的构造器xyz.xmethod.xycode.base.BaseFlowTagLayout
 
BaseFlowTagLayout(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.base.BaseFlowTagLayout
 
BaseFlowTagLayout(Context, AttributeSet, int) - 类 的构造器xyz.xmethod.xycode.base.BaseFlowTagLayout
 
BaseFlowTagLayout.OnTagClickListener - xyz.xmethod.xycode.base中的接口
 
BaseFlowTagLayout.OnTagSelectListener - xyz.xmethod.xycode.base中的接口
 
BaseItemView - xyz.xmethod.xycode.base中的类
Created by XY on 2016-08-08.
BaseItemView(Context) - 类 的构造器xyz.xmethod.xycode.base.BaseItemView
 
BaseItemView(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.base.BaseItemView
 
BaseItemView.OnViewSenseListener<T> - xyz.xmethod.xycode.base中的接口
 
BaseLazyFragment - xyz.xmethod.xycode.base中的类
 
BaseLazyFragment() - 类 的构造器xyz.xmethod.xycode.base.BaseLazyFragment
 
BaseTabItems - xyz.xmethod.xycode.base中的类
Created by XY on 2016-08-09.
BaseTabItems(Context, TabLayout, int, int, int, String[], int[], int[], int, int) - 类 的构造器xyz.xmethod.xycode.base.BaseTabItems
 
bd09_To_Gcj02(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
* 火星坐标系 (GCJ-02) 与百度坐标系 (BD-09) 的转换算法 * * 将 BD-09 坐标转换成GCJ-02 坐标 * * @param bd_lat * @param bd_lon * @return
bd09_To_Gps84(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
(BD-09)-->84
beforeSetDataList(List<T>) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
binarySearch(List<Long>, long) - 类 中的静态方法xyz.xmethod.xycode.utils.BankInfoUtils
数量有上千条,利用二分查找算法来进行快速查找法
bindChildView(View, List, int) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
bindingFooter(CustomHolder) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
bindingFooterLoader(CustomHolder, int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
启用加载更多时绑定Footer 建议不想新建Layout的可以继承XAdapter 重写此方法,适应更种加载提示语等
bindingHeader(CustomHolder, int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
bindingHolder(CustomHolder, List<T>, int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
绑定展示数据时执行,多次执行
bindState(Object, Bundle) - 类 中的静态方法xyz.xmethod.xycode.annotation.annotationHelper.StateBinder
 
body(Param) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
get请求中会把Body中的数据拼接成地址
Browsers() - 类 的构造器xyz.xmethod.xycode.views.AdvancedWebView.Browsers
 
build() - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.Builder
 
build() - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.Builder
 
Builder(Context) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
Builder(Context) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.Builder
 
Builder(Context) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.Builder
 
bytesToBase64(byte[]) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 

C

CacheUtils - xyz.xmethod.xycode.utils中的类
Created by Administrator on 2016/10/18 0018.
CacheUtils() - 类 的构造器xyz.xmethod.xycode.utils.CacheUtils
 
Cal() - 类 的构造器xyz.xmethod.xycode.utils.Tools.Cal
 
CalculationUtils - xyz.xmethod.xycode.utils中的类
Created by Administrator on 2016/8/19 0019.
CalculationUtils() - 类 的构造器xyz.xmethod.xycode.utils.CalculationUtils
 
call(OkResponseListener) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
进行请求
CallItem - xyz.xmethod.xycode.okHttp中的类
Created by XY on 2017-06-20.
CallItem() - 类 的构造器xyz.xmethod.xycode.okHttp.CallItem
 
Cancel - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
cancel() - 类 中的静态方法xyz.xmethod.xycode.utils.TS
 
cancelDownload() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
 
cb - 类 中的静态变量xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
CHARSET_DEFAULT - 类 中的静态变量xyz.xmethod.xycode.views.AdvancedWebView
 
checkBuilderParams() - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
checkFile(String, String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
childViewClick(int) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
CircularAnim - xyz.xmethod.xycode.utils.circularAnim中的类
 
CircularAnim() - 类 的构造器xyz.xmethod.xycode.utils.circularAnim.CircularAnim
 
CircularAnim.FullActivityBuilder - xyz.xmethod.xycode.utils.circularAnim中的类
 
CircularAnim.OnAnimationEndListener - xyz.xmethod.xycode.utils.circularAnim中的接口
 
CircularAnim.VisibleBuilder - xyz.xmethod.xycode.utils.circularAnim中的类
 
clear() - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
clear all content
clearAllCache(Context) - 类 中的静态方法xyz.xmethod.xycode.utils.CacheUtils
 
clearDiskAndFrscoCache(Context) - 类 中的静态方法xyz.xmethod.xycode.utils.CacheUtils
 
clearPermittedHostnames() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
color(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
colorOrImageRes(int) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.FullActivityBuilder
 
colorProvider(FlexibleDividerDecoration.ColorProvider) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
colorResId(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
compareTo(T, T) - 类 中的方法xyz.xmethod.xycode.xRefresher.RefreshRequest
reorder the list,returns: -1 large to small 1 small to large 0 same eg: long Long.compareTo(), item0:item1,default result is 1; if no use, don't override if.
CompulsiveHelperActivity - xyz.xmethod.xycode.utils.downloadHelper中的类
Created by Administrator on 2016/10/22 0022.
CompulsiveHelperActivity() - 类 的构造器xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
CompulsiveHelperActivity.CancelCallBack - xyz.xmethod.xycode.utils.downloadHelper中的接口
 
CompulsiveHelperActivity.Options - xyz.xmethod.xycode.utils.downloadHelper中的类
 
Confirm - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
connectTimeout - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp.OkOptions
 
ContactsWay - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
ContactUnit - xyz.xmethod.xycode.unit中的类
Created by XY on 2016-10-11.
ContactUnit() - 类 的构造器xyz.xmethod.xycode.unit.ContactUnit
 
ContactUnit(String, String) - 类 的构造器xyz.xmethod.xycode.unit.ContactUnit
 
contentLength() - 类 中的方法xyz.xmethod.xycode.okHttp.OkFileHelper.ProgressRequestBody
contentLength
contentType() - 类 中的方法xyz.xmethod.xycode.okHttp.OkFileHelper.ProgressRequestBody
contentType
context - 类 中的变量xyz.xmethod.xycode.adapter.XAdapter
 
context - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
copyFile(String, String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
copyToClipboard(String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
copy to Clipboard add by wangqianzhou
crash(String, Exception) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
CRASH_LOG - 类 中的静态变量xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
CrashActivity - xyz.xmethod.xycode.utils.crashUtil中的类
 
CrashActivity() - 类 的构造器xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
CrashItem - xyz.xmethod.xycode.utils.crashUtil中的类
Created by XY on 2017-06-05.
CrashItem() - 类 的构造器xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
createHolder(CustomHolder) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
创建时执行
creatingFooter(CustomHolder) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
creatingHeader(CustomHolder, int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
creatingHolder(CustomHolder, ViewTypeUnit) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
创建Holder时执行,只执行一次或被销毁后再次会被执行
CREATOR - 类 中的静态变量xyz.xmethod.xycode.annotation.Sparsekey
 
CustomHolder - xyz.xmethod.xycode.adapter中的类
自定义Holder 可用于不同的View中
CustomHolder(View) - 类 的构造器xyz.xmethod.xycode.adapter.CustomHolder
 
customWebViewClient - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 

D

d(String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
DATABASES_SUB_FOLDER - 类 中的静态变量xyz.xmethod.xycode.views.AdvancedWebView
 
DateUtils - xyz.xmethod.xycode.utils中的类
Created by XY on 2016/7/12.
DateUtils() - 类 的构造器xyz.xmethod.xycode.utils.DateUtils
 
dayBeginFromLong(long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
daysToLong(int) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
DEBUG_KEY - 类 中的静态变量xyz.xmethod.xycode.utils.debugger.DebugActivity
 
DebugActivity - xyz.xmethod.xycode.utils.debugger中的类
处理请求的Debug页面
DebugActivity() - 类 的构造器xyz.xmethod.xycode.utils.debugger.DebugActivity
 
DebugItem - xyz.xmethod.xycode.utils.debugger中的类
Created by xiuye on 2017/10/26.
DebugItem(String) - 类 的构造器xyz.xmethod.xycode.utils.debugger.DebugItem
 
decodeBase64(String) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView
 
describeContents() - 类 中的方法xyz.xmethod.xycode.annotation.Sparsekey
 
dialNumber(Activity, String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
dismiss() - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ServerSelectDialog
 
dismissDropDown() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
dismissLoadingDialog() - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
 
dismissLoadingDialogByManualState() - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
 
div(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.CalculationUtils
 
div(double, double, int) - 类 中的静态方法xyz.xmethod.xycode.utils.CalculationUtils
 
dividerBottomMargin(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.MarginProvider
Returns bottom margin of divider.
dividerColor(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.ColorProvider
Returns Color value of divider
dividerLeftMargin(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.MarginProvider
Returns left margin of divider.
dividerPaint(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.PaintProvider
Returns Paint for divider
dividerRightMargin(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.MarginProvider
Returns right margin of divider.
dividerSize(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.SizeProvider
Returns size value of divider.
dividerSize(int, RecyclerView) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
dividerTopMargin(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.MarginProvider
Returns top margin of divider.
downFile() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
downFile() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
 
DownloadDialog(Context, String) - 类 的构造器xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadDialog
已过时。
 
DownloadHelper - xyz.xmethod.xycode.utils.downloadHelper中的类
已过时。
DownloadHelper(DownloadHelper.OnShowDownloadDialog) - 类 的构造器xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
 
DownloadHelper.CancelListener - xyz.xmethod.xycode.utils.downloadHelper中的接口
已过时。
 
DownloadHelper.DownloadDialog - xyz.xmethod.xycode.utils.downloadHelper中的类
已过时。
 
DownloadHelper.DownloadOptions - xyz.xmethod.xycode.utils.downloadHelper中的类
已过时。
 
DownloadHelper.OnProgressListener - xyz.xmethod.xycode.utils.downloadHelper中的接口
已过时。
 
DownloadHelper.OnShowDownloadDialog - xyz.xmethod.xycode.utils.downloadHelper中的接口
已过时。
 
DownloadOptions(String, String, String, String) - 类 的构造器xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
dp2px(float) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
dp to px(pixel)
dp2px(Context, float) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
drawable(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
drawable(Drawable) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
drawableProvider(FlexibleDividerDecoration.DrawableProvider) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
drawableProvider(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.DrawableProvider
Returns drawable instance for divider
duration(long) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.FullActivityBuilder
 
duration(long) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.VisibleBuilder
 

E

e(String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
e(String, String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
ee - 类 中的静态变量xyz.xmethod.xycode.utils.PositionUtil
 
encryptMD5(String) - 类 中的静态方法xyz.xmethod.xycode.utils.EncryptUtils
Encrypt string using MD5 algorithm
encryptSHA(String) - 类 中的静态方法xyz.xmethod.xycode.utils.EncryptUtils
Encrypt string using SHA algorithm
EncryptUtils - xyz.xmethod.xycode.utils中的类
Created by Administrator on 2016/3/30 0030.
EncryptUtils() - 类 的构造器xyz.xmethod.xycode.utils.EncryptUtils
 
endRadius(float) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.VisibleBuilder
 
errorMsg - 类 中的变量xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
ErrorTips - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
EVENT_LOG - 类 中的静态变量xyz.xmethod.xycode.utils.LogUtil.L
 
exitApplication() - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
 

F

FILE - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
files(Map<String, File>, OkFileHelper.FileProgressListener) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
文件Map
finish() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
finishAllActivity() - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
 
FIT_MAXHEIGHT_PAGE - 类 中的静态变量xyz.xmethod.xycode.views.NoScrollViewPager
 
FIT_SHOWN_PAGE - 类 中的静态变量xyz.xmethod.xycode.views.NoScrollViewPager
 
FIT_SINGLE_PAGE - 类 中的静态变量xyz.xmethod.xycode.views.NoScrollViewPager
 
FlexibleDividerDecoration - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
Created by yqritc on 2015/01/08.
FlexibleDividerDecoration(FlexibleDividerDecoration.Builder) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
FlexibleDividerDecoration.Builder<T extends FlexibleDividerDecoration.Builder> - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
 
FlexibleDividerDecoration.ColorProvider - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
Interface for controlling divider color
FlexibleDividerDecoration.DividerType - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的枚举
 
FlexibleDividerDecoration.DrawableProvider - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
Interface for controlling drawable object for divider drawing
FlexibleDividerDecoration.PaintProvider - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
Interface for controlling paint instance for divider drawing
FlexibleDividerDecoration.SizeProvider - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
Interface for controlling divider size
FlexibleDividerDecoration.VisibilityProvider - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
Interface for controlling divider visibility
FloatingBarItemDecoration - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
 
FloatingBarItemDecoration(Context, List, FloatingBarItemDecoration.Options, FloatingBarItemDecoration.ITitleTextGetter) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration
 
FloatingBarItemDecoration.ITitleTextGetter<T> - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
 
FloatingBarItemDecoration.Options - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
 
FLOW_TAG_CHECKED_MULTI - 类 中的静态变量xyz.xmethod.xycode.base.BaseFlowTagLayout
FlowLayout support multi-select
FLOW_TAG_CHECKED_NONE - 类 中的静态变量xyz.xmethod.xycode.base.BaseFlowTagLayout
FlowLayout not support checked
FLOW_TAG_CHECKED_SINGLE - 类 中的静态变量xyz.xmethod.xycode.base.BaseFlowTagLayout
FlowLayout support single-select
formatDate(String) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
formatDateTime(String, Date) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
formatDateTime(String, long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
formatDateTime(String, String) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
formatSimpleDateTime(Date) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
formatSimpleDateTime(long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
formatUnit(long) - 类 中的静态方法xyz.xmethod.xycode.utils.CacheUtils
 
fullActivity(Activity, View) - 类 中的静态方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim
 
FullActivityBuilder(Activity, View) - 类 的构造器xyz.xmethod.xycode.utils.circularAnim.CircularAnim.FullActivityBuilder
 

G

gapLeft(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.GapProvider
 
gapRight(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.GapProvider
 
gapWidth(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.GapProvider
 
gcj02_To_Bd09(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
火星坐标系 (GCJ-02) 与百度坐标系 (BD-09) 的转换算法 将 GCJ-02 坐标转换成 BD-09 坐标
gcj_To_Gps84(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
* 火星坐标系 (GCJ-02) to 84 * * @param lon * @param lat * @return
generateLayoutParams(AttributeSet) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
get() - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
Get请求
GET - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
getActivities() - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
 
getActivityByClassName(String) - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
 
getActivityClassNames() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getAdapter() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
getAlternative(Context) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView.Browsers
Returns the package name of an alternative browser with its own rendering engine or `null`
getAnimators(View) - 类 中的方法xyz.xmethod.xycode.animation.AlphaInAnimation
 
getAnimators(View) - 接口 中的方法xyz.xmethod.xycode.animation.BaseAnimation
 
getAnimators(View) - 类 中的方法xyz.xmethod.xycode.animation.ScaleInAnimation
 
getAnimators(View) - 类 中的方法xyz.xmethod.xycode.animation.SlideInBottomAnimation
 
getAnimators(View) - 类 中的方法xyz.xmethod.xycode.animation.SlideInLeftAnimation
 
getAnimators(View) - 类 中的方法xyz.xmethod.xycode.animation.SlideInRightAnimation
 
getApi() - 类 中的静态方法xyz.xmethod.xycode.utils.serverApiHelper.ServerControllerActivity
 
getAspectRatio() - 类 中的方法xyz.xmethod.xycode.unit.WH
 
getBaseAdapter() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapterWrapper
 
getBoolean(String, boolean) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
getCacheDir() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
no "/" at the end
getCalendar(long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
getCall() - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
执行完call()后会返回call,但call也可能为空,请进行判断
getCall() - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
getCallItems() - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
getCancel() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
getCancelButtonName() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
getCb() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
getChatTime(long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
getClient() - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
getConfirm() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
getConfirmDialogBuilder(Activity, String) - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.OnShowDownloadDialog
已过时。
 
getContacts_way() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
getContent() - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogItem
 
getContentUriFromActivityResult(Intent) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getContext() - 类 中的静态方法xyz.xmethod.xycode.Xy
 
getCount() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapter
 
getCount() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapterWrapper
 
getCount() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
getCrashItem(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
getCurrentItem(CustomHolder) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getCurrentItem() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapter
 
getCurrentItem() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapterWrapper
 
getCurrentItem() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
getCustomDate(int, int, int) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
getCustomTimeMillis(int, int, int) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
getDataList() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
getDataString(T) - 接口 中的方法xyz.xmethod.xycode.interfaces.Interfaces.OnUrlData
 
getDateTime() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getDateTime() - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogItem
 
getDebugItem(String) - 类 中的静态方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
getDebugKey() - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
getDebugUrl() - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
测试服务器地址
getDetail() - 类 中的方法xyz.xmethod.xycode.unit.ContactUnit
 
getDialog() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadDialog
已过时。
 
getDividerBound(int, RecyclerView, View) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
getDividerBound(int, RecyclerView, View) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration
 
getDividerBound(int, RecyclerView, View) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration
 
getDouble() - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
getDouble(String, double) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
getDownloadFileUrl() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
getDownloadingCancelButtonName() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
getDownloadingTitle() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
getDownloadTempFileName() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
getDownloadTempFileName() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
 
getEditor() - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
请使用Editor时用commit()方法 可以实现同步保存,但会占用线程时间,请不要保存大量文字
getErrorMsg() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getErrorMsgTitle() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getErrorTips() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
getEventName() - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
getFeedBack() - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
getFileDir() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getFileNameNoExt(String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
get file name without ext
getFilePathByUri(Uri) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getFileUploadPromptLabel() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
Provides localizations for the 25 most widely spoken languages that have a ISO 639-2/T code
getFileUriFromUri(Activity, Uri) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getFloat(String, float) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
getFolderSize(File) - 类 中的静态方法xyz.xmethod.xycode.utils.CacheUtils
get cache folder size Context.getExternalFilesDir() SDCard/Android/data/app_package/files/ Context.getExternalCacheDir() SDCard/Android/data/app_package/cache/
getFooter() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
getForegroundActivity(Context) - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
 
getHeader() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
getHeader(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
getHeaderCount() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getHeaderPos(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getHorizontalDivider(int, int, int, int) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getHtmlDrawableText(int, String, int) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getHtmlDrawableText(Context, int, String, int) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getHtmlDrawableText(int, String, int, int) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getHtmlDrawableText(Context, int, String, int, int) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getHttpConnection(String) - 类 中的静态方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
getHttpConnection(String) - 类 中的静态方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
 
getHttpsConnection(String) - 类 中的静态方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
getId() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getIds() - 类 中的方法xyz.xmethod.xycode.annotation.Sparsekey
 
getIgnoreCallback() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
getIllustration() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
getInstance() - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
getInstance() - 类 中的静态方法xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
getInstance() - 类 中的静态方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
getInstance() - 类 中的静态方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
 
getInstance() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getInstance() - 类 中的静态方法xyz.xmethod.xycode.utils.XMediaManager
 
getInt() - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
getInt(String, int) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
getiSetImageUrlMethod() - 类 中的方法xyz.xmethod.xycode.Xy.XyOption
 
getItem(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
取得列表Item
getItem(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapter
 
getItem(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapterWrapper
 
getItem(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
getItemCount() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
Please use getDataList().size() to get items count,this method would add header and Footer if they exist
getItemCount() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getItemFloat() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getItemHint() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getItemId(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
getItemInDataset(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapter
 
getItemInDataset(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapterWrapper
 
getItemInDataset(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
getItemIndex() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getItemMax() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getItemMin() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getItemNum() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.GridSpacingItemDecoration
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration
draw gap
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.SpaceItemDecoration
 
getItems() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapter
 
getItems() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapterWrapper
 
getItems() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
getItemViewType(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
when you use layout list, you can override this method when binding holder views
getJson() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
getJsonModify() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
getJsonObject() - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
getKey() - 类 中的方法xyz.xmethod.xycode.annotation.Sparsekey
 
getKey(String) - 类 中的方法xyz.xmethod.xycode.okHttp.Param
 
getKey() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
getLanguageIso3() - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView
 
getLat() - 类 中的方法xyz.xmethod.xycode.unit.Gps
 
getLayoutId(String) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getLayoutId() - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
getLayoutId(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getLayoutId() - 类 中的方法xyz.xmethod.xycode.unit.ViewTypeUnit
 
getLayoutId() - 接口 中的方法xyz.xmethod.xycode.utils.crashUtil.ICrash
 
getList() - 接口 中的方法xyz.xmethod.xycode.adapter.OnInitList
 
getLoadingDialog() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
getLoadingLayoutId() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getLoadingRefreshingArrowColorRes() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
getLoadMoreLayoutId() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
getLoadMoreListener() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getLoadRetryLayoutId() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getLoadRetryLayoutId() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
getLogList() - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
getLon() - 类 中的方法xyz.xmethod.xycode.unit.Gps
 
getLong(String, long) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
getLongID() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getManufacturer() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getMap() - 类 中的方法xyz.xmethod.xycode.annotation.SerializableMap
 
getMark() - 类 中的方法xyz.xmethod.xycode.unit.ViewTypeUnit
 
getMark() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getMD5(String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools.MD5
 
getModel() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getName() - 类 中的方法xyz.xmethod.xycode.unit.ContactUnit
 
getNameOfBank(Context, long, String) - 类 中的静态方法xyz.xmethod.xycode.utils.BankInfoUtils
通过输入的卡号获得银行卡信息
getNiceSpinner(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
getNoDataLayoutId() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getNoDataLayoutId() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
getNoFilteredDataList() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
适配器中的所有数据,包括被过滤掉的数据
getNoMoreLayoutId() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
getNow() - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
getNumbers(String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getObject() - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
getObject() - 类 中的方法xyz.xmethod.xycode.unit.StringData
 
getOkResponseListener() - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
getOnInitList() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
getOption() - 类 中的静态方法xyz.xmethod.xycode.Xy
 
getParam() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
getPermittedHostnames() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
getPhone() - 类 中的方法xyz.xmethod.xycode.unit.ContactUnit
 
getPhoneList() - 类 中的方法xyz.xmethod.xycode.unit.ContactUnit
 
getPosInArray(int[], int) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools.Cal
 
getProgressDialogBuilder(Activity) - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.OnShowDownloadDialog
已过时。
return null to use stander ProgressDialog
getRealFilePath(Uri) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getRecyclerView(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
getRecyclerView() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
getRecyclerViewXAdapter(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
getRelease() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getReleaseUrl() - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
正式服务器地址
getResponse() - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
getResultCode() - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
getRootView() - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
getScreenSize() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getScreenSize(Context) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getSdk() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getSelectedData() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
getSelectedIndex() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
getSelectedIndex() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
getSelectedString() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
getServer() - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
 
getServer(String) - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
 
getShowingList() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
取得下在展示的数据集合
getSpinnerText() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter.SpinnerAble
 
getSSLSocketFactory(InputStream) - 类 中的静态方法xyz.xmethod.xycode.okHttp.XSSSocketLFactory
 
getSSLSocketFactory(InputStream[], InputStream, String) - 类 中的静态方法xyz.xmethod.xycode.okHttp.XSSSocketLFactory
 
getStorage(Context) - 类 中的静态方法xyz.xmethod.xycode.Xy
ShareStorage Xy类公共持久化类
getStoredServerList() - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
 
getStreamFromNetwork(String, String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getString() - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
getString() - 类 中的方法xyz.xmethod.xycode.unit.StringData
 
getString(String) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
getString(String, String) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
getStringDataList(List, Interfaces.OnUrlData) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getStrResult() - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
getSwipeRefreshLayout() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
getTabViewItemById(int, int) - 类 中的方法xyz.xmethod.xycode.base.BaseTabItems
 
getTagCheckMode() - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
getText(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
getText(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getTextView(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
getThis() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
getThis() - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
getThis() - 类 中的方法xyz.xmethod.xycode.base.TabFragment
 
getTitle() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
getTitle() - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogItem
 
getTitle(T) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration.ITitleTextGetter
 
getTitle(CustomHolder, T) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.PinningBarItemDecoration.ITitleTextGetter
 
getTopActivityClassName() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getTotalCacheSize(Context) - 类 中的静态方法xyz.xmethod.xycode.utils.CacheUtils
 
getType() - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogItem
 
getUpdateButtonName() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
getUrl() - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
getUrl() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
getUser() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getVersionCode() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getVersionCode(Context) - 类 中的静态方法xyz.xmethod.xycode.utils.VersionUtils
 
getVersionName() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
getVersionName(Context) - 类 中的静态方法xyz.xmethod.xycode.utils.VersionUtils
 
getView(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
getView(View, int) - 类 中的静态方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
getView(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
getView() - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogLayout
 
getView(int, View, ViewGroup) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
getViewLocation(View) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getViewStub() - 类 中的方法xyz.xmethod.xycode.base.TabFragment
 
getViewTypeUnitForLayout(T) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
根据Mark确定展示的Layout override this method can show different holder for layout don't return LAYOUT_FOOTER = -20331
getWidthHeightFromFilename(String, String, String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
getXItem(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
go(T) - 接口 中的方法xyz.xmethod.xycode.interfaces.Interfaces.CB
 
go(T) - 接口 中的方法xyz.xmethod.xycode.interfaces.Interfaces.FeedBack
 
go(CircularAnim.OnAnimationEndListener) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.FullActivityBuilder
 
go() - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.VisibleBuilder
 
go(CircularAnim.OnAnimationEndListener) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.VisibleBuilder
 
Gps - xyz.xmethod.xycode.unit中的类
Created by XY on 2017-04-10.
Gps(double, double) - 类 的构造器xyz.xmethod.xycode.unit.Gps
 
gps84_To_Gcj02(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
84 to 火星坐标系 (GCJ-02) World Geodetic System ==> Mars Geodetic System
GridSpacingItemDecoration - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
 
GridSpacingItemDecoration(int, int, boolean) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.GridSpacingItemDecoration
 

H

handleAllFailureSituation(Call, int) - 类 中的方法xyz.xmethod.xycode.okHttp.OkResponseListener
 
handleAllFailureSituation(Call, int) - 接口 中的方法xyz.xmethod.xycode.xRefresher.InitRefresher
默认的所有出错的操作,例如 关闭LoadingDialog显示
handleAllFailureSituation(Call, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.RefreshRequest
返回错误判断的时候会调用此方法,如果返回结果是true则不执行InitRefresher的handleError()方法
handleDownload(Context, String, String) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView
Handles a download by loading the file from `fromUrl` and saving it to `toFilename` on the external storage This requires the two permissions `android.permission.INTERNET` and `android.permission.WRITE_EXTERNAL_STORAGE` Only supported on API level 9 (Android 2.3) and above
handleError(Call, JSONObject) - 接口 中的方法xyz.xmethod.xycode.xRefresher.InitRefresher
默认的结果出错操作,例如toast
handleError(Call, JSONObject) - 类 中的方法xyz.xmethod.xycode.xRefresher.RefreshRequest
返回错误判断的时候会调用此方法,如果返回结果是true则不执行InitRefresher的handleError()方法
handleItemViewClick(CustomHolder, T, int, ViewTypeUnit) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
override this method to add holder rootView onclick event,when handle over continue to on ClickListener in creating holder set.
handleItemViewLongClick(CustomHolder, T, int, ViewTypeUnit) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
handleJsonOther(Call, Response, JSONObject) - 类 中的方法xyz.xmethod.xycode.okHttp.OkResponseListener
 
handleJsonVerifyError(Call, Response, JSONObject) - 类 中的方法xyz.xmethod.xycode.okHttp.OkResponseListener
 
handleNoServerNetwork(Call, boolean) - 类 中的方法xyz.xmethod.xycode.okHttp.OkResponseListener
 
handleParseError(Call, String) - 类 中的方法xyz.xmethod.xycode.okHttp.OkResponseListener
 
handleResponseCodeError(Call, Response) - 类 中的方法xyz.xmethod.xycode.okHttp.OkResponseListener
 
handleResponseFailure(Call, Response, Exception) - 类 中的方法xyz.xmethod.xycode.okHttp.OkResponseListener
 
handleSuccessInBackground(Call, JSONObject) - 类 中的方法xyz.xmethod.xycode.okHttp.OkResponseListener
成功时,进行线程中处理操作
hasAlternative(Context) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView.Browsers
Returns whether there is an alternative browser with its own rendering engine currently installed
hasError() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
hasFooter() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
header(Header) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
Header
Header - xyz.xmethod.xycode.okHttp中的类
Created by XY on 2016/7/11.
Header() - 类 的构造器xyz.xmethod.xycode.okHttp.Header
 
Header(String, String) - 类 的构造器xyz.xmethod.xycode.okHttp.Header
 
HEADER_ONE - 类 中的静态变量xyz.xmethod.xycode.xRefresher.XRefresher
 
height - 类 中的变量xyz.xmethod.xycode.unit.WH
 
hide(View) - 类 中的静态方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim
 
hide() - 类 中的方法xyz.xmethod.xycode.xRefresher.LoadMoreView
已过时。
 
hideSoftInput() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
hideView(int, boolean) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
HorizontalDividerItemDecoration - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
Created by yqritc on 2015/01/15.
HorizontalDividerItemDecoration(HorizontalDividerItemDecoration.Builder) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration
 
HorizontalDividerItemDecoration.Builder - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
 
HorizontalDividerItemDecoration.GapProvider - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
取得横行间隔
HorizontalDividerItemDecoration.MarginProvider - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
Interface for controlling divider margin

I

i(String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
i(int) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
iconsNormal - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
iconsSelected - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
iCrash - 类 中的静态变量xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
ICrash - xyz.xmethod.xycode.utils.crashUtil中的接口
Created by XY on 2017-06-05.
ignoreSameItem(T, T) - 类 中的方法xyz.xmethod.xycode.xRefresher.RefreshRequest
ignore the same item in the list,use return newItem.getId().equals(listItem.getId()); if not, don't override it;
ignoreSsl() - 类 中的静态方法xyz.xmethod.xycode.utils.downloadHelper.SslUtils
ignore HTTPS SSL certificate,must use before openConnection
ILayoutManagerSpanListener - xyz.xmethod.xycode.xRefresher中的接口
最后一页
Illustration - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
imageViewId - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
init(IOkInit) - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
init
init(IOkInit, OkHttp.OkOptions) - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
init(IOkInit, OkHttpClient) - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
you can use client as you like when use ali hotfix, set client by this method
init(long, long, int) - 类 中的静态方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim
 
init(DownloadHelper.DownloadOptions, DownloadHelper.OnShowDownloadDialog) - 类 中的静态方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
 
init(int, TS.IToastLayoutSetter) - 类 中的静态方法xyz.xmethod.xycode.utils.TS
 
init(Context) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
init(InitRefresher) - 类 中的静态方法xyz.xmethod.xycode.xRefresher.XRefresher
可在App中使用以设置通用选项
init(InitRefresher, XRefresher.Options) - 类 中的静态方法xyz.xmethod.xycode.xRefresher.XRefresher
 
init(Context, boolean) - 类 中的静态方法xyz.xmethod.xycode.Xy
 
initOnCreate(Bundle) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
initOnCreate(Bundle) - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
InitRefresher - xyz.xmethod.xycode.xRefresher中的接口
设置Refresher的默认选项
initTabItemView(int, View, int) - 类 中的方法xyz.xmethod.xycode.base.BaseTabItems
 
INPUT_ADJUST - 接口 中的静态变量xyz.xmethod.xycode.base.BaseActivity.WindowMode
 
INSTANCE_STATE - 类 中的静态变量xyz.xmethod.xycode.annotation.annotationHelper.StateBinder
 
Interfaces - xyz.xmethod.xycode.interfaces中的类
Created by XY on 2016-09-02.
Interfaces() - 类 的构造器xyz.xmethod.xycode.interfaces.Interfaces
 
Interfaces.CB<T> - xyz.xmethod.xycode.interfaces中的接口
 
Interfaces.FeedBack<T,Y> - xyz.xmethod.xycode.interfaces中的接口
 
Interfaces.OnCommitListener<T> - xyz.xmethod.xycode.interfaces中的接口
 
Interfaces.OnUrlData<T> - xyz.xmethod.xycode.interfaces中的接口
 
IOkInit - xyz.xmethod.xycode.okHttp中的接口
Created by xiuye on 2017/8/17.
isAppOnForeground() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
weather App is on Foreground
isAvailable() - 类 中的方法xyz.xmethod.xycode.unit.WH
 
isAvailableNetWork() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
judge network
isDebugMode() - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
isDropDownShowing() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
isEmail(String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
ISetImageUrlMethod - xyz.xmethod.xycode.interfaces中的接口
Created by xiuye on 2017/11/8.
isFileUploadAvailable() - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView
Returns whether file uploads can be used on the current device (generally all platform versions except for 4.4)
isFileUploadAvailable(boolean) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView
Returns whether file uploads can be used on the current device (generally all platform versions except for 4.4) On Android 4.4.3/4.4.4, file uploads may be possible but will come with a wrong MIME type
isForeground(Activity) - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
judge a activity is on foreground
isFullSpan() - 类 中的方法xyz.xmethod.xycode.unit.ViewTypeUnit
 
isGrantExternalRW(Activity) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools.Permission
 
isHeader(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
isHostnameAllowed(String) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
isImplementTarget(Class, Class) - 类 中的静态方法xyz.xmethod.xycode.annotation.annotationHelper.StateBinder
 
isItemCheck() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
isLastPage() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
isLoaded() - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
isLoaded() - 类 中的方法xyz.xmethod.xycode.base.TabFragment
 
isLoadingDialogShowing() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
isMobileNO(String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
IsMust - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
isMust() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
isMust() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
isNumeric(String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
isPause() - 类 中的静态方法xyz.xmethod.xycode.utils.XMediaManager
 
isPostBegun() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
isPostFinished() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
isProcessRunning() - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
check application can only be invoked once
isRelease() - 类 中的静态方法xyz.xmethod.xycode.Xy
 
itemBg - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemBool - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemCheck - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemChildColor - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemChildVisible - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemColor - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemContent - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemCount - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemDateTime - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemDescription - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemDetail - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemDouble - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemFloat - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemGone - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemHide - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemHint - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemIcon - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemIndex - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemInputType - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemLength - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemLong - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemMax - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemMaxLines - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemMin - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemMinLines - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemName - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemNum - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemRes - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemTitle - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemType - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
itemVisible - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 

J

JSON_OBJECT - 注释类型 中的静态变量xyz.xmethod.xycode.annotation.SaveState
 
JsonTool - xyz.xmethod.xycode.utils.LogUtil中的类
Created by XY on 2017-06-06.
JsonTool() - 类 的构造器xyz.xmethod.xycode.utils.LogUtil.JsonTool
 
judgeResultParseResponseFailed(Call, String, Exception) - 接口 中的方法xyz.xmethod.xycode.okHttp.IOkInit
after judgeResultWhenFirstReceivedResponse when parse JSON failed
judgeResultWhenFirstReceivedResponse(Call, Response, JSONObject) - 接口 中的方法xyz.xmethod.xycode.okHttp.IOkInit
the first time the response got from internet 0:RESULT_ERROR ; 1:RESULT_SUCCESS ; -1:RESULT_VERIFY_ERROR; 2: RESULT_OTHER ; at IOkResponse interface callback

L

L - xyz.xmethod.xycode.utils.LogUtil中的类
Log showLog模式下,才会输出到logcat 任何模式下Log都会输出到logList 可把logList在CrashActivity发送到服务器
L() - 类 的构造器xyz.xmethod.xycode.utils.LogUtil.L
 
LANGUAGE_DEFAULT_ISO3 - 类 中的静态变量xyz.xmethod.xycode.views.AdvancedWebView
 
layoutId - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
layoutId - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
LOADER_CAN_LOAD - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
LOADER_INIT - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
LOADER_NO_DATA 没有数据 LOADER_NO_MORE 已加载全部,有footerLayoutId显示Footer LOADER_CAN_LOAD 可以加载更多 LOADER_LOADING 正在加载中,等待LoadMoreListener返回结果 LOADER_RETRY 加载更多失败
LOADER_LOADING - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
LOADER_NO_DATA - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
LOADER_NO_MORE - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
LOADER_RETRY - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
loadingMoreEnd(boolean) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
加载更多结束
loadingMoreError() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
加载更多异常 显示加载重试Footer
LoadMoreView - xyz.xmethod.xycode.xRefresher中的类
已过时。
LoadMoreView(Context) - 类 的构造器xyz.xmethod.xycode.xRefresher.LoadMoreView
已过时。
 
LoadMoreView(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.xRefresher.LoadMoreView
已过时。
 
loadUrl(String, Map<String, String>) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
loadUrl(String) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
loadUrl(String, boolean) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
loadUrl(String, boolean, Map<String, String>) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
lock - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
LOG_TYPE_CRASH - 类 中的静态变量xyz.xmethod.xycode.utils.LogUtil.LogItem
 
LOG_TYPE_D - 类 中的静态变量xyz.xmethod.xycode.utils.LogUtil.LogItem
 
LOG_TYPE_E - 类 中的静态变量xyz.xmethod.xycode.utils.LogUtil.LogItem
 
LOG_TYPE_I - 类 中的静态变量xyz.xmethod.xycode.utils.LogUtil.LogItem
 
LogItem - xyz.xmethod.xycode.utils.LogUtil中的类
Created by XY on 2017-06-09.
LogItem() - 类 的构造器xyz.xmethod.xycode.utils.LogUtil.LogItem
 
LogItem(String, String) - 类 的构造器xyz.xmethod.xycode.utils.LogUtil.LogItem
 
LogItem(String, String, int) - 类 的构造器xyz.xmethod.xycode.utils.LogUtil.LogItem
 
LogItem(String, String, String) - 类 的构造器xyz.xmethod.xycode.utils.LogUtil.LogItem
 
LogItem(String, String, String, int) - 类 的构造器xyz.xmethod.xycode.utils.LogUtil.LogItem
 
logLayout - 类 中的变量xyz.xmethod.xycode.base.BaseActivity
 
LogLayout - xyz.xmethod.xycode.utils.LogUtil中的类
Created by XY on 2017-06-03.
LogLayout(Context) - 类 的构造器xyz.xmethod.xycode.utils.LogUtil.LogLayout
 
longToDate(long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
longToDays(long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 

M

mActivity - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
main(String[]) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
 
makeUrlUnique(String) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView
 
margin(int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.Builder
 
margin(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.Builder
 
margin(int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.Builder
 
margin(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.Builder
 
marginProvider(HorizontalDividerItemDecoration.MarginProvider) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.Builder
 
marginProvider(VerticalDividerItemDecoration.MarginProvider) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.Builder
 
marginResId(int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.Builder
 
marginResId(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.Builder
 
marginResId(int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.Builder
 
marginResId(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration.Builder
 
mBackgroundSelector - 类 中的变量xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
mColorProvider - 类 中的变量xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
mContext - 类 中的变量xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
mCustomWebChromeClient - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
MD5() - 类 的构造器xyz.xmethod.xycode.utils.Tools.MD5
 
mDividerType - 类 中的变量xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
mDrawableProvider - 类 中的变量xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
measurePage(View) - 类 中的方法xyz.xmethod.xycode.views.NoScrollViewPager
 
MEDIA_TYPE_JSON - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
MEDIA_TYPE_MARKDOWN - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
已过时。
MEDIA_TYPE_MULTI_DATA - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
MEDIA_TYPE_URL_ENCODED - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
已过时。
mediaType - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp.OkOptions
 
mFileUploadCallbackFirst - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
File upload callback for platform versions prior to Android 5.0
mFileUploadCallbackSecond - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
File upload callback for Android 5.0+
mFragment - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
mGeolocationEnabled - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
mHttpHeaders - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
MINI_RADIUS - 类 中的静态变量xyz.xmethod.xycode.utils.circularAnim.CircularAnim
 
mLanguageIso3 - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
mLastError - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
mListener - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
monthsBetweenDates(long, long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
mPaintProvider - 类 中的变量xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
mPermittedHostnames - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
mRequestCodeFilePicker - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
mResources - 类 中的变量xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
mSelectedIndex - 类 中的变量xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
MSG - 类 中的静态变量xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
MsgEvent - xyz.xmethod.xycode.unit中的类
Created by XY on 2016-11-01.
MsgEvent(String, Object, Interfaces.FeedBack) - 类 的构造器xyz.xmethod.xycode.unit.MsgEvent
 
mShowLastDivider - 类 中的变量xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
mSizeProvider - 类 中的变量xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
mTextColor - 类 中的变量xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
mul(double, int) - 类 中的静态方法xyz.xmethod.xycode.utils.CalculationUtils
 
mul(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.CalculationUtils
 
mUploadableFileTypes - 类 中的变量xyz.xmethod.xycode.views.AdvancedWebView
 
Must - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
mVisibilityProvider - 类 中的变量xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 

N

NETWORK_ERROR_CODE - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
networkError(Call, boolean) - 接口 中的方法xyz.xmethod.xycode.okHttp.IOkInit
no network or or call back cancel
newCall() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
okHttp request
newCall(Activity) - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
NiceSpinner<T> - xyz.xmethod.xycode.views.nicespinner中的类
 
NiceSpinner(Context) - 类 的构造器xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
NiceSpinner(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
NiceSpinner(Context, AttributeSet, int) - 类 的构造器xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
NiceSpinner.OnItemSelect - xyz.xmethod.xycode.views.nicespinner中的接口
 
NiceSpinnerAdapter - xyz.xmethod.xycode.views.nicespinner中的类
 
NiceSpinnerAdapter(Context, List<StringData>, int, int) - 类 的构造器xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapter
 
NiceSpinnerAdapterWrapper - xyz.xmethod.xycode.views.nicespinner中的类
 
NiceSpinnerAdapterWrapper(Context, ListAdapter, int, int) - 类 的构造器xyz.xmethod.xycode.views.nicespinner.NiceSpinnerAdapterWrapper
 
NiceSpinnerBaseAdapter - xyz.xmethod.xycode.views.nicespinner中的类
 
NiceSpinnerBaseAdapter(Context, int, int) - 类 的构造器xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
NiceSpinnerBaseAdapter.SpinnerAble - xyz.xmethod.xycode.views.nicespinner中的类
 
NiceSpinnerBaseAdapter.ViewHolder - xyz.xmethod.xycode.views.nicespinner中的类
 
NO_NETWORK - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
NORMAL_OBJECT - 注释类型 中的静态变量xyz.xmethod.xycode.annotation.SaveState
 
normalTextColor - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
NoScrollViewPager - xyz.xmethod.xycode.views中的类
Created by XY on 2016-07-28.
NoScrollViewPager(Context) - 类 的构造器xyz.xmethod.xycode.views.NoScrollViewPager
 
NoScrollViewPager(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.views.NoScrollViewPager
 
notifyItemSelected(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter
 
NotMust - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 

O

OkFileHelper - xyz.xmethod.xycode.okHttp中的类
Created by 18953 on 2016/7/12.
OkFileHelper() - 类 的构造器xyz.xmethod.xycode.okHttp.OkFileHelper
 
OkFileHelper.FileProgressListener - xyz.xmethod.xycode.okHttp中的接口
 
OkFileHelper.ProgressRequestBody - xyz.xmethod.xycode.okHttp中的类
 
OkHttp - xyz.xmethod.xycode.okHttp中的类
Created by XY on 2016/7/7 OkHttp3
OkHttp() - 类 的构造器xyz.xmethod.xycode.okHttp.OkHttp
 
OkHttp.OkOptions - xyz.xmethod.xycode.okHttp中的类
okHttp属性设置
OkOptions(long, long, long) - 类 的构造器xyz.xmethod.xycode.okHttp.OkHttp.OkOptions
 
OkResponseListener - xyz.xmethod.xycode.okHttp中的类
Created by xiuye on 2017/8/17.
OkResponseListener() - 类 的构造器xyz.xmethod.xycode.okHttp.OkResponseListener
 
onAbortUpdate() - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.CancelCallBack
 
onActivityCreated(Bundle) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
onActivityResult(int, int, Intent) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
Results return
onActivityResult(int, int, Intent) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
onAnimationEnd() - 接口 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.OnAnimationEndListener
 
onAnimationEndListener(CircularAnim.OnAnimationEndListener) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.VisibleBuilder
已过时。 
onBackPressed() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
onBackPressed() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
onBackPressed() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
onBindViewHolder(RecyclerView.ViewHolder, int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
展示
onCancel(T) - 接口 中的方法xyz.xmethod.xycode.interfaces.Interfaces.OnCommitListener
 
onCancel(boolean) - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.CancelCallBack
 
onCancel() - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.CancelListener
已过时。
 
onClick(View) - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ServerControllerActivity
点击监听
onClick(View) - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ServerSelectDialog
 
onCommit(T) - 接口 中的方法xyz.xmethod.xycode.interfaces.Interfaces.OnCommitListener
 
onCreate(Bundle) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onCreate(Bundle) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
onCreate(Bundle) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
onCreate(Bundle) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
onCreate(Bundle) - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ServerControllerActivity
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - 类 中的方法xyz.xmethod.xycode.base.TabFragment
 
onCreateViewHolder(ViewGroup, int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
only do once method or not use immediately adapterPosition method, like clickListener
onDestroy() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onDestroy() - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
onDestroy() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
onDestroy() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
onDestroy() - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ServerControllerActivity
 
onDestroy() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
onDownLoad(int, int) - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.CancelCallBack
 
onDownloadRequested(String, String, String, String, long) - 接口 中的方法xyz.xmethod.xycode.views.AdvancedWebView.Listener
 
onDraw(Canvas, RecyclerView, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration
 
onDrawOver(Canvas, RecyclerView, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
onDrawOver(Canvas, RecyclerView, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration
 
oneFile(String, File, OkFileHelper.FileProgressListener) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
上传文件
onEvent(MsgEvent) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onEvent(MsgEvent) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
onEventBackground(MsgEvent) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onEventBackground(MsgEvent) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
onExternalPageRequest(String) - 接口 中的方法xyz.xmethod.xycode.views.AdvancedWebView.Listener
 
onFailed(boolean) - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.CancelCallBack
 
onFailure() - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.OnProgressListener
已过时。
 
onFileLength(long) - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.OnProgressListener
已过时。
 
onFinish(boolean) - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.CancelCallBack
 
onFinish() - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.OnProgressListener
已过时。
 
onFinishInflate() - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
onFinishInflate() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
onFinishInflate() - 类 中的方法xyz.xmethod.xycode.views.XTextView
 
onFinishInflate() - 类 中的方法xyz.xmethod.xycode.xRefresher.LoadMoreView
已过时。
 
onFinishInflate() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
onFirstShow() - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
onHide() - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
OnInitList - xyz.xmethod.xycode.adapter中的接口
Created by XY on 2017-06-13.
onInterceptTouchEvent(MotionEvent) - 类 中的方法xyz.xmethod.xycode.views.NoScrollViewPager
 
onInvisible() - 类 中的方法xyz.xmethod.xycode.base.TabFragment
 
onItemClick(View, List, int) - 接口 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout.OnTagClickListener
 
onItemSelected(SparseArray<View>, List, SparseBooleanArray, int) - 接口 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout.OnTagSelectListener
 
onItemSelected(AdapterView<?>, View, int, long) - 接口 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner.OnItemSelect
 
OnLastPageListener - xyz.xmethod.xycode.xRefresher中的接口
最后一页
onLayout(boolean, int, int, int, int) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
onLayoutChildren(RecyclerView.Recycler, RecyclerView.State) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.XLinearLayoutManager
 
onLazyLoad() - 类 中的方法xyz.xmethod.xycode.base.TabFragment
 
onMeasure(int, int) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
onMeasure(int, int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
onMeasure(int, int) - 类 中的方法xyz.xmethod.xycode.views.NoScrollViewPager
 
onMeasure(int, int) - 类 中的方法xyz.xmethod.xycode.views.XScrollView
 
onOptionsItemSelected(MenuItem) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onPageError(int, String, String) - 接口 中的方法xyz.xmethod.xycode.views.AdvancedWebView.Listener
 
onPageErrorSdk6(WebResourceRequest, WebResourceError) - 接口 中的方法xyz.xmethod.xycode.views.AdvancedWebView.Listener
 
onPageFinished(String) - 接口 中的方法xyz.xmethod.xycode.views.AdvancedWebView.Listener
 
onPageStarted(String, Bitmap) - 接口 中的方法xyz.xmethod.xycode.views.AdvancedWebView.Listener
 
onPause() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
onPhotoSelectResult(int, Uri) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onReceivedTitle(String) - 接口 中的方法xyz.xmethod.xycode.views.AdvancedWebView.Listener
 
onRefresh() - 接口 中的方法xyz.xmethod.xycode.xRefresher.OnSwipeListener
Refresh
onRestoreInstanceState(Bundle) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onRestoreInstanceState(Parcelable) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
onRestoreInstanceState(Parcelable) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
onRestoreInstanceState(Parcelable) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
onRestoreInstanceState(Parcelable) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
onResume() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
onSaveInstanceState(Bundle) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onSaveInstanceState() - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
onSaveInstanceState() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
onSaveInstanceState() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
onShow() - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
onStart() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
onStart() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
onStartLoadMore() - 接口 中的方法xyz.xmethod.xycode.adapter.XAdapter.ILoadMoreListener
 
onStep(long) - 接口 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.OnProgressListener
已过时。
 
onStop() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
OnSwipeListener - xyz.xmethod.xycode.xRefresher中的接口
刷新监听
onToastLayout(View, Toast, Object) - 接口 中的方法xyz.xmethod.xycode.utils.TS.IToastLayoutSetter
 
onTouchEvent(MotionEvent) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
onTouchEvent(MotionEvent) - 类 中的方法xyz.xmethod.xycode.views.NoScrollViewPager
 
onViewAttachedToWindow(RecyclerView.ViewHolder) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
Called when a view created by this adapter has been attached to a window.
onViewSenseListener - 类 中的变量xyz.xmethod.xycode.base.BaseItemView
 
onVisible() - 类 中的方法xyz.xmethod.xycode.base.TabFragment
 
openFileInput(ValueCallback<Uri>, ValueCallback<Uri[]>) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
openLoadAnimation(BaseAnimation) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
Set Custom ObjectAnimator
openLoadAnimation() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
To open the animation when loading
openUrl(Activity, String) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView.Browsers
Opens the given URL in an alternative browser
openUrl(Activity, String, boolean) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView.Browsers
Opens the given URL in an alternative browser
Options(String) - 类 的构造器xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
Options(int) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration.Options
 
Options() - 类 的构造器xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
outOfChina(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
 
overridePendingTransition(int, int) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.FullActivityBuilder
 

P

PACKAGE_NAME_DOWNLOAD_MANAGER - 类 中的静态变量xyz.xmethod.xycode.views.AdvancedWebView
 
paint(Paint) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
paintProvider(FlexibleDividerDecoration.PaintProvider) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
Param - xyz.xmethod.xycode.okHttp中的类
Created by XY on 2016/7/11.
Param() - 类 的构造器xyz.xmethod.xycode.okHttp.Param
 
Param(String, String) - 类 的构造器xyz.xmethod.xycode.okHttp.Param
 
Params - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
PARAMS_JSON - 类 中的静态变量xyz.xmethod.xycode.utils.debugger.DebugActivity
 
pause() - 类 中的静态方法xyz.xmethod.xycode.utils.XMediaManager
pause
PERFECT_MILLS - 类 中的静态变量xyz.xmethod.xycode.utils.circularAnim.CircularAnim
 
Permission() - 类 的构造器xyz.xmethod.xycode.utils.Tools.Permission
 
pi - 类 中的静态变量xyz.xmethod.xycode.utils.PositionUtil
 
pickNumber(Activity) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
PinningBarItemDecoration<T> - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
只能被 XAdapter 使用
PinningBarItemDecoration() - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.PinningBarItemDecoration
 
PinningBarItemDecoration.ITitleTextGetter<T> - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
calculate the TAG and add to
playSound(String, MediaPlayer.OnCompletionListener) - 类 中的静态方法xyz.xmethod.xycode.utils.XMediaManager
 
PositionUtil - xyz.xmethod.xycode.utils中的类
各地图API坐标系统比较与转换; WGS84坐标系:即地球坐标系,国际上通用的坐标系。
PositionUtil() - 类 的构造器xyz.xmethod.xycode.utils.PositionUtil
 
POST - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
POST_BEGIN - 类 中的静态变量xyz.xmethod.xycode.utils.debugger.DebugActivity
 
POST_IS_FINISH - 类 中的静态变量xyz.xmethod.xycode.utils.debugger.DebugActivity
 
POST_URL - 类 中的静态变量xyz.xmethod.xycode.utils.debugger.DebugActivity
 
postEvent(String) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
postEvent(String, Interfaces.FeedBack) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
postEvent(String, Object) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
postEvent(String, String) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
postEvent(String, Object, Interfaces.FeedBack) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
postEvent(String) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
postEvent(String, Interfaces.FeedBack) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
postEvent(String, Object) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
postEvent(String, String) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
postEvent(String, Object, Interfaces.FeedBack) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
ProgressRequestBody(RequestBody, OkFileHelper.FileProgressListener) - 类 的构造器xyz.xmethod.xycode.okHttp.OkFileHelper.ProgressRequestBody
 
put(String, Object) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
put(String, int) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
put(String, float) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
put(String, boolean) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
put(String, String) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
put(String, long) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
put(String, double) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
px2dp(float) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
px(pixel) to dp
px2dp(Context, float) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 

R

randomInt(int, int) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
readTimeout - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp.OkOptions
 
receivedList(boolean) - 接口 中的方法xyz.xmethod.xycode.xRefresher.OnLastPageListener
 
receivedNetworkErrorCode(Call, Response) - 接口 中的方法xyz.xmethod.xycode.okHttp.IOkInit
after judgeResultWhenFirstReceivedResponse result code not in [200...300)
receivedPhoneNumber(Intent) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
refresh() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
refresh list
refreshData() - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogLayout
 
refreshedNoData() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
refreshList() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
RefreshRequest<T> - xyz.xmethod.xycode.xRefresher中的类
Created by XY on 2017-06-09.
RefreshRequest() - 类 的构造器xyz.xmethod.xycode.xRefresher.RefreshRequest
 
RefreshState() - 类 的构造器xyz.xmethod.xycode.xRefresher.XRefresher.RefreshState
 
registerFinishReceiver() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
release() - 类 中的静态方法xyz.xmethod.xycode.utils.XMediaManager
release
removeActivity(Activity) - 类 中的静态方法xyz.xmethod.xycode.base.BaseActivity
 
removeHttpHeader(String) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
Removes one of the HTTP headers that have previously been added via `addHttpHeader()` If you want to unset a pre-defined header, set it to an empty string with `addHttpHeader()` instead The `WebView` implementation may in some cases overwrite headers that you set or unset
removeItem(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
removeLayout() - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogLayout
 
removePermittedHostname(String) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
REQUEST_CODE_FILE_PICKER - 类 中的静态变量xyz.xmethod.xycode.views.AdvancedWebView
 
REQUEST_CODE_GOT_PHONE_NUMBER - 类 中的静态变量xyz.xmethod.xycode.base.BaseActivity
 
REQUEST_CODE_GOT_RESULT - 类 中的静态变量xyz.xmethod.xycode.base.BaseActivity
 
REQUEST_CODE_MULTI_PHOTO_SELECT - 类 中的静态变量xyz.xmethod.xycode.base.BaseActivity
 
REQUEST_CODE_PHOTO_SELECT - 类 中的静态变量xyz.xmethod.xycode.base.BaseActivity
 
requestList - 类 中的变量xyz.xmethod.xycode.base.BaseActivity
 
resetDataList() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
已过时。
resetLastPage() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
resetStorageOnChangeListene() - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
ResponseItem - xyz.xmethod.xycode.okHttp中的类
Created by xiuye on 2017/8/17.
ResponseItem(Response, Call, String, OkResponseListener) - 类 的构造器xyz.xmethod.xycode.okHttp.ResponseItem
 
RESULT_BLANK - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
还没有对结果进入处理
RESULT_ERROR - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
RESULT_OTHER - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
RESULT_PARSE_FAILED - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
RESULT_SUCCESS - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
RESULT_VERIFY_ERROR - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 
resultSuccessByJudge(Call, Response, JSONObject, int) - 接口 中的方法xyz.xmethod.xycode.okHttp.IOkInit
after judgeResultWhenFirstReceivedResponse result is SUCCESS returns --- false: go on callbacks true:interrupt callbacks 可在此方法保存资料到SQLite
resume() - 类 中的静态方法xyz.xmethod.xycode.utils.XMediaManager
resume
returnString(StringBuffer) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
rootHolder() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
round(double, int) - 类 中的静态方法xyz.xmethod.xycode.utils.CalculationUtils
 

S

saveFileFromInputStream(InputStream, File) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
saveState(Object, Bundle) - 类 中的静态方法xyz.xmethod.xycode.annotation.annotationHelper.StateBinder
 
SaveState - xyz.xmethod.xycode.annotation中的注释类型
Created by Administrator on 2016/9/5.
ScaleInAnimation - xyz.xmethod.xycode.animation中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
ScaleInAnimation() - 类 的构造器xyz.xmethod.xycode.animation.ScaleInAnimation
 
ScaleInAnimation(float) - 类 的构造器xyz.xmethod.xycode.animation.ScaleInAnimation
 
scrollToView(ScrollView, View) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
scroll to the view in a scrollview
selectedTextColor - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
sense(View, T) - 接口 中的方法xyz.xmethod.xycode.base.BaseItemView.OnViewSenseListener
 
SerializableMap - xyz.xmethod.xycode.annotation中的类
 
SerializableMap(Map<String, Object>) - 类 的构造器xyz.xmethod.xycode.annotation.SerializableMap
 
ServerControllerActivity - xyz.xmethod.xycode.utils.serverApiHelper中的类
服务器地址摄制页面 Release 版本不可调用此页面
ServerControllerActivity() - 类 的构造器xyz.xmethod.xycode.utils.serverApiHelper.ServerControllerActivity
 
ServerSelectDialog - xyz.xmethod.xycode.utils.serverApiHelper中的类
Created by Administrator on 2016/9/6 0006.
ServerSelectDialog(ServerControllerActivity) - 类 的构造器xyz.xmethod.xycode.utils.serverApiHelper.ServerSelectDialog
 
setActivityLayout() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
setActivityLayout() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
setAdapter(ListAdapter) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
setAllowAccessFromFileUrls(WebSettings, boolean) - 类 中的静态方法xyz.xmethod.xycode.views.AdvancedWebView
 
setAnimationDuration(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setAnimationInterpolator(Interpolator) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setBackgroundColor(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration.Options
设置标题栏的背景颜色
setCall(Call) - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
setCancel(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setCancelButtonName(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
setCb(Interfaces.CB) - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
setClick() - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setClick(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setClick(int, View.OnClickListener) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setClick(int, View.OnClickListener) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setConfirm(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setContacts_way(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setContent(String) - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogItem
 
setContext(Context) - 类 中的静态方法xyz.xmethod.xycode.Xy
 
setCookiesEnabled(boolean) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setCrashOperation(Interfaces.CB<CrashItem>) - 类 中的静态方法xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
setCrashOperation(Interfaces.CB<CrashItem>, ICrash) - 类 中的静态方法xyz.xmethod.xycode.utils.crashUtil.CrashActivity
 
setDataList(List<T>) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setDataList(List) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
setDataList(List, Interfaces.OnUrlData<T>) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
setDataList(List<StringData>) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
setDate(int, String, long) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setDate(int, String, long) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setDate(int, String, int...) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setDateTime(int, String, int...) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setDateTime(String) - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogItem
 
setDebugKey(String) - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
setDebugMode(boolean) - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
setDefaultHeader(Header) - 接口 中的方法xyz.xmethod.xycode.okHttp.IOkInit
add defaultHeader in header when new a request
setDefaultParams(Param) - 接口 中的方法xyz.xmethod.xycode.okHttp.IOkInit
add defaultParams in param when setFormBody requestBody
setDesktopMode(boolean) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setDetail(String) - 类 中的方法xyz.xmethod.xycode.unit.ContactUnit
 
setDouble(double) - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
setDownloadFileUrl(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setDownloadingCancelButtonName(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
setDownloadingTitle(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
setEnable(int, boolean) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setEnable(int, boolean) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setErrorMsg(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setErrorMsgTitle(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setErrorTips(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setEventName(String) - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
setExpand(boolean, boolean) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setExpand(boolean, boolean, Interfaces.CB) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
如果在动画结束时需要NotifyDatasetChange可以在onAnimationEndListener中设置
setExpandViewId(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
设置动画展开的view, 分3步 1、请在creatingHolder时设置 setExpandViewId 2、bindingHolder时,setExpand(animate, false) 3、onClick时,setExpand(animate, true)
setExtendEnumStyle() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setFeedBack(Interfaces.FeedBack) - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
setFilterForAdapter(List<T>) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
filter local main data list, it can use any time, it won't change the main data list.
setFooter(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setFormat(int, int, Object...) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setFormat(int, int, Object...) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setFullSpan(RecyclerView.ViewHolder) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
thanks CymChad for this method When set to true, the item will layout using all span area.
setFullSpan(boolean) - 类 中的方法xyz.xmethod.xycode.unit.ViewTypeUnit
 
setGapProvider(HorizontalDividerItemDecoration.GapProvider) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration.Builder
 
setGeolocationDatabasePath() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setGeolocationEnabled(boolean) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setGridLayoutManager(int, int, boolean, ILayoutManagerSpanListener) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
 
setId(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setIds(int) - 类 中的方法xyz.xmethod.xycode.annotation.Sparsekey
 
setIgnoreCallback(Interfaces.CB) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setIllustration(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setImageBitmap(int, Bitmap) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setImageBitmap(int, Bitmap) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setImageRes(int, int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setImageRes(int, int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setImageUrl(int, Object) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
请使用此方法加载图片
setImageUrl(int, Object, Object) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setImageUrl(int, Object) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setImageUrl(int, Object, Object) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setImageUrl(ImageView, Object, Object) - 接口 中的方法xyz.xmethod.xycode.interfaces.ISetImageUrlMethod
 
setInputMethodVisible(EditText, Boolean) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
 
setInt(int) - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
setIntent(Intent) - 接口 中的方法xyz.xmethod.xycode.base.BaseActivity.BaseIntent
 
setiSetImageUrlMethod(ISetImageUrlMethod) - 类 中的方法xyz.xmethod.xycode.Xy.XyOption
 
setItemCheck(boolean) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setItemCount(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setItemFloat(float) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setItemHint(String) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setItemIndex(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setItemMax(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setItemMin(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setItemNum(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setItemOffsets(Rect, int, RecyclerView) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration
 
setItemOffsets(Rect, int, RecyclerView) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.HorizontalDividerItemDecoration
 
setItemOffsets(Rect, int, RecyclerView) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration
 
setItemTypeEnumStyle() - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setJson(String) - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
setJsonModify(String) - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
setJsonObject(JSONObject) - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
setKey(int) - 类 中的方法xyz.xmethod.xycode.annotation.Sparsekey
 
setLastError() - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setLastPage(boolean) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshState
 
setLastPage(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
setLat(double) - 类 中的方法xyz.xmethod.xycode.unit.Gps
 
setLayoutId(int) - 类 中的方法xyz.xmethod.xycode.unit.ViewTypeUnit
 
setLayoutId(int) - 类 中的静态方法xyz.xmethod.xycode.xRefresher.LoadMoreView
已过时。
 
setList(List, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration
设置列表
setList(List) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration
 
setListener(Activity, AdvancedWebView.Listener) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setListener(Activity, AdvancedWebView.Listener, int) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setListener(Fragment, AdvancedWebView.Listener) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setListener(Fragment, AdvancedWebView.Listener, int) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setListener(AdvancedWebView.Listener, int) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setLoadingDialog() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
setLoadingDialog() - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
setLoadingLayout(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setLoadingRefreshingArrowColorRes(int[]) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
setLoadMore() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
 
setLoadMoreLayoutId(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
setLoadMoreListener(XAdapter.ILoadMoreListener) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setLoadRetryLayoutId(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setLoadRetryLayoutId(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
setLogList(List<LogItem>) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
setLogOutputFile(File) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
setLon(double) - 类 中的方法xyz.xmethod.xycode.unit.Gps
 
setLongClick(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setLongClick(int, View.OnLongClickListener) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setManufacturer(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setMap(Map<String, Object>) - 类 中的方法xyz.xmethod.xycode.annotation.SerializableMap
 
setMark(String) - 类 中的方法xyz.xmethod.xycode.unit.ViewTypeUnit
 
setMark(int) - 类 中的方法xyz.xmethod.xycode.unit.ViewTypeUnit
 
setMark(long) - 类 中的方法xyz.xmethod.xycode.unit.ViewTypeUnit
 
setMark(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setMaxLogListSizeInReleaseMode(int) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
setMaxTransFileCount(int) - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
setMediaType(MediaType) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
请求类型
setMediaType(MediaType) - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp.OkOptions
 
setMixedContentAllowed(boolean) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setMixedContentAllowed(WebSettings, boolean) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setModel(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setMust(boolean) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setName(String) - 类 中的方法xyz.xmethod.xycode.unit.ContactUnit
 
setNoDataLayoutId(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setNoDataLayoutId(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
setNoMoreLayoutId(int) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setNoMoreLayoutId(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
setObject(Object) - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
setObject(T) - 类 中的方法xyz.xmethod.xycode.unit.StringData
 
setOkHttpBuilder(OkHttpClient.Builder) - 类 中的方法xyz.xmethod.xycode.okHttp.OkHttp.OkOptions
设置 Builder
setOkResponseListener(OkResponseListener) - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
setOnClickListener(View.OnClickListener) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setOnItemSelectedListener(AdapterView.OnItemSelectedListener) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
setOnLastPageListener(OnLastPageListener) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
 
setOnLongClickListener(View.OnLongClickListener) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setOnProgressListener(DownloadHelper.OnProgressListener) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
 
setOnSwipeListener(OnSwipeListener) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
 
setOnTagClickListener(BaseFlowTagLayout.OnTagClickListener) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
setOnTagSelectListener(BaseFlowTagLayout.OnTagSelectListener) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
setOnViewSenseListener(BaseItemView.OnViewSenseListener) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setOptionUrlList(List<String>) - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
其它可选服务器地址
setPageDefaultSize(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshState
 
setPageParams(String, String, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.Options
 
setParam(Param) - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
setParamsHeadersBeforeRequest(Param, Header) - 接口 中的方法xyz.xmethod.xycode.okHttp.IOkInit
reset all Params in param when setFormBody requestBody
setPhone(String) - 类 中的方法xyz.xmethod.xycode.unit.ContactUnit
 
setPhoneList(List<String>) - 类 中的方法xyz.xmethod.xycode.unit.ContactUnit
 
setPostBegun(boolean) - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
setPostFinished(boolean) - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
setRecyclerViewDivider(int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
 
setRecyclerViewDivider(int, int, int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
use after xRefresher setup
setRecyclerViewDividerWithGap(int, int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
 
setRefreshing(boolean) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
setRefreshPageSize(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
 
setRefreshRequest(RefreshRequest) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
 
setRelease(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setRequestMediaType(MediaType) - 类 中的静态方法xyz.xmethod.xycode.okHttp.OkHttp
 
setResponse(Response) - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
setResultCode(int) - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
setScrollable(boolean) - 类 中的方法xyz.xmethod.xycode.views.NoScrollViewPager
 
setSdk(int) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setSelected(int, boolean) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setSelectedIndex(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
Set the default spinner item using its index
setServerUrl(String) - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
设置当前服务器地址并保存
setShowLog(boolean) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
setShowLongErrorMode(boolean) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
setShowNoDataFooter(boolean) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setSpanCount(int) - 接口 中的方法xyz.xmethod.xycode.xRefresher.ILayoutManagerSpanListener
 
setStaggeredGridLayoutManager(int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher.RefreshSetter
可使用布流式布局
setStorageOnChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - 类 中的方法xyz.xmethod.xycode.utils.ShareStorage
 
setStoredServerList(List<String>) - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ApiHelper
 
setString(Object) - 类 中的方法xyz.xmethod.xycode.unit.MsgEvent
 
setString(String) - 类 中的方法xyz.xmethod.xycode.unit.StringData
 
setStrResult(String) - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
setTabSelected(TabLayout.Tab) - 类 中的方法xyz.xmethod.xycode.base.BaseTabItems
 
setTabUnselected(TabLayout.Tab) - 类 中的方法xyz.xmethod.xycode.base.BaseTabItems
 
setTag(String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
setTagCheckedMode(int) - 类 中的方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
setText(int, int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setText(int, Object) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setText(View, int, String) - 类 中的静态方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
setText(int, int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setText(int, Object) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setTextColor(int, int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setTextColor(View, int, int) - 类 中的静态方法xyz.xmethod.xycode.base.BaseFlowTagLayout
 
setTextColor(int, int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setTextPaint(int, int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration.Options
设置背景栏字体颜色、大小
setTextStartMargin(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FloatingBarItemDecoration.Options
设置标题左偏移量
setThirdPartyCookiesEnabled(boolean) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setTime(int, String, int...) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setTintColor(int) - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
setTitle(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity.Options
 
setTitle(String) - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogItem
 
setType(int) - 类 中的方法xyz.xmethod.xycode.utils.LogUtil.LogItem
 
setup(BaseActivity, XAdapter, boolean, OnSwipeListener, RefreshRequest) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
已过时。
setup(BaseActivity, XAdapter) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
初始化XRefresher
setUpdateButtonName(String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadOptions
已过时。
 
setUploadableFileTypes(String) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setUrl(String) - 类 中的方法xyz.xmethod.xycode.okHttp.ResponseItem
 
setUrl(String) - 类 中的方法xyz.xmethod.xycode.utils.debugger.DebugItem
 
setUseDefaultLoaderLayout(boolean) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
setUser(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setUserVisibleHint(boolean) - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
 
setUserVisibleHint(boolean) - 类 中的方法xyz.xmethod.xycode.base.TabFragment
 
setVersionCode(int) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setVersionName(String) - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
setViewBackground(int, int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setViews(int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setViews(CrashActivity, CrashItem) - 接口 中的方法xyz.xmethod.xycode.utils.crashUtil.ICrash
 
setVisibility(int, int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
setVisibility(int, int) - 类 中的方法xyz.xmethod.xycode.base.BaseItemView
 
setWebChromeClient(WebChromeClient) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setWebViewClient(WebViewClient) - 类 中的方法xyz.xmethod.xycode.views.AdvancedWebView
 
setWindowMode(int) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
设置输入法模式
ShareStorage - xyz.xmethod.xycode.utils中的类
Created by XY on 2016-07-27.
ShareStorage(String) - 类 的构造器xyz.xmethod.xycode.utils.ShareStorage
 
ShareStorage(Context, String) - 类 的构造器xyz.xmethod.xycode.utils.ShareStorage
 
shouldHideDivider(int, RecyclerView) - 接口 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.VisibilityProvider
Returns true if divider should be hidden.
shouldHideDivider(int, RecyclerView) - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 
show(View) - 类 中的静态方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim
 
show() - 类 中的方法xyz.xmethod.xycode.utils.serverApiHelper.ServerSelectDialog
use this method to show dialog, do not use getBuilder to show
show(int) - 类 中的静态方法xyz.xmethod.xycode.utils.TS
 
show(String) - 类 中的静态方法xyz.xmethod.xycode.utils.TS
 
show(int, Object) - 类 中的静态方法xyz.xmethod.xycode.utils.TS
 
show(String, Object) - 类 中的静态方法xyz.xmethod.xycode.utils.TS
 
show(Context, int, Object) - 类 中的静态方法xyz.xmethod.xycode.utils.TS
 
show(Context, String, Object) - 类 中的静态方法xyz.xmethod.xycode.utils.TS
显示Toast
show() - 类 中的方法xyz.xmethod.xycode.xRefresher.LoadMoreView
已过时。
 
SHOW_LOG - 类 中的静态变量xyz.xmethod.xycode.utils.LogUtil.L
 
showDialog() - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper.DownloadDialog
已过时。
 
showDropDown() - 类 中的方法xyz.xmethod.xycode.views.nicespinner.NiceSpinner
 
showLastDivider() - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
showLoadingDialog() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
showLoadingDialogManualDismiss() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
showLog() - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
showOnStart(boolean) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
showView(int) - 类 中的方法xyz.xmethod.xycode.adapter.CustomHolder
 
size(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
sizeProvider(FlexibleDividerDecoration.SizeProvider) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
sizeResId(int) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
SlideInBottomAnimation - xyz.xmethod.xycode.animation中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
SlideInBottomAnimation() - 类 的构造器xyz.xmethod.xycode.animation.SlideInBottomAnimation
 
SlideInLeftAnimation - xyz.xmethod.xycode.animation中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
SlideInLeftAnimation() - 类 的构造器xyz.xmethod.xycode.animation.SlideInLeftAnimation
 
SlideInRightAnimation - xyz.xmethod.xycode.animation中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
SlideInRightAnimation() - 类 的构造器xyz.xmethod.xycode.animation.SlideInRightAnimation
 
SpaceItemDecoration - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
 
SpaceItemDecoration(int, int) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.SpaceItemDecoration
 
Sparsekey - xyz.xmethod.xycode.annotation中的类
Created by Administrator on 2016/10/18 0018.
Sparsekey(int, int) - 类 的构造器xyz.xmethod.xycode.annotation.Sparsekey
 
Sparsekey(Parcel) - 类 的构造器xyz.xmethod.xycode.annotation.Sparsekey
 
SpinnerAble() - 类 的构造器xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter.SpinnerAble
 
SSLParams() - 类 的构造器xyz.xmethod.xycode.okHttp.XSSSocketLFactory.SSLParams
 
sSLSocketFactory - 类 中的变量xyz.xmethod.xycode.okHttp.XSSSocketLFactory.SSLParams
 
SslUtils - xyz.xmethod.xycode.utils.downloadHelper中的类
Created by XY on 2016-12-05.
SslUtils() - 类 的构造器xyz.xmethod.xycode.utils.downloadHelper.SslUtils
 
start(Class<? extends Activity>) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
start(Class<? extends Activity>, int) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
start(Class<? extends Activity>, BaseActivity.BaseIntent) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
start(Class<? extends Activity>, BaseActivity.BaseIntent, int) - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
 
startItemAnimation(BaseAnimation, RecyclerView.ViewHolder) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
set anim to start when loading
startRadius(float) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.FullActivityBuilder
 
startRadius(float) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.VisibleBuilder
 
startThis(String, Param) - 类 中的静态方法xyz.xmethod.xycode.utils.debugger.DebugActivity
修改参数
startThis(String) - 类 中的静态方法xyz.xmethod.xycode.utils.debugger.DebugActivity
 
startThis(Activity, ApiHelper) - 类 中的静态方法xyz.xmethod.xycode.utils.serverApiHelper.ServerControllerActivity
启动登陆界面,启动时清空当前栈里的activity
StateBinder - xyz.xmethod.xycode.annotation.annotationHelper中的类
Created by Administrator on 2016/8/8.
StateBinder() - 类 的构造器xyz.xmethod.xycode.annotation.annotationHelper.StateBinder
 
stopAndPlayAudio(String, MediaPlayer.OnCompletionListener) - 类 中的静态方法xyz.xmethod.xycode.utils.XMediaManager
 
StringData<T> - xyz.xmethod.xycode.unit中的类
Created by XY on 2016-09-02.
StringData() - 类 的构造器xyz.xmethod.xycode.unit.StringData
 
StringData(String, T) - 类 的构造器xyz.xmethod.xycode.unit.StringData
 
stringToJSON(String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.JsonTool
 
stringToMD5(String) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools.MD5
translate to MD5
sub(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.CalculationUtils
 
swipeRefresh() - 类 中的方法xyz.xmethod.xycode.xRefresher.XRefresher
 

T

TabFragment - xyz.xmethod.xycode.base中的类
 
TabFragment() - 类 的构造器xyz.xmethod.xycode.base.TabFragment
 
TabItems - xyz.xmethod.xycode.base中的类
Created by XY on 2016-08-09.
TabItems() - 类 的构造器xyz.xmethod.xycode.base.TabItems
 
tabMain - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
tagType - 类 中的变量xyz.xmethod.xycode.base.BaseFlowTagLayout
 
textEffect(TextView, int) - 类 中的静态方法xyz.xmethod.xycode.utils.Tools
goto see Paint.UNDERLINE_TEXT_FLAG...
textView - 类 中的变量xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter.ViewHolder
 
textViewId - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
Title - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
titles - 类 中的变量xyz.xmethod.xycode.base.BaseTabItems
 
Tools - xyz.xmethod.xycode.utils中的类
Utils Created by Administrator on 2014/7/27.
Tools() - 类 的构造器xyz.xmethod.xycode.utils.Tools
 
Tools.Cal - xyz.xmethod.xycode.utils中的类
 
Tools.MD5 - xyz.xmethod.xycode.utils中的类
 
Tools.Permission - xyz.xmethod.xycode.utils中的类
 
toString() - 类 中的方法xyz.xmethod.xycode.okHttp.Param
 
toString() - 类 中的方法xyz.xmethod.xycode.unit.Gps
 
toString() - 类 中的方法xyz.xmethod.xycode.utils.crashUtil.CrashItem
 
transform(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
 
transformLat(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
 
transformLon(double, double) - 类 中的静态方法xyz.xmethod.xycode.utils.PositionUtil
 
triggerView(View) - 类 中的方法xyz.xmethod.xycode.utils.circularAnim.CircularAnim.VisibleBuilder
 
trustManager - 类 中的变量xyz.xmethod.xycode.okHttp.XSSSocketLFactory.SSLParams
 
TS - xyz.xmethod.xycode.utils中的类
Toast
TS() - 类 的构造器xyz.xmethod.xycode.utils.TS
 
TS.IToastLayoutSetter - xyz.xmethod.xycode.utils中的接口
 

U

UnSupportFieldException - xyz.xmethod.xycode.exception中的异常错误
Created by Administrator on 2016/9/1.
UnSupportFieldException(String) - 异常错误 的构造器xyz.xmethod.xycode.exception.UnSupportFieldException
 
update(long, long, int, boolean) - 接口 中的方法xyz.xmethod.xycode.okHttp.OkFileHelper.FileProgressListener
 
update(Context, CompulsiveHelperActivity.CancelCallBack, Param) - 类 中的静态方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
已过时。
update(Context, CompulsiveHelperActivity.CancelCallBack, CompulsiveHelperActivity.Options) - 类 中的静态方法xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
update(Activity, DownloadHelper.CancelListener, String, String) - 类 中的方法xyz.xmethod.xycode.utils.downloadHelper.DownloadHelper
已过时。
check update
updateItem(int, T) - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
 
url(String) - 类 中的方法xyz.xmethod.xycode.okHttp.CallItem
请求地址
URL - 类 中的静态变量xyz.xmethod.xycode.utils.downloadHelper.CompulsiveHelperActivity
 
useEventBus() - 类 中的方法xyz.xmethod.xycode.base.BaseActivity
EventBus
useEventBus() - 类 中的方法xyz.xmethod.xycode.base.BaseLazyFragment
EventBus
useFilter() - 类 中的方法xyz.xmethod.xycode.adapter.XAdapter
是否使用过滤列表
UTF8 - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp
 

V

v(String) - 类 中的静态方法xyz.xmethod.xycode.utils.LogUtil.L
 
valueOf(String) - 枚举 中的静态方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.DividerType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.DividerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VersionUtils - xyz.xmethod.xycode.utils中的类
Created by Administrator on 2016/3/14 0014.
VersionUtils() - 类 的构造器xyz.xmethod.xycode.utils.VersionUtils
 
VerticalDividerItemDecoration - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
Created by yqritc on 2015/01/15.
VerticalDividerItemDecoration(VerticalDividerItemDecoration.Builder) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.VerticalDividerItemDecoration
 
VerticalDividerItemDecoration.Builder - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
 
VerticalDividerItemDecoration.MarginProvider - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的接口
Interface for controlling divider margin
VIEW_SPARSEARRAY - 注释类型 中的静态变量xyz.xmethod.xycode.annotation.SaveState
 
VIEW_TYPE_BLANK - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
VIEW_TYPE_FOOTER - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
VIEW_TYPE_FOOTER_LOADING - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
VIEW_TYPE_FOOTER_NO_DATA - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
VIEW_TYPE_FOOTER_NO_MORE - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
VIEW_TYPE_FOOTER_RETRY - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
VIEW_TYPE_FOOTERS - 类 中的静态变量xyz.xmethod.xycode.adapter.XAdapter
 
ViewHolder(TextView) - 类 的构造器xyz.xmethod.xycode.views.nicespinner.NiceSpinnerBaseAdapter.ViewHolder
 
ViewTypeUnit - xyz.xmethod.xycode.unit中的类
Created by XY on 2016-08-05.
ViewTypeUnit(int) - 类 的构造器xyz.xmethod.xycode.unit.ViewTypeUnit
 
ViewTypeUnit(String, int) - 类 的构造器xyz.xmethod.xycode.unit.ViewTypeUnit
 
ViewTypeUnit(int, int) - 类 的构造器xyz.xmethod.xycode.unit.ViewTypeUnit
 
ViewTypeUnit(long, int) - 类 的构造器xyz.xmethod.xycode.unit.ViewTypeUnit
 
visibilityProvider(FlexibleDividerDecoration.VisibilityProvider) - 类 中的方法xyz.xmethod.xycode.xRefresher.recyclerviewHelper.FlexibleDividerDecoration.Builder
 
VisibleBuilder(View, boolean) - 类 的构造器xyz.xmethod.xycode.utils.circularAnim.CircularAnim.VisibleBuilder
 

W

WH - xyz.xmethod.xycode.unit中的类
use for Height and Width Created by XY on 2016-07-26.
WH(int, int) - 类 的构造器xyz.xmethod.xycode.unit.WH
 
width - 类 中的变量xyz.xmethod.xycode.unit.WH
 
writeTimeout - 类 中的静态变量xyz.xmethod.xycode.okHttp.OkHttp.OkOptions
 
writeTo(BufferedSink) - 类 中的方法xyz.xmethod.xycode.okHttp.OkFileHelper.ProgressRequestBody
write
writeToParcel(Parcel, int) - 类 中的方法xyz.xmethod.xycode.annotation.Sparsekey
 

X

XAdapter<T> - xyz.xmethod.xycode.adapter中的类
Created by xiu on 2016/4/3.
XAdapter(Context) - 类 的构造器xyz.xmethod.xycode.adapter.XAdapter
use single Layout
XAdapter(Context, OnInitList) - 类 的构造器xyz.xmethod.xycode.adapter.XAdapter
 
XAdapter.ILoadMoreListener - xyz.xmethod.xycode.adapter中的接口
加载更多接口
XLinearLayoutManager - xyz.xmethod.xycode.xRefresher.recyclerviewHelper中的类
Created by xiuye on 2017/9/27.
XLinearLayoutManager(Context) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.XLinearLayoutManager
 
XLinearLayoutManager(Context, int, boolean) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.XLinearLayoutManager
 
XLinearLayoutManager(Context, AttributeSet, int, int) - 类 的构造器xyz.xmethod.xycode.xRefresher.recyclerviewHelper.XLinearLayoutManager
 
XMediaManager - xyz.xmethod.xycode.utils中的类
Created by XY on 2015/7/17.
XMediaManager() - 类 的构造器xyz.xmethod.xycode.utils.XMediaManager
 
XRefresher - xyz.xmethod.xycode.xRefresher中的类
Created by XY on 2016/6/17.
XRefresher(Context) - 类 的构造器xyz.xmethod.xycode.xRefresher.XRefresher
 
XRefresher(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.xRefresher.XRefresher
 
XRefresher.Options - xyz.xmethod.xycode.xRefresher中的类
 
XRefresher.RefreshSetter - xyz.xmethod.xycode.xRefresher中的类
 
XRefresher.RefreshState - xyz.xmethod.xycode.xRefresher中的类
 
XScrollView - xyz.xmethod.xycode.views中的类
Created by XY on 2016-07-28.
XScrollView(Context) - 类 的构造器xyz.xmethod.xycode.views.XScrollView
 
XScrollView(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.views.XScrollView
 
XSSSocketLFactory - xyz.xmethod.xycode.okHttp中的类
Created by XY on 2016-12-23.
XSSSocketLFactory() - 类 的构造器xyz.xmethod.xycode.okHttp.XSSSocketLFactory
 
XSSSocketLFactory.SSLParams - xyz.xmethod.xycode.okHttp中的类
 
XTextView - xyz.xmethod.xycode.views中的类
Created by XY on 2016-10-18.
XTextView(Context) - 类 的构造器xyz.xmethod.xycode.views.XTextView
 
XTextView(Context, AttributeSet) - 类 的构造器xyz.xmethod.xycode.views.XTextView
 
XTextView(Context, AttributeSet, int) - 类 的构造器xyz.xmethod.xycode.views.XTextView
 
Xy - xyz.xmethod.xycode中的类
Created by XY on 2017-06-08.
Xy() - 类 的构造器xyz.xmethod.xycode.Xy
 
Xy.XyOption - xyz.xmethod.xycode中的类
 
XYException - xyz.xmethod.xycode.exception中的异常错误
Created by Administrator on 2016/9/1.
XYException(String) - 异常错误 的构造器xyz.xmethod.xycode.exception.XYException
 
xyz.xmethod.xycode - 程序包 xyz.xmethod.xycode
 
xyz.xmethod.xycode.adapter - 程序包 xyz.xmethod.xycode.adapter
 
xyz.xmethod.xycode.animation - 程序包 xyz.xmethod.xycode.animation
 
xyz.xmethod.xycode.annotation - 程序包 xyz.xmethod.xycode.annotation
 
xyz.xmethod.xycode.annotation.annotationHelper - 程序包 xyz.xmethod.xycode.annotation.annotationHelper
 
xyz.xmethod.xycode.base - 程序包 xyz.xmethod.xycode.base
 
xyz.xmethod.xycode.exception - 程序包 xyz.xmethod.xycode.exception
 
xyz.xmethod.xycode.interfaces - 程序包 xyz.xmethod.xycode.interfaces
 
xyz.xmethod.xycode.okHttp - 程序包 xyz.xmethod.xycode.okHttp
 
xyz.xmethod.xycode.unit - 程序包 xyz.xmethod.xycode.unit
 
xyz.xmethod.xycode.utils - 程序包 xyz.xmethod.xycode.utils
 
xyz.xmethod.xycode.utils.circularAnim - 程序包 xyz.xmethod.xycode.utils.circularAnim
 
xyz.xmethod.xycode.utils.crashUtil - 程序包 xyz.xmethod.xycode.utils.crashUtil
 
xyz.xmethod.xycode.utils.debugger - 程序包 xyz.xmethod.xycode.utils.debugger
 
xyz.xmethod.xycode.utils.downloadHelper - 程序包 xyz.xmethod.xycode.utils.downloadHelper
 
xyz.xmethod.xycode.utils.LogUtil - 程序包 xyz.xmethod.xycode.utils.LogUtil
 
xyz.xmethod.xycode.utils.serverApiHelper - 程序包 xyz.xmethod.xycode.utils.serverApiHelper
 
xyz.xmethod.xycode.views - 程序包 xyz.xmethod.xycode.views
 
xyz.xmethod.xycode.views.nicespinner - 程序包 xyz.xmethod.xycode.views.nicespinner
 
xyz.xmethod.xycode.xRefresher - 程序包 xyz.xmethod.xycode.xRefresher
 
xyz.xmethod.xycode.xRefresher.recyclerviewHelper - 程序包 xyz.xmethod.xycode.xRefresher.recyclerviewHelper
 

Y

yearsBetweenDates(Date, Date) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
yearsBetweenDates(long, long) - 类 中的静态方法xyz.xmethod.xycode.utils.DateUtils
 
A B C D E F G H I J L M N O P R S T U V W X Y 
跳过导航链接