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

A

abort() - 类 中的方法xcoding.commons.util.DiskLruCache.Editor
Aborts this edit.
accept(Node) - 类 中的方法xcoding.commons.cmcc.wlan.User.FormFilter
 
ACTION_DELIVERED - 类 中的静态变量xcoding.commons.telephony.receiver.SmsSendCallback
 
ACTION_NETWORK_CONNECTED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_NETWORK_DISCONNECTED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_NETWORK_FAILED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_NETWORK_IDLE - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_NETWORK_OBTAININGIP - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_NETWORK_SCANNING - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_SCAN_RESULTS - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_SENT - 类 中的静态变量xcoding.commons.telephony.receiver.SmsSendCallback
 
ACTION_WIFI_AP_DISABLED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_AP_DISABLING - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_AP_ENABLED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_AP_ENABLING - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_AP_FAILED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_DISABLED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_DISABLING - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_ENABLED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_ENABLING - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
ACTION_WIFI_FAILED - 类 中的静态变量xcoding.commons.net.wifi.WifiCallback
 
addChar(char, float[]) - 类 中的静态方法xcoding.commons.ui.refreshable.StoreHousePath
 
addContentView(View, ViewGroup.LayoutParams) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
addCookie(String, String) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
添加指定的Cookie Cookie由name,domain和path联合唯一标识,无domain时默认为当前URL的域(注意,若指定domain为当前域,其结果却为"."
addData(D) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
addData(int, D) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
addData(List<D>) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
addData(int, List<D>) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
addData(D) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
addData(int, D) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
addData(List<D>) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
addData(int, List<D>) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
addData(D) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
addData(int, D) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
addData(List<D>) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
addData(int, List<D>) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
addEllipsis(String, String, int) - 类 中的静态方法xcoding.commons.util.StringUtilities
当文字的长度超过指定的长度时,截取文字并添加省略符号
addFooterView(View, Object, boolean) - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
 
addFooterView(View) - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
 
addHeaderView(View, Object, boolean) - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
Add a fixed view to appear at the top of the grid.
addHeaderView(View) - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
Add a fixed view to appear at the top of the grid.
AMapLocationWrapper - xcoding.commons.lbs.amap中的类
 
AMapLocationWrapper(AMapLocation) - 类 的构造器xcoding.commons.lbs.amap.AMapLocationWrapper
 
apply() - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
applyTransformation(float, Transformation) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseBarItem
 
ASSERT - 类 中的静态变量xcoding.commons.util.LogManager
 
AsyncAction - xcoding.commons.ui.asynccallback中的类
Created by Wendell on 2017/3/21.
AsyncCallback<D> - xcoding.commons.ui.asynccallback中的类
 
AsyncCallback() - 类 的构造器xcoding.commons.ui.asynccallback.AsyncCallback
 
AsyncManager - xcoding.commons.ui.asynccallback中的类
NOTE: Async framework is non-thread-safe, so almost all methods need to be called in the main thread
AsyncManager.GlobalAction - xcoding.commons.ui.asynccallback中的接口
 
AsyncProxy<D> - xcoding.commons.ui.asynccallback中的类
 
AUTHORITY_SUFFIX - 类 中的静态变量xcoding.commons.util.MultiprocessPreferences
 
AutoUser - xcoding.commons.cmcc.wlan中的类
 
AutoUser() - 类 的构造器xcoding.commons.cmcc.wlan.AutoUser
 

B

BackgroundService() - 类 的构造器xcoding.commons.net.wifi.support.ReenableAllApsWhenNetworkStateChanged.BackgroundService
 
Base64 - xcoding.commons.util中的类
 
BaseAsyncLoader<D> - xcoding.commons.ui中的类
该类和BaseTaskLoader都是实现的顶层类,BaseTaskLoader需要用户提供一个耗时的实现,而该类可以让用户提供一个异步的实现,如使用Android Volley框架
BaseAsyncLoader(Context) - 类 的构造器xcoding.commons.ui.BaseAsyncLoader
 
BaseAsyncLoader(Context, boolean) - 类 的构造器xcoding.commons.ui.BaseAsyncLoader
 
BaseAsyncLoader.AsyncCallback - xcoding.commons.ui中的类
 
BaseAsyncPageLoader<D> - xcoding.commons.ui中的类
Created by Wendell on 14-9-12.
BaseAsyncPageLoader(Context) - 类 的构造器xcoding.commons.ui.BaseAsyncPageLoader
 
BaseAsyncPageLoader(Context, boolean) - 类 的构造器xcoding.commons.ui.BaseAsyncPageLoader
 
BaseLoaderCallbacks<D> - xcoding.commons.ui中的类
Created by Wendell on 14-9-9.
BaseLoaderCallbacks() - 类 的构造器xcoding.commons.ui.BaseLoaderCallbacks
 
BaseTaskLoader<D> - xcoding.commons.ui中的类
Created by Wendell on 14-8-20.
BaseTaskLoader(Context) - 类 的构造器xcoding.commons.ui.BaseTaskLoader
 
BaseTaskLoader(Context, boolean) - 类 的构造器xcoding.commons.ui.BaseTaskLoader
 
BaseTaskPageLoader<D> - xcoding.commons.ui中的类
Created by Wendell on 14-9-12.
BaseTaskPageLoader(Context) - 类 的构造器xcoding.commons.ui.BaseTaskPageLoader
 
BaseTaskPageLoader(Context, boolean) - 类 的构造器xcoding.commons.ui.BaseTaskPageLoader
 
bd09Decrypt(double, double) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
bd09Encrypt(double, double) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
bd09ToGcj02(LocationConvert.GeoPoint) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
bd09ToWgs84(LocationConvert.GeoPoint) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
BeforeShowCallback - xcoding.commons.ui.dialog中的接口
 
bindApplicationContext(Context) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
 
bindRefreshTypes(Map<String, RefreshTypeCallback>) - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
override this method to bind refresh types.
bindRefreshTypes(Map<String, RefreshTypeCallback>) - 类 中的方法xcoding.commons.ui.GenericActivity
override this method to bind refresh types.
bindRefreshTypes(Map<String, RefreshTypeCallback>) - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
override this method to bind refresh types.
bindRefreshTypes(Map<String, RefreshTypeCallback>) - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
override this method to bind refresh types.
bindRefreshTypes(Map<String, RefreshTypeCallback>) - 类 中的方法xcoding.commons.ui.theme.ThemeActivity
 
bindService(Intent) - 类 中的方法xcoding.commons.ipc.Client
 
bindView(View, Context, Cursor) - 类 中的方法xcoding.commons.ui.adapterview.GenericCursorAdapter
 
bitmapShader - 类 中的变量xcoding.commons.ui.drawable.CircleDrawable
 
bitmapShader - 类 中的变量xcoding.commons.ui.drawable.RoundedDrawable
 
BugFixedSlidingPaneLayout - xcoding.commons.ui中的类
SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level of a UI.
BugFixedSlidingPaneLayout(Context) - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout
 
BugFixedSlidingPaneLayout(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout
 
BugFixedSlidingPaneLayout(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout
 
BugFixedSlidingPaneLayout.LayoutParams - xcoding.commons.ui中的类
 
BugFixedSlidingPaneLayout.PanelSlideListener - xcoding.commons.ui中的接口
Listener for monitoring events about sliding panes.
BugFixedSlidingPaneLayout.SimplePanelSlideListener - xcoding.commons.ui中的类
bytesToHexString(byte[]) - 类 中的静态方法xcoding.commons.util.StringUtilities
把字节数组转换成16进制字符串

C

canCancelOnStop() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
canCancelOnStop() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
cancel() - 类 中的方法xcoding.commons.ui.asynccallback.AsyncAction
 
cancelAsync(Object) - 接口 中的方法xcoding.commons.ui.asynccallback.AsyncManager.GlobalAction
 
cancelAsync() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
取消异步加载的实现逻辑
cancelLoad() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
cancelLoad() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
cancelLogin() - 类 中的方法xcoding.commons.cmcc.wlan.CMCCImplUser
 
cancelLogin() - 类 中的方法xcoding.commons.cmcc.wlan.User
 
cancelTransfer(TransferEntity) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
canScroll(View, boolean, int, int, int) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Tests scrollability within child views of v given a delta of dx.
canScrollUp(View) - 类 中的静态方法xcoding.commons.ui.refreshable.RefreshHandler
 
canSlide() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
已过时。
Renamed to BugFixedSlidingPaneLayout.isSlideable() - this method is going away soon!
CenteredImageSpan - xcoding.commons.ui.textstyle中的类
Created by Wendell on 14-11-14.
CenteredImageSpan(Bitmap) - 类 的构造器xcoding.commons.ui.textstyle.CenteredImageSpan
 
CenteredImageSpan(Context, Bitmap) - 类 的构造器xcoding.commons.ui.textstyle.CenteredImageSpan
 
CenteredImageSpan(Drawable) - 类 的构造器xcoding.commons.ui.textstyle.CenteredImageSpan
 
CenteredImageSpan(Drawable, String) - 类 的构造器xcoding.commons.ui.textstyle.CenteredImageSpan
 
CenteredImageSpan(Context, Uri) - 类 的构造器xcoding.commons.ui.textstyle.CenteredImageSpan
 
CenteredImageSpan(Context, int) - 类 的构造器xcoding.commons.ui.textstyle.CenteredImageSpan
 
changePasswordAndConnect(Context, WifiManager, WifiConfiguration, String, int) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
Change the password of an existing configured network and connect to it
changeTheme(Context, String, String) - 类 中的静态方法xcoding.commons.ui.theme.ThemeManager
改变主题
checkCanDoRefresh(RefreshableLayout, View, View) - 类 中的方法xcoding.commons.ui.refreshable.RefreshHandler
 
checkLayoutParams(ViewGroup.LayoutParams) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
checkLayoutParams(ViewGroup.LayoutParams) - 类 中的方法xcoding.commons.ui.FlowLayout
 
checkOnPageScrolled(AbsListView) - 类 中的方法xcoding.commons.ui.adapterview.OnPageScrollListener
 
checkOnPageScrolled(RecyclerView) - 类 中的方法xcoding.commons.ui.recyclerview.OnPageScrollListener
 
checkWifiExist(WifiCallback, int) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
检测Wifi是否存在
CircleDrawable - xcoding.commons.ui.drawable中的类
Created by Wendell on 2017/9/29.
CircleDrawable(Bitmap) - 类 的构造器xcoding.commons.ui.drawable.CircleDrawable
 
clear() - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
Client - xcoding.commons.ipc中的类
Created by Wendell on 13-11-10.
Client(Context) - 类 的构造器xcoding.commons.ipc.Client
 
ClientActivity - xcoding.commons.dynamicapk中的类
Created by Wendell on 14-6-18.
ClientActivity() - 类 的构造器xcoding.commons.dynamicapk.ClientActivity
 
ClientInfo - xcoding.commons.ipc中的类
Created by Wendell on 13-11-10.
ClientInfo(Bundle) - 类 的构造器xcoding.commons.ipc.ClientInfo
 
close() - 类 中的方法xcoding.commons.net.http.HttpResponseResultStream
 
close(Context, CloseCallback) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
close() - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
close() - 类 中的方法xcoding.commons.util.DiskLruCache
Closes this cache.
close() - 类 中的方法xcoding.commons.util.DiskLruCache.Snapshot
 
CloseCallback - xcoding.commons.net.wifi.direct中的接口
 
closeDirectAp(Context, CloseDirectApCallback) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
CloseDirectApCallback - xcoding.commons.net.wifi.direct中的接口
Created by Wendell on 13-8-5.
closePane() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Close the sliding pane if it is currently slideable.
closeQuietly(Closeable) - 类 中的静态方法xcoding.commons.util.DiskLruCache
Closes 'closeable', ignoring any checked exceptions.
CMCC_LOGINPAGE_FORMNAME - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
CMCC_PORTAL_URL - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
CMCCImplUser - xcoding.commons.cmcc.wlan中的类
 
CMCCImplUser(Context) - 类 的构造器xcoding.commons.cmcc.wlan.CMCCImplUser
 
cmccLoginPageFields - 类 中的变量xcoding.commons.cmcc.wlan.User
 
cmccLoginUrl - 类 中的变量xcoding.commons.cmcc.wlan.User
 
cmccPortalHtml - 类 中的变量xcoding.commons.cmcc.wlan.User
 
CMWAP_CHARGEPAGE_MAX_COUNT - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
CodeException - xcoding.commons.util中的异常错误
 
CodeException(String) - 异常错误 的构造器xcoding.commons.util.CodeException
 
CodeException(String, String) - 异常错误 的构造器xcoding.commons.util.CodeException
 
CodeException(String, Throwable) - 异常错误 的构造器xcoding.commons.util.CodeException
 
CodeException(String, String, Throwable) - 异常错误 的构造器xcoding.commons.util.CodeException
 
CodeRuntimeException - xcoding.commons.util中的异常错误
 
CodeRuntimeException(String) - 异常错误 的构造器xcoding.commons.util.CodeRuntimeException
 
CodeRuntimeException(String, String) - 异常错误 的构造器xcoding.commons.util.CodeRuntimeException
 
CodeRuntimeException(String, Throwable) - 异常错误 的构造器xcoding.commons.util.CodeRuntimeException
 
CodeRuntimeException(String, String, Throwable) - 异常错误 的构造器xcoding.commons.util.CodeRuntimeException
 
commit() - 类 中的方法xcoding.commons.util.DiskLruCache.Editor
Commits this edit so it is visible to readers.
commit() - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
CommonUtilities - xcoding.commons.util中的类
 
computeScroll() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
computeScroll() - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
computeScroll() - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
concatByCSV(String[]) - 类 中的静态方法xcoding.commons.util.StringUtilities
以CSV方式连接指定的字符串,在数据保存和传输方面有一定作用
concatByCSV(List<String>) - 类 中的静态方法xcoding.commons.util.StringUtilities
以CSV方式连接指定的字符串,在数据保存和传输方面有一定作用
concatParams(Map<String, String>, String) - 类 中的静态方法xcoding.commons.net.URLManager
 
config(String) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
config(String, Object[]) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
config(String, Throwable) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
connect(WifiConfiguration, WifiCallback, int) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
连接到已保存的Wifi热点
connect(ScanResult, String, WifiCallback, int) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
连接到查找到的Wifi热点
connectToConfiguredNetwork(Context, WifiManager, WifiConfiguration, boolean) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
Connect to a configured network.
connectToDirectAp(Context, DirectAp, ConnectToDirectApCallback) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
ConnectToDirectApCallback - xcoding.commons.net.wifi.direct中的接口
Created by Wendell on 13-8-5.
connectToNewNetwork(Context, WifiManager, ScanResult, String, int) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
Configure a network, and connect to it.
connectToUser(RemoteUser) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
context - 类 中的变量xcoding.commons.cmcc.wlan.CMCCImplUser
 
convertThemeForViewDialog(Context) - 类 中的方法xcoding.commons.ui.dialog.DefaultDialogCreator
 
convertThemeForViewDialog(Context) - 类 中的方法xcoding.commons.ui.dialog.DialogCreator
 
convertThemeForViewDialog(Context) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
默认情况下,对话框利用了与当前方法相同的原理将程序定义的主题样式替换成自己的主题样式,这就是对话框没有显示程序定义样式的原因。
convertToQuotedString(String) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
 
cornerRadius - 类 中的变量xcoding.commons.ui.drawable.RoundedDrawable
 
CoverFlow - xcoding.commons.ui.adapterview中的类
Cover Flow implementation.
CoverFlow(Context) - 类 的构造器xcoding.commons.ui.adapterview.CoverFlow
 
CoverFlow(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.adapterview.CoverFlow
 
CoverFlow(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.adapterview.CoverFlow
 
createJustDecodeBoundsOptions() - 类 中的静态方法xcoding.commons.memory.MemoryManager
获取仅仅用来计算Bitmap大小的BitmapFactory.Options
createOrUpdateInstance(Context, String, String) - 类 中的静态方法xcoding.commons.ui.theme.ThemeFactory
创建或修改ThemeFactory实例,当前类是单例的
createSampleSizeOptions(BitmapFactory.Options, int, int, Bitmap.Config) - 类 中的静态方法xcoding.commons.memory.MemoryManager
获取根据maxWidth和maxHeight计算出inSampleSize的BitmapFactory.Options
createSampleSizeOptions(BitmapFactory.Options, int, Bitmap.Config) - 类 中的静态方法xcoding.commons.memory.MemoryManager
 
createSampleSizeOptions(int, Bitmap.Config) - 类 中的静态方法xcoding.commons.memory.MemoryManager
获取指定了具体缩放值的BitmapFactory.Options
CREATOR - 类 中的静态变量xcoding.commons.ipc.ClientInfo
 
CREATOR - 类 中的静态变量xcoding.commons.ui.pageradapterview.TabPager.SavedState
 
CryptoUtilities - xcoding.commons.util中的类
提供加解密的一些常用算法
CryptoUtilities() - 类 的构造器xcoding.commons.util.CryptoUtilities
 
cutting() - 类 中的方法xcoding.commons.ui.ScaleImageView
 
cutWords(String, String) - 类 中的静态方法xcoding.commons.util.StringUtilities
剪切掉src中包含的第一个contains
cutWordsAll(String, String) - 类 中的静态方法xcoding.commons.util.StringUtilities
剪切掉src中包含的所有contains

D

data - 类 中的变量xcoding.commons.net.http.HttpResponseResult
 
DataProcessor<D> - xcoding.commons.ui.adapterview中的类
DataProcessor,corresponding to GenericAdapter,to process GenericAdapter data and return the needs result
DataProcessor() - 类 的构造器xcoding.commons.ui.adapterview.DataProcessor
 
DataProcessor(int) - 类 的构造器xcoding.commons.ui.adapterview.DataProcessor
 
DataProcessor.ViewHolder - xcoding.commons.ui.adapterview中的类
DateUtilities - xcoding.commons.util中的类
关于的时间的通用类
DateUtilities() - 类 的构造器xcoding.commons.util.DateUtilities
 
DEBUG - 类 中的静态变量xcoding.commons.util.LogManager
 
decode(String) - 类 中的静态方法xcoding.commons.util.Base64
 
decryptByDES(byte[], byte[]) - 类 中的静态方法xcoding.commons.util.CryptoUtilities
使用DES进行解密
DefaultDialogCreator - xcoding.commons.ui.dialog中的类
 
DefaultDialogCreator() - 类 的构造器xcoding.commons.ui.dialog.DefaultDialogCreator
 
DefaultHeader - xcoding.commons.ui.refreshable中的类
 
DefaultHeader(Context) - 类 的构造器xcoding.commons.ui.refreshable.DefaultHeader
 
DefaultHeader(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.refreshable.DefaultHeader
 
DefaultHeader(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.refreshable.DefaultHeader
 
delDirectory(File) - 类 中的静态方法xcoding.commons.util.FileUtilities
删除一个目录。
delete() - 类 中的方法xcoding.commons.util.DiskLruCache
Closes the cache and deletes all of its stored values.
delete(Uri, String, String[]) - 类 中的方法xcoding.commons.util.ObjectProvider
 
deleteContents(File) - 类 中的静态方法xcoding.commons.util.DiskLruCache
Recursively delete everything in dir.
deliverLoadedData(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
deliverLoadedData(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
deliverLoadedData(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
deliverLoadedData(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
deliverLoadedError(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
deliverLoadedError(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
deliverLoadedError(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
deliverLoadedError(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
deliverResult(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
deliverResult(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
describeContents() - 类 中的方法xcoding.commons.ipc.ClientInfo
 
DialogCreator - xcoding.commons.ui.dialog中的类
 
DialogCreator() - 类 的构造器xcoding.commons.ui.dialog.DialogCreator
 
DialogManager - xcoding.commons.ui.dialog中的类
对话框管理类
DialogManager() - 类 的构造器xcoding.commons.ui.dialog.DialogManager
 
dip2px(Context, float) - 类 中的静态方法xcoding.commons.util.CommonUtilities
 
DirectAp - xcoding.commons.net.wifi.direct中的类
Created by Wendell on 13-8-5.
disconnect() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
disconnectDirectAp(Context, DirectAp, DisconnectDirectApCallback) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
DisconnectDirectApCallback - xcoding.commons.net.wifi.direct中的接口
Created by Wendell on 13-8-5.
disconnectUser(RemoteUser) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
DiskLruCache - xcoding.commons.util中的类
Taken from the JB source code, can be found in: libcore/luni/src/main/java/libcore/io/DiskLruCache.java or direct link: https://android.googlesource.com/platform/libcore/+/android-4.1.1_r1/luni/src/main/java/libcore/io/DiskLruCache.java A cache that uses a bounded amount of space on a filesystem.
DiskLruCache.Editor - xcoding.commons.util中的类
Edits the values for an entry.
DiskLruCache.Snapshot - xcoding.commons.util中的类
A snapshot of the values for an entry.
dismiss() - 类 中的方法xcoding.commons.ui.MenuWindow
 
dismiss() - 类 中的方法xcoding.commons.ui.ToastWindow
 
dispatchCompleted(D) - 类 中的方法xcoding.commons.ui.asynccallback.AsyncProxy
 
dispatchError(Throwable) - 类 中的方法xcoding.commons.ui.asynccallback.AsyncProxy
 
dispatchProgress(Object) - 类 中的方法xcoding.commons.ui.asynccallback.AsyncProxy
 
doGet(String, boolean, int, Map<String, List<String>>) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
 
doGetForStream(String, boolean, int, Map<String, List<String>>) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
进行Http Get请求
doHttpGet(String, boolean) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
doHttpPost(String, Map<String, String>) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
doLogin() - 类 中的方法xcoding.commons.cmcc.wlan.AutoUser
 
doLogin() - 类 中的方法xcoding.commons.cmcc.wlan.User
 
doNotCallOutside() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
doNotCallOutside() - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
doNotCallOutside() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
doNotCallOutside() - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
doParseLoginPage(String) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
doPost(String, boolean, int, Map<String, List<String>>, Map<String, String>, String) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
 
doPost(String, boolean, int, Map<String, List<String>>, List<MultipartParam>, String) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
 
doPost(String, boolean, int, Map<String, List<String>>, InputStream, boolean) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
 
doPostForStream(String, boolean, int, Map<String, List<String>>, Map<String, String>, String) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
进行Http Post请求,将强制以application/x-www-form-urlencoded作为Content-Type来提交表单参数
doPostForStream(String, boolean, int, Map<String, List<String>>, List<MultipartParam>, String) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
进行Http Post请求,将强制以multipart/form-data作为Content-Type来提交表单参数
doPostForStream(String, boolean, int, Map<String, List<String>>, InputStream, boolean) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
进行Http Post请求,将以用户指定的Content-Type来提交任意数据,默认Content-Type为application/octet-stream
draw(Canvas) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
draw(Canvas) - 类 中的方法xcoding.commons.ui.drawable.CircleDrawable
 
draw(Canvas) - 类 中的方法xcoding.commons.ui.drawable.RoundedDrawable
 
draw(Canvas) - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
draw(Canvas) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseBarItem
 
draw(Canvas, CharSequence, int, int, float, int, int, int, Paint) - 类 中的方法xcoding.commons.ui.textstyle.CenteredImageSpan
 
drawChild(Canvas, View, long) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
drawChild(Canvas, View, long) - 类 中的方法xcoding.commons.ui.FlowLayout
 
drawChild(Canvas, View, long) - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
DuplicateAlreadyConnectedException - xcoding.commons.net.wifi.direct中的异常错误
 
DuplicateAlreadyConnectedException() - 异常错误 的构造器xcoding.commons.net.wifi.direct.DuplicateAlreadyConnectedException
 
DuplicateAlreadyConnectedException(String) - 异常错误 的构造器xcoding.commons.net.wifi.direct.DuplicateAlreadyConnectedException
 
DynamicApkManager - xcoding.commons.dynamicapk中的类
Created by Wendell on 14-6-18.

E

EAP_METHOD - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
edit(String) - 类 中的方法xcoding.commons.util.DiskLruCache
Returns an editor for the entry named key, or null if another edit is in progress.
edit() - 类 中的方法xcoding.commons.util.DiskLruCache.Snapshot
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.
edit() - 类 中的方法xcoding.commons.util.MultiprocessPreferences.MultiprocessSharedPreferences
 
Element - xcoding.commons.xmlpull.simpledom中的类
简单的xml元素类
Element(String) - 类 的构造器xcoding.commons.xmlpull.simpledom.Element
 
ENABLED_BUGLY_LOG - 类 中的静态变量xcoding.commons.util.LogManager
通过设置此变量来控制是否同步开启BuglyLog,如果开启,将会部分替换系统默认的log
ENABLED_JLOG - 类 中的静态变量xcoding.commons.util.LogManager
通过设置此变量来控制是否同步开启JLog日志,默认为false,以避免频繁的磁盘交互带来的性能损耗
encode(byte[]) - 类 中的静态方法xcoding.commons.util.Base64
 
encryptByDES(byte[], byte[]) - 类 中的静态方法xcoding.commons.util.CryptoUtilities
使用DES进行加密
encryptByMD5(byte[]) - 类 中的静态方法xcoding.commons.util.CryptoUtilities
使用MD5进行加密,MD5是一个不可逆的加密算法,对原文的验证通常是将原文重新加密后与密文进行对比
equals(Object) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteUser
 
ERROR - 类 中的静态变量xcoding.commons.util.LogManager
 
execSQL(String) - 类 中的方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
执行SQL
execSQL(SQLiteDatabase, String) - 类 中的静态方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
 
execSQL(String, Object[]) - 类 中的方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
执行SQL
execSQL(SQLiteDatabase, String, Object[]) - 类 中的静态方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
 
execute(Uri, Serializable) - 类 中的方法xcoding.commons.util.MultiprocessPreferences
 
execute(Uri, Serializable) - 类 中的方法xcoding.commons.util.ObjectProvider
 
execute(Context, Uri, Serializable) - 类 中的静态方法xcoding.commons.util.ObjectProvider
 
EXTRA_APK_PATH - 类 中的静态变量xcoding.commons.dynamicapk.ProxyActivity
 
EXTRA_CLASS - 类 中的静态变量xcoding.commons.dynamicapk.ProxyActivity
 
extractHref(String) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
extractNextUrl(String) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
extractPortalUrl(String) - 类 中的方法xcoding.commons.cmcc.wlan.User
 

F

FileUtilities - xcoding.commons.util中的类
关于文件的抽象实用类
FileUtilities() - 类 的构造器xcoding.commons.util.FileUtilities
 
FileUtilities.ProcessListener - xcoding.commons.util中的类
 
findViewById(int) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
fine(String) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
fine(String, Object[]) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
fine(String, Throwable) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
finer(String) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
finer(String, Object[]) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
finer(String, Throwable) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
finest(String) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
finest(String, Object[]) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
finest(String, Throwable) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
finish() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
floatAdd(String, String) - 类 中的静态方法xcoding.commons.util.MathUtilities
提供精确的十进制加法运算 由于小精度的十进制数不能准确地被二进制数所表示,如0.1准确地表示为double应该是0.1000000000000000055511151231257827021181583404541015625,所以若以double直接进行十进制运算,结果有一定的不可预知性 尽管在某些情况下,double直接运算的结果也在预料之内,这是因为运算的结果输出,在绝大多数情况下,调用了Double.toString或String.valueOf方法 该方法提供了一个损失一定位数精度的算法,确保已定义的double值在返回字符串形式时,仍然保持先前定义的形式不变。
floatDiv(String, String, int) - 类 中的静态方法xcoding.commons.util.MathUtilities
提供精确的十进制除法运算 由于小精度的十进制数不能准确地被二进制数所表示,如0.1准确地表示为double应该是0.1000000000000000055511151231257827021181583404541015625,所以若以double直接进行十进制运算,结果有一定的不可预知性 尽管在某些情况下,double直接运算的结果也在预料之内,这是因为运算的结果输出,在绝大多数情况下,调用了Double.toString或String.valueOf方法 该方法提供了一个损失一定位数精度的算法,确保已定义的double值在返回字符串形式时,仍然保持先前定义的形式不变。
floatMul(String, String) - 类 中的静态方法xcoding.commons.util.MathUtilities
提供精确的十进制乘法运算 由于小精度的十进制数不能准确地被二进制数所表示,如0.1准确地表示为double应该是0.1000000000000000055511151231257827021181583404541015625,所以若以double直接进行十进制运算,结果有一定的不可预知性 尽管在某些情况下,double直接运算的结果也在预料之内,这是因为运算的结果输出,在绝大多数情况下,调用了Double.toString或String.valueOf方法 该方法提供了一个损失一定位数精度的算法,确保已定义的double值在返回字符串形式时,仍然保持先前定义的形式不变。
floatSub(String, String) - 类 中的静态方法xcoding.commons.util.MathUtilities
提供精确的十进制减法运算 由于小精度的十进制数不能准确地被二进制数所表示,如0.1准确地表示为double应该是0.1000000000000000055511151231257827021181583404541015625,所以若以double直接进行十进制运算,结果有一定的不可预知性 尽管在某些情况下,double直接运算的结果也在预料之内,这是因为运算的结果输出,在绝大多数情况下,调用了Double.toString或String.valueOf方法 该方法提供了一个损失一定位数精度的算法,确保已定义的double值在返回字符串形式时,仍然保持先前定义的形式不变。
FlowLayout - xcoding.commons.ui中的类
 
FlowLayout(Context) - 类 的构造器xcoding.commons.ui.FlowLayout
 
FlowLayout(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.FlowLayout
 
FlowLayout(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.FlowLayout
 
FlowLayout.LayoutParams - xcoding.commons.ui中的类
 
flush() - 类 中的方法xcoding.commons.util.DiskLruCache
Force buffered operations to the filesystem.
forceLoad() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
forceLoad() - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
forceLoad() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
forceLoad() - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
forcePageLoad() - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
forcePageLoad() - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
forceRefresh() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
forceRefresh() - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
forceRefresh() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
forceRefresh() - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
format(LogRecord) - 类 中的方法xcoding.commons.util.jlog.GenericFormatter
 
FormFilter(String) - 类 的构造器xcoding.commons.cmcc.wlan.User.FormFilter
 
formName - 类 中的变量xcoding.commons.cmcc.wlan.User.FormFilter
 

G

gcj02Decrypt(double, double) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
gcj02Encrypt(double, double) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
gcj02ToBd09(LocationConvert.GeoPoint) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
gcj02ToWgs84(LocationConvert.GeoPoint) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
generateData() - 类 中的方法xcoding.commons.net.http.HttpResponseResultStream
将会把数据全部读到内存,对于数据比较大的情况要慎用
generateDefaultLayoutParams() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
generateDefaultLayoutParams() - 类 中的方法xcoding.commons.ui.FlowLayout
 
generateLayoutParams(ViewGroup.LayoutParams) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
generateLayoutParams(AttributeSet) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
generateLayoutParams(AttributeSet) - 类 中的方法xcoding.commons.ui.FlowLayout
 
generateLayoutParams(ViewGroup.LayoutParams) - 类 中的方法xcoding.commons.ui.FlowLayout
 
GenericActivity - xcoding.commons.ui中的类
Created by Wendell on 14-10-29.
GenericActivity() - 类 的构造器xcoding.commons.ui.GenericActivity
 
GenericActivity.RefreshTypeMap - xcoding.commons.ui中的类
 
GenericAdapter<D> - xcoding.commons.ui.adapterview中的类
 
GenericAdapter(Context, DataProcessor<D>) - 类 的构造器xcoding.commons.ui.adapterview.GenericAdapter
 
GenericAdapter(Context, List<D>, DataProcessor<D>) - 类 的构造器xcoding.commons.ui.adapterview.GenericAdapter
 
GenericAppCompatActivity - xcoding.commons.ui中的类
Created by Wendell on 14-10-29.
GenericAppCompatActivity() - 类 的构造器xcoding.commons.ui.GenericAppCompatActivity
 
GenericCursorAdapter - xcoding.commons.ui.adapterview中的类
Created by Wendell on 14-8-15.
GenericCursorAdapter(Context, Cursor, DataProcessor<Cursor>) - 类 的构造器xcoding.commons.ui.adapterview.GenericCursorAdapter
 
GenericExpandableListAdapter<D,ChildD> - xcoding.commons.ui.adapterview中的类
Created by Administrator on 13-6-17.
GenericExpandableListAdapter(Context, GroupDataProcessor<D, ChildD>) - 类 的构造器xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
GenericExpandableListAdapter(Context, List<D>, GroupDataProcessor<D, ChildD>) - 类 的构造器xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
GenericFileHandler - xcoding.commons.util.jlog中的类
Expand pattern : add '%dir' in pattern which means 'Context.getExternalFilesDir(null)'; add '%process' in pattern which means 'process name'.
GenericFileHandler() - 类 的构造器xcoding.commons.util.jlog.GenericFileHandler
 
GenericFormatter - xcoding.commons.util.jlog中的类
 
GenericFormatter() - 类 的构造器xcoding.commons.util.jlog.GenericFormatter
 
GenericFragment - xcoding.commons.ui.fragment中的类
Created by Wendell on 13-8-26.
GenericFragment() - 类 的构造器xcoding.commons.ui.fragment.GenericFragment
 
GenericFragmentActivity - xcoding.commons.ui中的类
Created by Wendell on 14-10-29.
GenericFragmentActivity() - 类 的构造器xcoding.commons.ui.GenericFragmentActivity
 
GenericSQLiteOpenHelper - xcoding.commons.database.sqlite中的类
generic sqlite open helper
GenericSQLiteOpenHelper(Context, String, int) - 类 的构造器xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
一般子类实现需要采用单例模式,原因如下: 1.SQLite不允许并发操作,并发操作会抛出异常,当前类的数据库操作做了同步,通过单例调用,能够避免异常 2.通过setWriteAheadLoggingEnabled(true)开启WAL模式后,单例同样能够做到多并发 3.单例通常不需要关闭数据库,从而提高了效率
GeoPoint(double, double) - 类 的构造器xcoding.commons.lbs.LocationConvert.GeoPoint
 
GeoPoint() - 类 的构造器xcoding.commons.lbs.LocationConvert.GeoPoint
 
get(String) - 类 中的方法xcoding.commons.util.DiskLruCache
Returns a snapshot of the entry named key, or null if it doesn't exist is not currently readable.
getAccuracy() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取定位精度 单位:米
getActiveNetworkInfo(Context) - 类 中的静态方法xcoding.commons.net.NetManager
 
getAdapter() - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
 
getAdCode() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取区域编码
getAddress() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取地址
getAllLoaders(LoaderManager) - 类 中的静态方法xcoding.commons.ui.GenericFragmentActivity
 
getAllNetworkInfo(Context) - 类 中的静态方法xcoding.commons.net.NetManager
 
getAltitude() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取海拔高度 单位:米 仅在AMapLocation.getProvider()是gps时有效
getApplicationContext() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
getApplyTheme(Context) - 类 中的静态方法xcoding.commons.ui.theme.ThemeManager
 
getAssets() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
getAssets() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
getAttributes() - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
当前类的一个简单原则是对Attributes的增、删、改、查操作要求通过getAttributes()得到List进行处理 当前类只提供了最常用的按照attrName进行查找的方法
getBearing() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取方向角 单位:度 仅在AMapLocation.getProvider()是gps时有效
getBoolean(String, boolean) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.MultiprocessSharedPreferences
 
getCameraBackId() - 类 中的静态方法xcoding.commons.media.MediaManager
 
getCameraDisplayOrientation(Window, int) - 类 中的静态方法xcoding.commons.media.MediaManager
 
getCameraFrontId() - 类 中的静态方法xcoding.commons.media.MediaManager
 
getCameraPictureSize(Camera, int) - 类 中的静态方法xcoding.commons.media.MediaManager
 
getCameraPreviewSize(Camera, int) - 类 中的静态方法xcoding.commons.media.MediaManager
 
getCameraVideoSize(Camera, int) - 类 中的静态方法xcoding.commons.media.MediaManager
 
getChild(int, int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getChildId(int, int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getChildItemsQuickly(D) - 类 中的方法xcoding.commons.ui.adapterview.GroupDataProcessor
Get child items from parent Object.
getChildItemStableId(int, int, ChildD) - 类 中的方法xcoding.commons.ui.adapterview.GroupDataProcessor
getChildItemViewType(int, int, ChildD) - 类 中的方法xcoding.commons.ui.adapterview.GroupDataProcessor
corresponding to GenericExpandableListAdapter.getChildType(int, int),if mChildViewTypeCount > 1,should override this method to implement multiple type
getChildren() - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
当前类的一个简单原则是对Children的增、删、改、查操作要求通过getChildren()得到List进行处理 当前类只提供了最常用的按照tag进行查找的方法
getChildrenCount(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getChildStaticTransformation(View, Transformation) - 类 中的方法xcoding.commons.ui.adapterview.CoverFlow
getChildType(int, int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getChildTypeCount() - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getChildView(int, int, boolean, View, ViewGroup) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getChildViewTypeCount() - 类 中的方法xcoding.commons.ui.adapterview.GroupDataProcessor
 
getCity() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取城市名称
getCityCode() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取城市编码
getClassLoader() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
getCode() - 异常错误 中的方法xcoding.commons.util.CodeException
 
getCode() - 异常错误 中的方法xcoding.commons.util.CodeRuntimeException
 
getCodeAndMessage() - 异常错误 中的方法xcoding.commons.util.CodeException
 
getCodeAndMessage() - 异常错误 中的方法xcoding.commons.util.CodeRuntimeException
 
getConfiguration(ScanResult, boolean) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
getConfiguration(WifiConfiguration, boolean) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
getConfigurations() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
getConnectedClients() - 类 中的方法xcoding.commons.ipc.ServerService
 
getConnectedUsers(GetConnectedUsersCallback) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
GetConnectedUsersCallback - xcoding.commons.net.wifi.direct中的接口
Created by Wendell on 13-8-12.
getConnectionInfo() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
getContentType() - 类 中的方法xcoding.commons.net.http.MultipartParam
 
getCookies(String) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
根据URL获取Cookies 不同Cookie之间使用"分号+空格"的方式分隔
getCount() - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getCount(D) - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
getCount(D) - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
getCountry() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取国家名称
getCoveredFadeColor() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
getCurGeneralThemeName() - 类 中的静态方法xcoding.commons.ui.theme.ThemeManager
 
getCurNetworkDetailType(Context) - 类 中的静态方法xcoding.commons.net.NetManager
以大写形式返回当前网络的详细类型
getCurPackageName() - 类 中的静态方法xcoding.commons.ui.theme.ThemeManager
 
getCurrentItem() - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
 
getCurrentView() - 类 中的方法xcoding.commons.ui.LoadingView
 
getData() - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
getData() - 类 中的方法xcoding.commons.ui.LoaderResult
 
getDataString(String) - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
getDate() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getDay() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getDeviceId(Context) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getDirectory() - 类 中的方法xcoding.commons.util.DiskLruCache
Returns the directory where this cache stores its data.
getDirectoryLength(File) - 类 中的静态方法xcoding.commons.util.FileUtilities
获取一个路径的总文件大小
getDistrict() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取区的名称
getDrawableFromAssets(String) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
getElapsedRealtimeNanos() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
 
getError() - 类 中的方法xcoding.commons.ui.LoaderResult
 
getErrorCode() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取错误码
getErrorInfo() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取错误信息
getExternalStorageDirectory() - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getExternalStorageState() - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getExternalStorageStateAboveKITKAT(File) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getExtraDescription() - 类 中的方法xcoding.commons.net.wifi.direct.TransferEntity
 
getFileName() - 类 中的方法xcoding.commons.net.http.MultipartParam
 
getFileStorageAvailableSize(File) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getFileStorageSize(File) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getFirstSimState() - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getFloat(String, float) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.MultiprocessSharedPreferences
 
getFooterViewCount() - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
 
getFormatDate(Date, String) - 类 中的静态方法xcoding.commons.util.DateUtilities
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
getFormatDate(Date) - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getFormatDate(String) - 类 中的静态方法xcoding.commons.util.DateUtilities
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
getFormatDate() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getGroup(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getGroupCount() - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getGroupId(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getGroupType(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getGroupTypeCount() - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getGroupView(int, boolean, View, ViewGroup) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
getHeaderViewCount() - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
 
getHours() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getHttpURLConn() - 类 中的方法xcoding.commons.net.http.HttpResponseResultStream
 
getInfo() - 类 中的方法xcoding.commons.ipc.ClientInfo
 
getInputStream(int) - 类 中的方法xcoding.commons.util.DiskLruCache.Snapshot
Returns the unbuffered stream with the value for index.
getInstalledApplication(Context, String) - 类 中的静态方法xcoding.commons.content.pm.PackageMgr
获取指定packageName的AndroidManifest.xml中application节点的信息。
getInstalledApplications(Context, boolean) - 类 中的静态方法xcoding.commons.content.pm.PackageMgr
获取已安装Package的AndroidManifest.xml中application节点的信息
getInstalledPackage(Context, String) - 类 中的静态方法xcoding.commons.content.pm.PackageMgr
根据packageName获取Package。
getInstalledPackages(Context) - 类 中的静态方法xcoding.commons.content.pm.PackageMgr
获取已安装的Package列表。
getInstance(Context) - 类 中的静态方法xcoding.commons.lbs.amap.LocationManager
 
getInstance(Context) - 类 中的静态方法xcoding.commons.lbs.bd.LocationManager
 
getInt(String, int) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.MultiprocessSharedPreferences
 
getIntent() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
getIp() - 类 中的方法xcoding.commons.net.wifi.direct.RemoteUser
 
getItem(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getItemCount() - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
getItemId(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getItemId(int) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
getItemStableId(int, D) - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor
getItemStableId(int, D) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerDataProcessor
getItemViewType(int, D) - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor
corresponding to GenericAdapter.getItemViewType(int),if mViewTypeCount > 1,should override this method to implement multiple type
getItemViewType(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getItemViewType(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericCursorAdapter
 
getItemViewType(int) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
getItemViewType(int, D) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerDataProcessor
corresponding to RecyclerAdapter.getItemViewType(int),if has multiple type,should override this method to implement it
getLastKnownLocation() - 类 中的方法xcoding.commons.lbs.amap.LocationManager
 
getLastKnownLocation() - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
getLastPersistentLocation() - 类 中的方法xcoding.commons.lbs.amap.LocationManager
 
getLastPersistentLocation() - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
getLatitude() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取纬度
getLaunchIntentForPackage(Context, String) - 类 中的静态方法xcoding.commons.content.pm.PackageMgr
获取与指定packageName中启动Activity相关联的Intent,若未找到指定的packageName或packageName对应的程序无启动Activity,将返回null
getLevelGrade(int) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
获取Wifi信号的等级,共1,2,3,4,5五个等级,1表示信号最强
getLoadingAniDuration() - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
getLocationDetail() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取定位信息描述
getLocationType() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取定位结果来源
getLong(String, long) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.MultiprocessSharedPreferences
 
getLongitude() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取经度
getMaxDayThisMonth() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getMaxRotationAngle() - 类 中的方法xcoding.commons.ui.adapterview.CoverFlow
Get the max rotational angle of the image.
getMaxZoom() - 类 中的方法xcoding.commons.ui.adapterview.CoverFlow
Get the Max zoom of the centre image.
getMiddleFirstPosition() - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getMilliSeconds() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getMinutes() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getMobileNetworkInfo(Context) - 类 中的静态方法xcoding.commons.net.NetManager
 
getMondayThisWeek(boolean) - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getMonth() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getName() - 类 中的方法xcoding.commons.net.http.MultipartParam
 
getName() - 类 中的方法xcoding.commons.net.wifi.direct.DirectAp
 
getName() - 类 中的方法xcoding.commons.net.wifi.direct.RemoteUser
 
getName() - 类 中的方法xcoding.commons.net.wifi.direct.User
 
getNetworkDetailType(NetworkInfo) - 类 中的静态方法xcoding.commons.net.NetManager
以大写形式返回指定网络的详细类型
getOpacity() - 类 中的方法xcoding.commons.ui.drawable.CircleDrawable
 
getOpacity() - 类 中的方法xcoding.commons.ui.drawable.RoundedDrawable
 
getOwnStorageDirectory(Context) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
获取内置存储的File,与getExternalStorageDirectory()不同的是,getExternalStorageDirectory()返回的是系统最优的存储路径,不能保证一定是内置存储,尽管在大部分机器上是
getPackageName() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
getParallaxDistance() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
getParam(int) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerDataProcessor.RecyclerViewHolder
 
getParams() - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor.ViewHolder
 
getParseDate(String, String) - 类 中的静态方法xcoding.commons.util.DateUtilities
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
getParseDate(String) - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getPath(String) - 类 中的静态方法xcoding.commons.ui.refreshable.StoreHousePath
 
getPath(String, float, int) - 类 中的静态方法xcoding.commons.ui.refreshable.StoreHousePath
 
getPoiName() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取兴趣点名称
getProvider() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取定位提供者
getProvince() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取省的名称
getProxyActivity() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
getRealCount() - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getRealPosition(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getReason() - 类 中的方法xcoding.commons.cmcc.wlan.CMCCImplUser
 
getRemoteUser() - 类 中的方法xcoding.commons.net.wifi.direct.TransferEntity
 
getResources() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
getResources() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
getResponseCode() - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
getResponseHeaders() - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
getResponseURL() - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
getResultStream() - 类 中的方法xcoding.commons.net.http.HttpResponseResultStream
 
getSatellites() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取卫星数量, 仅在GPS定位时有效
getSavingPath() - 类 中的方法xcoding.commons.net.wifi.direct.TransferEntity
 
getScale() - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
getScale() - 类 中的方法xcoding.commons.ui.ScaleImageView
 
getScanResultSecurity(ScanResult) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
 
getScanResultSecurity(ScanResult) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
getSdCardDirectory(Context) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
获取外置SD卡的File
getSDKVersion() - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getSeconds() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getSecondSimState() - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getSendPath() - 类 中的方法xcoding.commons.net.wifi.direct.TransferEntity
 
getSharedPreferences(Context, String) - 类 中的静态方法xcoding.commons.util.MultiprocessPreferences
 
getSize() - 类 中的方法xcoding.commons.net.wifi.direct.TransferEntity
 
getSize(Paint, CharSequence, int, int, Paint.FontMetricsInt) - 类 中的方法xcoding.commons.ui.textstyle.CenteredImageSpan
 
getSliderFadeColor() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
getSpeed() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取当前速度 单位:米/秒 仅在AMapLocation.getProvider()是gps时有效
getStackTrace(Throwable) - 类 中的静态方法xcoding.commons.util.CommonUtilities
 
getStatusCode() - 异常错误 中的方法xcoding.commons.net.http.HttpStatusCodeException
 
getStatusCodeAndMessage() - 异常错误 中的方法xcoding.commons.net.http.HttpStatusCodeException
 
getStreet() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取街道名称
getStreetNum() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
获取门牌号
getString(int) - 类 中的方法xcoding.commons.util.DiskLruCache.Editor
Returns the last committed value as a string, or null if no value has been committed.
getString(int) - 类 中的方法xcoding.commons.util.DiskLruCache.Snapshot
Returns the string value for index.
getString(String, String) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.MultiprocessSharedPreferences
 
getSubscriberId(Context) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getSubscriberId(Context, int) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
getSundayThisWeek(boolean) - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getSystemService(String) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
getTag() - 类 中的方法xcoding.commons.net.wifi.direct.TransferEntity
 
getTag() - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor.ViewHolder
 
getTag() - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
 
getText() - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
 
getThreadPoolExecutor() - 类 中的静态方法xcoding.commons.ui.BaseTaskLoader
 
getTime() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
 
getTranslateX() - 类 中的方法xcoding.commons.ui.ScaleImageView
 
getTranslateY() - 类 中的方法xcoding.commons.ui.ScaleImageView
 
getType(Uri) - 类 中的方法xcoding.commons.util.ObjectProvider
 
getValue() - 类 中的方法xcoding.commons.net.http.MultipartParam
 
getValue(Matrix, int) - 类 中的方法xcoding.commons.ui.ScaleImageView
 
getView(int, View, ViewGroup) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getView(int, View, ViewGroup) - 类 中的方法xcoding.commons.ui.adapterview.GenericCursorAdapter
 
getViewTypeCount() - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor
 
getViewTypeCount() - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
getViewTypeCount() - 类 中的方法xcoding.commons.ui.adapterview.GenericCursorAdapter
 
getWeek() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
getWifiApConfiguration() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
getWifiConfiguration(WifiManager, ScanResult, boolean) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
 
getWifiConfiguration(WifiManager, WifiConfiguration, boolean) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
 
getWifiConfigurationSecurity(WifiConfiguration) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
 
getWifiManager() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
getWifiNetworkInfo(Context) - 类 中的静态方法xcoding.commons.net.NetManager
 
getYear() - 类 中的静态方法xcoding.commons.util.DateUtilities
 
GroupDataProcessor<D,ChildD> - xcoding.commons.ui.adapterview中的类
GroupDataProcessor,corresponding to GenericExpandableListAdapter,to process GenericExpandableListAdapter data and return the needs result
GroupDataProcessor() - 类 的构造器xcoding.commons.ui.adapterview.GroupDataProcessor
 
GroupDataProcessor(int, int) - 类 的构造器xcoding.commons.ui.adapterview.GroupDataProcessor
 

H

hasAccuracy() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
 
hasAltitude() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
 
hasBearing() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
 
hasError() - 类 中的方法xcoding.commons.ui.asynccallback.AsyncAction
 
hasSpeed() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
 
hasStableIds() - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
hasStableIds() - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
HEADER_REQUEST_ACCEPT_CHARSET - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_REQUEST_ACCEPT_LANGUAGE - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_REQUEST_CACHE_CONTROL - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_REQUEST_CONNECTION - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_REQUEST_CONTENT_LENGTH - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_REQUEST_CONTENT_TYPE - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_REQUEST_COOKIE - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_REQUEST_USER_AGENT - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_RESPONSE_CONTENT_LENGTH - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_RESPONSE_CONTENT_TYPE - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_RESPONSE_LOCATION - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HEADER_RESPONSE_SET_COOKIE - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
HeaderFooterGridView - xcoding.commons.ui.adapterview中的类
A GridView that supports adding header rows in a very similar way to ListView.
HeaderFooterGridView(Context) - 类 的构造器xcoding.commons.ui.adapterview.HeaderFooterGridView
 
HeaderFooterGridView(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.adapterview.HeaderFooterGridView
 
HeaderFooterGridView(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.adapterview.HeaderFooterGridView
 
HeaderHandler - xcoding.commons.ui.refreshable中的接口
Created by Wendell on 2017/8/16.
hexStringToBytes(String) - 类 中的静态方法xcoding.commons.util.StringUtilities
把16进制字符串转换成字节数组
HORIZONTAL - 类 中的静态变量xcoding.commons.ui.FlowLayout
 
horizontalSpacingSpecified() - 类 中的方法xcoding.commons.ui.FlowLayout.LayoutParams
 
HttpConnectionManager - xcoding.commons.net.http中的类
Http Connection Manager
HttpResponseResult - xcoding.commons.net.http中的类
 
HttpResponseResult() - 类 的构造器xcoding.commons.net.http.HttpResponseResult
 
HttpResponseResultStream - xcoding.commons.net.http中的类
 
HttpResponseResultStream() - 类 的构造器xcoding.commons.net.http.HttpResponseResultStream
 
HttpStatusCodeException - xcoding.commons.net.http中的异常错误
 
HttpStatusCodeException(int) - 异常错误 的构造器xcoding.commons.net.http.HttpStatusCodeException
 
HttpStatusCodeException(int, String) - 异常错误 的构造器xcoding.commons.net.http.HttpStatusCodeException
 
HttpStatusCodeException(int, Throwable) - 异常错误 的构造器xcoding.commons.net.http.HttpStatusCodeException
 
HttpStatusCodeException(int, String, Throwable) - 异常错误 的构造器xcoding.commons.net.http.HttpStatusCodeException
 
httpURLConn - 类 中的变量xcoding.commons.net.http.HttpResponseResultStream
 

I

IEEE8021X - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
ignoreChargePageWhenCMWap(boolean) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
设置在使用中国移动CMWap时是否忽略CMWap的资费页面
ignoreInitialNetworkActions(boolean) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
index - 类 中的变量xcoding.commons.ui.refreshable.StoreHouseBarItem
 
INDICATOR_LOGIN_AC_NAME - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
INDICATOR_LOGIN_ACTIONTYPE - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
INDICATOR_LOGIN_FORCEFLAG - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
INDICATOR_LOGIN_PASSWORD - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
INDICATOR_LOGIN_PWDTYPE - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
INDICATOR_LOGIN_USER_IP - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
INDICATOR_LOGIN_USERNAME - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
INDICATOR_REDIRECT_PORTALURL - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
info(String) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
info(String, Object[]) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
info(String, Throwable) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
INFO - 类 中的静态变量xcoding.commons.util.LogManager
 
init(AsyncManager.GlobalAction) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
init(Context) - 类 中的静态方法xcoding.commons.util.jlog.GenericFileHandler
 
init(Context) - 类 中的静态方法xcoding.commons.util.jlog.JLog
Initialized method,must be called before other methods.
initialize() - 类 中的方法xcoding.commons.cmcc.wlan.CMCCImplUser
初始化。
initViews(AttributeSet) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
 
initWithPointList(ArrayList<float[]>) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
initWithString(String) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
initWithString(String, int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
initWithStringArray(int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
insert(Uri, ContentValues) - 类 中的方法xcoding.commons.util.ObjectProvider
 
instantiateLifecircleMethods() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
InterceptGallery - xcoding.commons.ui.adapterview中的类
Created by Wendell on 14-6-9.
InterceptGallery(Context) - 类 的构造器xcoding.commons.ui.adapterview.InterceptGallery
 
InterceptGallery(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.adapterview.InterceptGallery
 
InterceptGallery(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.adapterview.InterceptGallery
 
interruptForEver() - 类 中的静态方法xcoding.commons.ui.ToastManager
 
IS_USING_NEW_INFLATING_THEME - 类 中的静态变量xcoding.commons.ui.dialog.DialogManager
 
isAllCharDigit(String) - 类 中的静态方法xcoding.commons.util.StringUtilities
判断给定的字符串的所有字符是否都为数字
isAutoCancel() - 类 中的方法xcoding.commons.ui.asynccallback.AsyncProxy
 
isAvailableMultiConnectedNets(Context) - 类 中的静态方法xcoding.commons.net.NetManager
是否存在多个已连接的网络
isCancelled() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
isCancelLogin - 类 中的变量xcoding.commons.cmcc.wlan.User
 
isChildSelectable(int, int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
isChinaMobileCard(String) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
isClosed() - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
isClosed() - 类 中的方法xcoding.commons.util.DiskLruCache
Returns true if this cache has been closed.
isContentShowing() - 类 中的方法xcoding.commons.ui.LoadingView
 
isCurrentItemExpanded() - 类 中的方法xcoding.commons.ui.adapterview.GroupDataProcessor
 
isDate(String) - 类 中的静态方法xcoding.commons.util.StringUtilities
判断给定的字符串是否是日期
isDualMode(Context) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
isEmail(String) - 类 中的静态方法xcoding.commons.util.StringUtilities
判断给定的字符串是否是邮箱
isExecuting() - 类 中的方法xcoding.commons.ui.asynccallback.AsyncAction
 
isExternalStorageValid(boolean) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
isExternalStorageValidAboveKITKAT(File, boolean) - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
isFileMode() - 类 中的方法xcoding.commons.net.http.MultipartParam
 
isFirstSimValid() - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
isFromMockProvider() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
 
isInAirplaneMode(Context) - 类 中的静态方法xcoding.commons.net.NetManager
是否处于飞行模式
isIntegral(String) - 类 中的静态方法xcoding.commons.util.StringUtilities
严格判断给定的字符串是否为整数(正整数,0,负整数)
isLeaf() - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
 
isLeapYear() - 类 中的静态方法xcoding.commons.util.DateUtilities
是否是闰年
isLoadedAll() - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
isLoadedAll() - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
isLoading() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
isLoading() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
isLogged() - 类 中的方法xcoding.commons.cmcc.wlan.CMCCImplUser
 
isLoopView() - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
isLowMemory(Context) - 类 中的静态方法xcoding.commons.memory.MemoryManager
 
isNetConnected(Context) - 类 中的静态方法xcoding.commons.net.NetManager
 
isNetUseful(int, int) - 类 中的静态方法xcoding.commons.net.NetManager
 
isNullStr(String) - 类 中的静态方法xcoding.commons.cmcc.wlan.CMCCImplUser
 
isNumeric(String) - 类 中的静态方法xcoding.commons.util.StringUtilities
严格判断给定的字符串是否为数值(整数,小数)
isOpen() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Check if the layout is completely open.
isOpenLeft() - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
isOpenRight() - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
isRefreshing() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
isRefreshing() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
isRefreshing() - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
isSecondSimValid() - 类 中的静态方法xcoding.commons.telephony.TelephonyMgr
 
isSender() - 类 中的方法xcoding.commons.net.wifi.direct.TransferEntity
 
isServiceConnected() - 类 中的方法xcoding.commons.ipc.Client
 
isShowing() - 类 中的方法xcoding.commons.ui.MenuWindow
 
isSlideable() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Check if the content in this layout cannot fully fit side by side and therefore the content pane can be slid back and forth.
isStarted() - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
isThemeExist(Context, String) - 类 中的静态方法xcoding.commons.ui.theme.ThemeManager
 
isUserVisibleHint - 类 中的变量xcoding.commons.ui.BaseAsyncLoader
 
isUserVisibleHint - 类 中的变量xcoding.commons.ui.BaseTaskLoader
 
isWifiApEnabled() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
isWifiConnected() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
Wifi是否已连接
isWifiEnabled() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
Wifi是否已打开
isWifiUseful(int, int) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
Wifi是否可用,即是否能请求互联网

J

JLog - xcoding.commons.util.jlog中的类
java自带日志的操作类

K

KEYWORD_APPLYPWDRES - 类 中的静态变量xcoding.commons.cmcc.wlan.AutoUser
 
KEYWORD_CMCCCS - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
KEYWORD_LOGINREQ - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
KEYWORD_LOGINRES - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
KEYWORD_OFFLINERES - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 

L

lat - 类 中的变量xcoding.commons.lbs.LocationConvert.GeoPoint
 
launchApk(Context, String) - 类 中的静态方法xcoding.commons.dynamicapk.DynamicApkManager
 
launchApk(Context, Intent, String) - 类 中的静态方法xcoding.commons.dynamicapk.DynamicApkManager
 
launchAsync(Activity, boolean, AsyncCallback<D>) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
launchAsync(Activity, AsyncCallback<D>) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
launchAsync(Fragment, boolean, AsyncCallback<D>) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
launchAsync(Fragment, AsyncCallback<D>) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
launchRemoteActivity(Bundle) - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
launchRemoteActivity(Bundle, String) - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
LayoutParams() - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout.LayoutParams
 
LayoutParams(int, int) - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout.LayoutParams
 
LayoutParams(ViewGroup.MarginLayoutParams) - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout.LayoutParams
 
LayoutParams(BugFixedSlidingPaneLayout.LayoutParams) - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout.LayoutParams
 
LayoutParams(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout.LayoutParams
 
LayoutParams(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.FlowLayout.LayoutParams
 
LayoutParams(int, int) - 类 的构造器xcoding.commons.ui.FlowLayout.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - 类 的构造器xcoding.commons.ui.FlowLayout.LayoutParams
 
LeftRightSlidingLayout - xcoding.commons.ui中的类
类似于QQ主界面的双向滑动面板
LeftRightSlidingLayout(Context) - 类 的构造器xcoding.commons.ui.LeftRightSlidingLayout
 
LeftRightSlidingLayout(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.LeftRightSlidingLayout
 
LeftRightSlidingLayout(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.LeftRightSlidingLayout
 
LeftRightSlidingLayout.DragListener - xcoding.commons.ui中的接口
 
lng - 类 中的变量xcoding.commons.lbs.LocationConvert.GeoPoint
 
loadAsync(boolean, BaseAsyncLoader<D>.AsyncCallback) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
异步加载完成后一定要回掉AsyncCallback的相关方法告诉Loader结果 回调方法需要在主线程调用
loadAsync(boolean, BaseAsyncLoader<D>.AsyncCallback) - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
LoaderResult<D> - xcoding.commons.ui中的类
Created by Wendell on 14-8-20.
LoaderResult(D) - 类 的构造器xcoding.commons.ui.LoaderResult
 
loadInBackground() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
loadInBackgroundImpl(boolean) - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
loadInBackgroundImpl(boolean) - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
LoadingView - xcoding.commons.ui中的类
Created by Wendell on 2017/5/14.
LoadingView(Context) - 类 的构造器xcoding.commons.ui.LoadingView
 
LoadingView(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.LoadingView
 
LoadingView(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.LoadingView
 
LoadingView(Context, AttributeSet, int, int) - 类 的构造器xcoding.commons.ui.LoadingView
 
loadPageAsync(boolean, int, int, BaseAsyncLoader<D>.AsyncCallback) - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
加载分页数据
loadPageInBackground(boolean, int, int) - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
加载分页数据
loadResources() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
LocationConvert - xcoding.commons.lbs中的类
 
LocationConvert() - 类 的构造器xcoding.commons.lbs.LocationConvert
 
LocationConvert.GeoPoint - xcoding.commons.lbs中的类
 
LocationListener - xcoding.commons.lbs.amap中的接口
 
LocationListener - xcoding.commons.lbs.bd中的接口
 
LocationManager - xcoding.commons.lbs.amap中的类
对高德定位的管理类
LocationManager - xcoding.commons.lbs.bd中的类
对百度定位的管理类
LocationManager.UpdateHandler - xcoding.commons.lbs.amap中的接口
 
LocationManager.UpdateHandler - xcoding.commons.lbs.bd中的接口
 
lockWifi() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
logD(Class<? extends Object>, String) - 类 中的静态方法xcoding.commons.util.LogManager
 
logD(Class<? extends Object>, String, Throwable) - 类 中的静态方法xcoding.commons.util.LogManager
 
logE(Class<? extends Object>, String) - 类 中的静态方法xcoding.commons.util.LogManager
 
logE(Class<? extends Object>, String, Throwable) - 类 中的静态方法xcoding.commons.util.LogManager
 
LOGGING_LEVEL - 类 中的静态变量xcoding.commons.util.LogManager
通过设置此变量来控制日志的输出,只有等级大于等于设置的等级时日志才会被输出,设置此变量为LogManager.ASSERT可禁止所有等级的日志输出
logI(Class<? extends Object>, String) - 类 中的静态方法xcoding.commons.util.LogManager
 
logI(Class<? extends Object>, String, Throwable) - 类 中的静态方法xcoding.commons.util.LogManager
 
login(String, String, String) - 类 中的方法xcoding.commons.cmcc.wlan.CMCCImplUser
 
login() - 类 中的方法xcoding.commons.cmcc.wlan.User
返回null表示成功,否则返回失败消息
LogManager - xcoding.commons.util中的类
日志管理类,主要对日志做了以下几点功能补充:
1.强制执行TAG参数使用类名的规范
2.避免了直接输出变量可能导致的空指针异常
3.增加了输出开关,可根据等级控制日志输出与否
4.可控制是否同步开启JLog日志
5.可控制是否同步开启BuglyLog日志
logout(boolean) - 类 中的方法xcoding.commons.cmcc.wlan.CMCCImplUser
 
logout() - 类 中的方法xcoding.commons.cmcc.wlan.User
返回null表示成功,否则返回失败消息
logV(Class<? extends Object>, String) - 类 中的静态方法xcoding.commons.util.LogManager
 
logV(Class<? extends Object>, String, Throwable) - 类 中的静态方法xcoding.commons.util.LogManager
 
logW(Class<? extends Object>, String) - 类 中的静态方法xcoding.commons.util.LogManager
 
logW(Class<? extends Object>, Throwable) - 类 中的静态方法xcoding.commons.util.LogManager
 
logW(Class<? extends Object>, String, Throwable) - 类 中的静态方法xcoding.commons.util.LogManager
 

M

mApkPath - 类 中的变量xcoding.commons.dynamicapk.ClientActivity
 
margin - 类 中的变量xcoding.commons.ui.drawable.RoundedDrawable
 
MathUtilities - xcoding.commons.util中的类
关于数字运算等方面的抽象实用类
MathUtilities() - 类 的构造器xcoding.commons.util.MathUtilities
 
maxSize() - 类 中的方法xcoding.commons.util.DiskLruCache
Returns the maximum number of bytes that this cache should use to store its data.
maxZoomTo(int, int) - 类 中的方法xcoding.commons.ui.ScaleImageView
 
mBitmapRect - 类 中的变量xcoding.commons.ui.drawable.CircleDrawable
 
mBitmapRect - 类 中的变量xcoding.commons.ui.drawable.RoundedDrawable
 
MediaManager - xcoding.commons.media中的类
 
MemoryManager - xcoding.commons.memory中的类
 
MenuWindow - xcoding.commons.ui中的类
 
MenuWindow(Context) - 类 的构造器xcoding.commons.ui.MenuWindow
 
merge(D, D) - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
实现分页的合并逻辑
merge(D, D) - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
midPoint - 类 中的变量xcoding.commons.ui.refreshable.StoreHouseBarItem
 
mItemList - 类 中的变量xcoding.commons.ui.refreshable.StoreHouseHeader
 
mParams - 类 中的变量xcoding.commons.ui.adapterview.DataProcessor.ViewHolder
 
mProxyActivity - 类 中的变量xcoding.commons.dynamicapk.ClientActivity
 
mRect - 类 中的变量xcoding.commons.ui.drawable.CircleDrawable
 
mRect - 类 中的变量xcoding.commons.ui.drawable.RoundedDrawable
 
mTag - 类 中的变量xcoding.commons.ui.adapterview.DataProcessor.ViewHolder
 
MultipartParam - xcoding.commons.net.http中的类
 
MultipartParam(String, byte[]) - 类 的构造器xcoding.commons.net.http.MultipartParam
 
MultipartParam(String, InputStream) - 类 的构造器xcoding.commons.net.http.MultipartParam
 
MultipartParam(String, InputStream, String) - 类 的构造器xcoding.commons.net.http.MultipartParam
 
MultiprocessPreferences - xcoding.commons.util中的类
 
MultiprocessPreferences() - 类 的构造器xcoding.commons.util.MultiprocessPreferences
 
MultiprocessPreferences.Editor - xcoding.commons.util中的类
 
MultiprocessPreferences.MultiprocessSharedPreferences - xcoding.commons.util中的类
 

N

NameOutOfRangeException - xcoding.commons.net.wifi.direct中的异常错误
 
NameOutOfRangeException() - 异常错误 的构造器xcoding.commons.net.wifi.direct.NameOutOfRangeException
 
NameOutOfRangeException(String) - 异常错误 的构造器xcoding.commons.net.wifi.direct.NameOutOfRangeException
 
NameOutOfRangeException(String, Throwable) - 异常错误 的构造器xcoding.commons.net.wifi.direct.NameOutOfRangeException
 
NameOutOfRangeException(Throwable) - 异常错误 的构造器xcoding.commons.net.wifi.direct.NameOutOfRangeException
 
NetManager - xcoding.commons.net中的类
 
newInputStream(int) - 类 中的方法xcoding.commons.util.DiskLruCache.Editor
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
newOutputStream(int) - 类 中的方法xcoding.commons.util.DiskLruCache.Editor
Returns a new unbuffered output stream to write the value at index.
newView(Context, Cursor, ViewGroup) - 类 中的方法xcoding.commons.ui.adapterview.GenericCursorAdapter
 

O

ObjectProvider - xcoding.commons.util中的类
 
ObjectProvider() - 类 的构造器xcoding.commons.util.ObjectProvider
 
ObjectProvider.RemoteTooLargeOrConfigException - xcoding.commons.util中的异常错误
 
onActivityCreated(Bundle) - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onActivityResult(int, int, Intent) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onActivityResult(int, int, Intent) - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onAttachedToWindow() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onBeforeShow(Dialog) - 接口 中的方法xcoding.commons.ui.dialog.BeforeShowCallback
 
onBind(Intent) - 类 中的方法xcoding.commons.ipc.ServerService
 
onBind(Intent) - 类 中的方法xcoding.commons.net.wifi.support.ReenableAllApsWhenNetworkStateChanged.BackgroundService
 
onBindChildView(Context, int, int, View, ChildD) - 类 中的方法xcoding.commons.ui.adapterview.GroupDataProcessor
corresponding to GenericExpandableListAdapter.getChildView(int, int, boolean, View, android.view.ViewGroup),call this method when view should be updated
onBindView(Context, int, View, D) - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor
corresponding to GenericAdapter.getView(int, View, android.view.ViewGroup),call this method when view should be updated
onBindViewHolder(ViewHolder, int) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
onBindViewHolder(ViewHolder, int, int, D) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerDataProcessor
onBoundsChange(Rect) - 类 中的方法xcoding.commons.ui.drawable.CircleDrawable
 
onBoundsChange(Rect) - 类 中的方法xcoding.commons.ui.drawable.RoundedDrawable
 
onCanceled(D) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader.AsyncCallback
 
onCanceled(LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
onChanged(AMapLocation) - 接口 中的方法xcoding.commons.lbs.amap.LocationListener
 
onChanged(BDLocation) - 接口 中的方法xcoding.commons.lbs.bd.LocationListener
 
onCheckWifiExist() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onCheckWifiNotExist() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onClientConnected(ClientInfo) - 类 中的方法xcoding.commons.ipc.ServerService
 
onClientDisconnected(ClientInfo) - 类 中的方法xcoding.commons.ipc.ServerService
 
onClosed() - 接口 中的方法xcoding.commons.net.wifi.direct.CloseCallback
 
onClosed() - 接口 中的方法xcoding.commons.net.wifi.direct.CloseDirectApCallback
 
onClosed() - 接口 中的方法xcoding.commons.ui.LeftRightSlidingLayout.DragListener
 
onCompleted(D) - 类 中的方法xcoding.commons.ui.asynccallback.AsyncCallback
 
onConnected(DirectAp, RemoteUser) - 接口 中的方法xcoding.commons.net.wifi.direct.ConnectToDirectApCallback
 
onConnected(RemoteUser) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onConnectedFailed(RemoteUser, Exception) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onConnectHotSpotMessage(String, int) - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
onCreate(Bundle) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onCreate(Bundle) - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onCreate() - 类 中的方法xcoding.commons.ipc.ServerService
 
onCreate() - 类 中的方法xcoding.commons.net.wifi.support.ReenableAllApsWhenNetworkStateChanged.BackgroundService
 
onCreate(Activity) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onCreate(Fragment) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onCreate(Bundle) - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onCreate(Bundle) - 类 中的方法xcoding.commons.ui.GenericActivity
 
onCreate(Bundle) - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
 
onCreate(Bundle) - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
 
onCreate(Bundle) - 类 中的方法xcoding.commons.ui.theme.ThemeActivity
 
onCreate() - 类 中的方法xcoding.commons.util.ObjectProvider
 
onCreateChildView(Context, int, int, ChildD) - 类 中的方法xcoding.commons.ui.adapterview.GroupDataProcessor
corresponding to GenericExpandableListAdapter.getChildView(int, int, boolean, View, android.view.ViewGroup),call this method when view should be created
onCreateOptionsMenu(Menu) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onCreateOptionsMenu(Menu) - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onCreateView(Context, int, D) - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor
corresponding to GenericAdapter.getView(int, View, android.view.ViewGroup),call this method when view should be created
onCreateView(Fragment) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onCreateView(String, Context, AttributeSet) - 类 中的方法xcoding.commons.ui.theme.ThemeFactory
 
onCreateViewHolder(ViewGroup, int) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
onCreateViewHolder(Context, int) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerDataProcessor
onDeliverFailure() - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
 
onDeliverSuccess() - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
 
onDestroy() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onDestroy() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onDestroy() - 类 中的方法xcoding.commons.ipc.ServerService
 
onDestroy() - 类 中的方法xcoding.commons.net.wifi.support.ReenableAllApsWhenNetworkStateChanged.BackgroundService
 
onDestroy(Activity) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onDestroy(Fragment) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onDestroy() - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onDestroy() - 类 中的方法xcoding.commons.ui.GenericActivity
 
onDestroy() - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
 
onDestroy() - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
 
onDestroyView(Fragment) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onDestroyView() - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onDetach() - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onDetachedFromWindow() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onDetachedFromWindow() - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
onDisconnected(DirectAp) - 接口 中的方法xcoding.commons.net.wifi.direct.DisconnectDirectApCallback
 
onDisconnected(RemoteUser) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onDisconnectedFailed(RemoteUser, Exception) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onDown(MotionEvent) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
 
onDraw(Canvas) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
onError(AMapLocation) - 接口 中的方法xcoding.commons.lbs.amap.LocationListener
 
onError(BDLocation) - 接口 中的方法xcoding.commons.lbs.bd.LocationListener
 
onError(Exception) - 接口 中的方法xcoding.commons.net.wifi.direct.CloseCallback
 
onError(Exception) - 接口 中的方法xcoding.commons.net.wifi.direct.CloseDirectApCallback
 
onError(DirectAp) - 接口 中的方法xcoding.commons.net.wifi.direct.ConnectToDirectApCallback
 
onError(DirectAp, Exception) - 接口 中的方法xcoding.commons.net.wifi.direct.DisconnectDirectApCallback
 
onError(Exception) - 接口 中的方法xcoding.commons.net.wifi.direct.OpenDirectApCallback
 
onError() - 接口 中的方法xcoding.commons.net.wifi.direct.ScanDirectApsCallback
 
onError(Throwable) - 类 中的方法xcoding.commons.ui.asynccallback.AsyncCallback
 
onExecute(AsyncProxy<D>) - 类 中的方法xcoding.commons.ui.asynccallback.AsyncCallback
execute async action
onFailure(Exception) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader.AsyncCallback
 
onFling(MotionEvent, MotionEvent, float, float) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
 
OnGestureBaseListener - xcoding.commons.ui中的类
implements OnGestureListener
OnGestureBaseListener() - 类 的构造器xcoding.commons.ui.OnGestureBaseListener
 
onGet(List<RemoteUser>) - 接口 中的方法xcoding.commons.net.wifi.direct.GetConnectedUsersCallback
 
onGetSavingPathInBackground(RemoteUser, String, long, String) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onHandle(AMapLocationClientOption) - 接口 中的方法xcoding.commons.lbs.amap.LocationManager.UpdateHandler
 
onHandle(LocationClientOption) - 接口 中的方法xcoding.commons.lbs.bd.LocationManager.UpdateHandler
 
onHeaderReset(RefreshableLayout, View) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
 
onHeaderReset(RefreshableLayout, View) - 接口 中的方法xcoding.commons.ui.refreshable.HeaderHandler
 
onHeaderReset(RefreshableLayout, View) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
onInitInfo() - 类 中的方法xcoding.commons.ipc.Client
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xcoding.commons.ui.adapterview.InterceptGallery
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法xcoding.commons.ui.FlowLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法xcoding.commons.ui.LoadingView
 
onLayout(boolean, int, int, int, int) - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
 
onLayout(boolean, int, int, int, int) - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
onLoaderReset(<any>) - 类 中的方法xcoding.commons.ui.BaseLoaderCallbacks
 
onLoadFailure(<any>, Exception, boolean) - 类 中的方法xcoding.commons.ui.BaseLoaderCallbacks
 
onLoadFinished(<any>, LoaderResult<D>) - 类 中的方法xcoding.commons.ui.BaseLoaderCallbacks
 
onLoadSuccess(<any>, D, boolean) - 类 中的方法xcoding.commons.ui.BaseLoaderCallbacks
 
onLocationChanged(AMapLocation) - 类 中的方法xcoding.commons.lbs.amap.LocationManager
 
onLongPress(MotionEvent) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
 
onMeasure(int, int) - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
 
onMeasure(int, int) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onMeasure(int, int) - 类 中的方法xcoding.commons.ui.FlowLayout
 
onMeasure(int, int) - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
onMeasure(int, int) - 类 中的方法xcoding.commons.ui.LoadingView
 
onMeasure(int, int) - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
 
onMeasure(int, int) - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
onMeasure(int, int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
onMessageFailed(RemoteUser, boolean, String, String, Exception) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onMessageOK(RemoteUser, boolean, String, String) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onNetworkConnected(WifiInfo) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onNetworkDisconnected(WifiInfo) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onNetworkFailed(WifiInfo) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onNetworkIdle(WifiInfo) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onNetworkObtainingIp(WifiInfo) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onNetworkScanning(WifiInfo) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onOpen() - 接口 中的方法xcoding.commons.net.wifi.direct.OpenDirectApCallback
 
onOpenLeft() - 接口 中的方法xcoding.commons.ui.LeftRightSlidingLayout.DragListener
 
onOpenRight() - 接口 中的方法xcoding.commons.ui.LeftRightSlidingLayout.DragListener
 
onOptionsItemSelected(MenuItem) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onOptionsItemSelected(MenuItem) - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onPageScrolled(AbsListView) - 类 中的方法xcoding.commons.ui.adapterview.OnPageScrollListener
 
onPageScrolled(RecyclerView) - 类 中的方法xcoding.commons.ui.recyclerview.OnPageScrollListener
 
OnPageScrollListener - xcoding.commons.ui.adapterview中的类
 
OnPageScrollListener() - 类 的构造器xcoding.commons.ui.adapterview.OnPageScrollListener
 
OnPageScrollListener(int) - 类 的构造器xcoding.commons.ui.adapterview.OnPageScrollListener
 
OnPageScrollListener - xcoding.commons.ui.recyclerview中的类
 
OnPageScrollListener(LinearLayoutManager) - 类 的构造器xcoding.commons.ui.recyclerview.OnPageScrollListener
 
OnPageScrollListener(LinearLayoutManager, int) - 类 的构造器xcoding.commons.ui.recyclerview.OnPageScrollListener
 
onPanelClosed(View) - 接口 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout.PanelSlideListener
Called when a sliding pane becomes slid completely closed.
onPanelClosed(View) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout.SimplePanelSlideListener
 
onPanelOpened(View) - 接口 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout.PanelSlideListener
Called when a sliding pane becomes slid completely open.
onPanelOpened(View) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout.SimplePanelSlideListener
 
onPanelSlide(View, float) - 接口 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout.PanelSlideListener
Called when a sliding pane's position changes.
onPanelSlide(View, float) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout.SimplePanelSlideListener
 
onPause() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onPause() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onPause() - 类 中的方法xcoding.commons.ui.GenericActivity
 
onPause() - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
 
onPause() - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
 
onPositionChange(RefreshableLayout, View, float) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
 
onPositionChange(RefreshableLayout, View, float) - 接口 中的方法xcoding.commons.ui.refreshable.HeaderHandler
 
onPositionChange(RefreshableLayout, View, float) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
onProgress(Object) - 类 中的方法xcoding.commons.ui.asynccallback.AsyncCallback
 
onProgress(Object) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader.AsyncCallback
 
onProgressUpdate(<any>, Object, boolean) - 类 中的方法xcoding.commons.ui.BaseLoaderCallbacks
 
onReceive(SmsMessage[]) - 类 中的方法xcoding.commons.telephony.receiver.SmsReceiver
 
onReceiveLocation(BDLocation) - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
onReceiveMessage(Bundle, String) - 类 中的方法xcoding.commons.ipc.Client
 
onReceiveMessage(ClientInfo, Bundle, String) - 类 中的方法xcoding.commons.ipc.ServerService
 
onRefresh(Bundle) - 接口 中的方法xcoding.commons.ui.RefreshTypeCallback
 
onRefreshComplete(RefreshableLayout, View) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
 
onRefreshComplete(RefreshableLayout, View) - 接口 中的方法xcoding.commons.ui.refreshable.HeaderHandler
 
onRefreshComplete(RefreshableLayout, View) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
onRefreshing(RefreshableLayout, View) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
 
onRefreshing(RefreshableLayout, View) - 接口 中的方法xcoding.commons.ui.refreshable.HeaderHandler
 
onRefreshing(RefreshableLayout) - 类 中的方法xcoding.commons.ui.refreshable.RefreshHandler
 
onRefreshing(RefreshableLayout, View) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
onReleaseData(D) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
释放资源的方法,该方法不一定需要具体实现,除非资源是一些android.database.Cursor之类的内容
onReleaseData(D) - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
onReplyMessage(Bundle) - 接口 中的方法xcoding.commons.ipc.ReplyCallback
 
onReset() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
onReset() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
onRestart() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onRestart() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onRestoreInstanceState(Parcelable) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onRestoreInstanceState(Parcelable) - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
 
onResume() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onResume() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onResume() - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onResume() - 类 中的方法xcoding.commons.ui.GenericActivity
 
onResume() - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
 
onResume() - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
 
onSaveInstanceState() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onSaveInstanceState() - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
 
onScanFailed() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onScanned(List<DirectAp>) - 接口 中的方法xcoding.commons.net.wifi.direct.ScanDirectApsCallback
 
onScanned(List<RemoteUser>) - 接口 中的方法xcoding.commons.net.wifi.direct.ScanUsersCallback
 
onScanResults(List<ScanResult>) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onScroll(AbsListView, int, int, int) - 类 中的方法xcoding.commons.ui.adapterview.OnPageScrollListener
 
onScroll(MotionEvent, MotionEvent, float, float) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
 
onScrollBegin(RefreshableLayout, View, boolean) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
 
onScrollBegin(RefreshableLayout, View, boolean) - 接口 中的方法xcoding.commons.ui.refreshable.HeaderHandler
 
onScrollBegin(RefreshableLayout, View, boolean) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
onScrolled(RecyclerView, int, int) - 类 中的方法xcoding.commons.ui.recyclerview.OnPageScrollListener
 
onScrollPrepare(RefreshableLayout, View) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
 
onScrollPrepare(RefreshableLayout, View) - 接口 中的方法xcoding.commons.ui.refreshable.HeaderHandler
 
onScrollPrepare(RefreshableLayout, View) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
onScrollStateChanged(AbsListView, int) - 类 中的方法xcoding.commons.ui.adapterview.OnPageScrollListener
 
onScrollStateChanged(RecyclerView, int) - 类 中的方法xcoding.commons.ui.recyclerview.OnPageScrollListener
 
onSendFailure() - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
 
onSendSuccess() - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
 
onServiceConnected() - 类 中的方法xcoding.commons.ipc.Client
 
onServiceDisconnected() - 类 中的方法xcoding.commons.ipc.Client
 
onShowPress(MotionEvent) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
 
onSingleTapUp(MotionEvent) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
 
onSizeChanged(int, int, int, int) - 类 中的方法xcoding.commons.ui.adapterview.CoverFlow
This is called during layout when the size of this view has changed.
onSizeChanged(int, int, int, int) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onStart() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onStart() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onStart(Activity) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onStart(Fragment) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onStart() - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onStart() - 类 中的方法xcoding.commons.ui.GenericActivity
 
onStart() - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
 
onStart() - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
 
onStartLoading() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
onStartLoading() - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
onStartLoading() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
onStartLoading() - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
onStop() - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
onStop() - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
onStop(Activity) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onStop(Fragment) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
onStop() - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onStop() - 类 中的方法xcoding.commons.ui.GenericActivity
 
onStop() - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
 
onStop() - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
 
onStopLoading() - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
 
onStopLoading() - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
onSuccess(D) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader.AsyncCallback
 
onSwipeBottom(MotionEvent, MotionEvent, float, float) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
向下滑动
onSwipeLeft(MotionEvent, MotionEvent, float, float) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
向左滑动
onSwipeRight(MotionEvent, MotionEvent, float, float) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
向右滑动
onSwipeTop(MotionEvent, MotionEvent, float, float) - 类 中的方法xcoding.commons.ui.OnGestureBaseListener
向上滑动
onTabSelected(int) - 接口 中的方法xcoding.commons.ui.pageradapterview.TabPager.OnTabChangeListener
 
onTimeout() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onTimeout() - 类 中的方法xcoding.commons.telephony.receiver.SmsReceiver
 
onTimeout() - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
 
onTouchEvent(MotionEvent) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
onTouchEvent(MotionEvent) - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
onTouchEvent(MotionEvent) - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
onTouchEvent(MotionEvent) - 类 中的方法xcoding.commons.ui.ScaleImageView
 
onTransferFailed(TransferEntity, Exception) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onTransferProgress(TransferEntity, int) - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
onViewStateRestored(Bundle) - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onViewStateRestoredCustom(Bundle) - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
onWifiApDisabled() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiApDisabling() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiApEnabled() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiApEnabling() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiApFailed() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiDisabled() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiDisabling() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiEnabled() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiEnabling() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWifiFailed() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
onWrittenLength(long) - 类 中的方法xcoding.commons.util.FileUtilities.ProcessListener
 
OPEN - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
open(File, int, int, long) - 类 中的静态方法xcoding.commons.util.DiskLruCache
Opens the cache in directory, creating a cache if none exists there.
openDirectAp(Context, OpenDirectApCallback) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
OpenDirectApCallback - xcoding.commons.net.wifi.direct中的接口
Created by Wendell on 13-8-5.
openLeft() - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
openPane() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Open the sliding pane if it is currently slideable.
openRight() - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 

P

PackageMgr - xcoding.commons.content.pm中的类
 
paint - 类 中的变量xcoding.commons.ui.drawable.CircleDrawable
 
paint - 类 中的变量xcoding.commons.ui.drawable.RoundedDrawable
 
parseData(String) - 类 中的静态方法xcoding.commons.xmlpull.simpledom.SimpleDomManager
 
parseData(InputStream, String) - 类 中的静态方法xcoding.commons.xmlpull.simpledom.SimpleDomManager
 
parseFromCSV(String) - 类 中的静态方法xcoding.commons.util.StringUtilities
解析以CSV方式连接的字符串,在数据保存和传输方面有一定作用
parseLoginPage(String) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
password - 类 中的变量xcoding.commons.cmcc.wlan.User
 
process(List<Map<String, Object>>, String[], int, int, boolean, Map<int[], Object>) - 类 中的方法xcoding.commons.util.ToExcelBean
向目标Excel中写入数据
ProcessListener() - 类 的构造器xcoding.commons.util.FileUtilities.ProcessListener
 
ProcessSyncManager - xcoding.commons.util中的类
Created by Wendell on 14-7-11.
ProxyActivity - xcoding.commons.dynamicapk中的类
Created by Wendell on 14-6-18.
ProxyActivity() - 类 的构造器xcoding.commons.dynamicapk.ProxyActivity
 
publishProgress(Object) - 类 中的方法xcoding.commons.ui.BaseTaskLoader
 
put(String, RefreshTypeCallback) - 类 中的方法xcoding.commons.ui.GenericActivity.RefreshTypeMap
 
putAll(Map<? extends String, ? extends RefreshTypeCallback>) - 类 中的方法xcoding.commons.ui.GenericActivity.RefreshTypeMap
 
putBoolean(String, boolean) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
putFloat(String, float) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
putInt(String, int) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
putLong(String, long) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
putString(String, String) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
px2dip(Context, float) - 类 中的静态方法xcoding.commons.util.CommonUtilities
 
px2sp(Context, float) - 类 中的静态方法xcoding.commons.util.CommonUtilities
 

Q

query(Uri, String[], String, String[], String, CancellationSignal) - 类 中的方法xcoding.commons.util.ObjectProvider
 
query(Uri, String[], String, String[], String) - 类 中的方法xcoding.commons.util.ObjectProvider
 
queryAttributeValue(String) - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
 
queryChild(String) - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
 
queryData(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
queryData(D) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
queryData(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
queryData(D) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
queryData(int) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
queryData(D) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
queryElement(List<Element>, String) - 类 中的静态方法xcoding.commons.xmlpull.simpledom.SimpleDomManager
 
queryIntentActivities(Context, Intent, boolean) - 类 中的静态方法xcoding.commons.content.pm.PackageMgr
获取指定Intent的ResolveInfo列表
queryIntentPackageActivities(Context, Intent, String, boolean) - 类 中的静态方法xcoding.commons.content.pm.PackageMgr
获取指定Intent和packageName的ResolveInfo列表
queryThemes(Context) - 类 中的静态方法xcoding.commons.ui.theme.ThemeManager
 

R

Random(int) - 类 中的静态方法xcoding.commons.util.MathUtilities
获取随机数
rawQuery(String, String[]) - 类 中的方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
查询SQL
rawQuery(SQLiteDatabase, String, String[]) - 类 中的静态方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
 
rawQueryForFirstField(String, String[]) - 类 中的方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
查询SQL
rawQueryForFirstField(SQLiteDatabase, String, String[]) - 类 中的静态方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
 
rawQueryForFirstRow(String, String[]) - 类 中的方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
查询SQL
rawQueryForFirstRow(SQLiteDatabase, String, String[]) - 类 中的静态方法xcoding.commons.database.sqlite.GenericSQLiteOpenHelper
 
readAndWrite(InputStream, OutputStream, int) - 类 中的静态方法xcoding.commons.util.FileUtilities
读取输入流的数据写入到输出流,除非到达输入流的末尾,否则该方法将一直读取
readAndWrite(InputStream, OutputStream, int, FileUtilities.ProcessListener, int) - 类 中的静态方法xcoding.commons.util.FileUtilities
读取输入流的数据写入到输出流,除非到达输入流的末尾,否则该方法将一直读取
readAsciiLine(InputStream) - 类 中的静态方法xcoding.commons.util.DiskLruCache
Returns the ASCII characters up to but not including the next "\r\n", or "\n".
readFully(Reader) - 类 中的静态方法xcoding.commons.util.DiskLruCache
Returns the remainder of 'reader' as a string, closing it when done.
recreate() - 类 中的方法xcoding.commons.ui.GenericActivity
 
recreate() - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
 
recreate() - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
 
recursionFile(File, FileFilter, boolean) - 类 中的静态方法xcoding.commons.util.FileUtilities
递归base,返回符合filter的File,File将以List的形式返回
RecyclerAdapter<D> - xcoding.commons.ui.recyclerview中的类
 
RecyclerAdapter(Context, RecyclerDataProcessor<D>) - 类 的构造器xcoding.commons.ui.recyclerview.RecyclerAdapter
 
RecyclerAdapter(Context, List<D>, RecyclerDataProcessor<D>) - 类 的构造器xcoding.commons.ui.recyclerview.RecyclerAdapter
 
RecyclerDataProcessor<D> - xcoding.commons.ui.recyclerview中的类
RecyclerDataProcessor,corresponding to RecyclerAdapter,to process RecyclerAdapter data and return the needs result
RecyclerDataProcessor() - 类 的构造器xcoding.commons.ui.recyclerview.RecyclerDataProcessor
 
RecyclerDataProcessor.RecyclerViewHolder - xcoding.commons.ui.recyclerview中的类
RecyclerViewHolder(View) - 类 的构造器xcoding.commons.ui.recyclerview.RecyclerDataProcessor.RecyclerViewHolder
 
REDIRECT_MAX_COUNT - 类 中的静态变量xcoding.commons.net.http.HttpConnectionManager
 
redirectedToPortal() - 类 中的方法xcoding.commons.cmcc.wlan.User
 
ReenableAllApsWhenNetworkStateChanged - xcoding.commons.net.wifi.support中的类
 
ReenableAllApsWhenNetworkStateChanged() - 类 的构造器xcoding.commons.net.wifi.support.ReenableAllApsWhenNetworkStateChanged
 
ReenableAllApsWhenNetworkStateChanged.BackgroundService - xcoding.commons.net.wifi.support中的类
 
ReflectHiddenFuncException - xcoding.commons.telephony中的异常错误
 
ReflectHiddenFuncException() - 异常错误 的构造器xcoding.commons.telephony.ReflectHiddenFuncException
 
ReflectHiddenFuncException(String) - 异常错误 的构造器xcoding.commons.telephony.ReflectHiddenFuncException
 
ReflectHiddenFuncException(String, Throwable) - 异常错误 的构造器xcoding.commons.telephony.ReflectHiddenFuncException
 
ReflectHiddenFuncException(Throwable) - 异常错误 的构造器xcoding.commons.telephony.ReflectHiddenFuncException
 
refresh() - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
刷新不能通过remove/add创建新的实例,因为在涉及Fragment Pager Adapter的View(如ViewPager)中,Fragment的生命周期不是由自己控制的
refresh() - 类 中的方法xcoding.commons.ui.GenericActivity
 
refresh() - 类 中的方法xcoding.commons.ui.GenericAppCompatActivity
 
refresh() - 类 中的方法xcoding.commons.ui.GenericFragmentActivity
 
RefreshableLayout - xcoding.commons.ui.refreshable中的类
Created by Wendell on 2017/8/15.
RefreshableLayout(Context) - 类 的构造器xcoding.commons.ui.refreshable.RefreshableLayout
 
RefreshableLayout(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.refreshable.RefreshableLayout
 
RefreshableLayout(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.refreshable.RefreshableLayout
 
RefreshableLayout(Context, AttributeSet, int, int) - 类 的构造器xcoding.commons.ui.refreshable.RefreshableLayout
 
RefreshHandler - xcoding.commons.ui.refreshable中的类
Created by Wendell on 2017/8/16.
RefreshHandler() - 类 的构造器xcoding.commons.ui.refreshable.RefreshHandler
 
RefreshTypeCallback - xcoding.commons.ui中的接口
 
RefreshTypeMap() - 类 的构造器xcoding.commons.ui.GenericActivity.RefreshTypeMap
 
registerContentObserver(D, ForceLoadContentObserver) - 类 中的方法xcoding.commons.ui.BaseAsyncLoader
注册Observer可能会使LoaderManager.LoaderCallbacks的实现复杂化或出现逻辑问题,故该方法不强制子类实现
registerContentObserver(D, ForceLoadContentObserver) - 类 中的方法xcoding.commons.ui.BaseTaskLoader
注册Observer可能会使LoaderManager.LoaderCallbacks的实现复杂化或出现逻辑问题,故该方法不强制子类实现
registerListener(LocationListener) - 类 中的方法xcoding.commons.lbs.amap.LocationManager
 
registerListener(LocationListener) - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
registerMe(int) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
注册并指定等待超时时间,超时时将回调onTimeout方法并自动反注册 若在超时之前已经反注册,则将不再计算超时
registerMe(int) - 类 中的方法xcoding.commons.telephony.receiver.SmsReceiver
注册并指定等待超时时间,超时时将回调onTimeout方法并自动反注册 若在超时之前已经反注册,则将不再计算超时
registerMe(int) - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
注册并指定等待超时时间,超时时将回调onTimeout方法并自动反注册 若在超时之前已经反注册,则将不再计算超时
RemoteCallback - xcoding.commons.net.wifi.direct中的类
 
RemoteCallback(Context) - 类 的构造器xcoding.commons.net.wifi.direct.RemoteCallback
 
RemoteTooLargeOrConfigException() - 异常错误 的构造器xcoding.commons.util.ObjectProvider.RemoteTooLargeOrConfigException
 
RemoteUser - xcoding.commons.net.wifi.direct中的类
 
remove(String) - 类 中的方法xcoding.commons.util.DiskLruCache
Drops the entry for key if it exists and can be removed.
remove(String) - 类 中的方法xcoding.commons.util.MultiprocessPreferences.Editor
 
removeAllCookies(String[]) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
删除所有的Cookies
removeComment(String) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
removeData(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
removeData(D) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
removeData(int) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
removeData(D) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
removeData(int) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
removeData(D) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
removeFooterView(View) - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
 
removeHeaderView(View) - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
Removes a previously-added header view.
removeSessionCookies() - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
删除所有的Session Cookies,即没有expires的Cookies
replaceWords(String, String, String) - 类 中的静态方法xcoding.commons.util.StringUtilities
用newValue替换src字符串中的第一个targetValue,与String类自身的replaceFirst(String regex, String replacement)方法不同的是,该方法不考虑正则表达式
replaceWordsAll(String, String, String) - 类 中的静态方法xcoding.commons.util.StringUtilities
用newValue替换src字符串中的所有targetValue,与String类自身的replace(CharSequence target, CharSequence replacement)功能相同,因为后者在JDK1.5之后才提供,所以该方法提供给之前的版本使用
ReplyCallback - xcoding.commons.ipc中的接口
Created by Wendell on 13-11-15.
replyMessage(Bundle, String) - 类 中的方法xcoding.commons.ipc.Client
 
replyMessage(ClientInfo, Bundle, String) - 类 中的方法xcoding.commons.ipc.ServerService
 
requestChildFocus(View, View) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
requestDisallowInterceptTouchEvent(boolean) - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
requestPassword() - 类 中的方法xcoding.commons.cmcc.wlan.AutoUser
返回null表示成功,否则返回失败消息
resetPosition(int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseBarItem
 
RESOLUTION_1080P - 类 中的静态变量xcoding.commons.media.MediaManager
 
RESOLUTION_2160P - 类 中的静态变量xcoding.commons.media.MediaManager
 
RESOLUTION_240P - 类 中的静态变量xcoding.commons.media.MediaManager
 
RESOLUTION_360P - 类 中的静态变量xcoding.commons.media.MediaManager
 
RESOLUTION_480P - 类 中的静态变量xcoding.commons.media.MediaManager
 
RESOLUTION_720P - 类 中的静态变量xcoding.commons.media.MediaManager
 
responseCode - 类 中的变量xcoding.commons.net.http.HttpResponseResult
 
responseHeaders - 类 中的变量xcoding.commons.net.http.HttpResponseResult
 
responseURL - 类 中的变量xcoding.commons.net.http.HttpResponseResult
 
resultStream - 类 中的变量xcoding.commons.net.http.HttpResponseResultStream
 
round(double, int) - 类 中的静态方法xcoding.commons.util.MathUtilities
小数位数控制
RoundedDrawable - xcoding.commons.ui.drawable中的类
Created by Wendell on 2017/9/29.
RoundedDrawable(Bitmap, int) - 类 的构造器xcoding.commons.ui.drawable.RoundedDrawable
 
run() - 类 中的方法xcoding.commons.net.wifi.direct.RemoteCallback
 
run(Context, Runnable) - 类 中的静态方法xcoding.commons.util.ProcessSyncManager
 
run(Context, Runnable, int) - 类 中的静态方法xcoding.commons.util.ProcessSyncManager
 

S

SavedState(Parcelable) - 类 的构造器xcoding.commons.ui.pageradapterview.TabPager.SavedState
 
ScaleImageView - xcoding.commons.ui中的类
 
ScaleImageView(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.ScaleImageView
 
ScaleImageView(Context) - 类 的构造器xcoding.commons.ui.ScaleImageView
 
scanDirectAps(Context, ScanDirectApsCallback) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
ScanDirectApsCallback - xcoding.commons.net.wifi.direct中的接口
Created by Wendell on 13-8-5.
scanUsers(ScanUsersCallback) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
ScanUsersCallback - xcoding.commons.net.wifi.direct中的接口
 
schedule(Context) - 类 中的静态方法xcoding.commons.net.wifi.support.ReenableAllApsWhenNetworkStateChanged
 
scrollGallery(Gallery, int) - 类 中的静态方法xcoding.commons.ui.UIUtilities
使用深度反射机制,在Gallery上动态滚动指定的距离,类似于手指触碰滚动的效果
sendDataMessage(Context, String, short, byte[], SmsSendCallback, int) - 类 中的静态方法xcoding.commons.telephony.SmsUtils
 
sendDataMessage(Context, String, short, byte[], SmsSendCallback, int, int) - 类 中的静态方法xcoding.commons.telephony.SmsUtils
 
sendMessage(Bundle) - 类 中的方法xcoding.commons.ipc.Client
 
sendMessage(Bundle, ReplyCallback, int) - 类 中的方法xcoding.commons.ipc.Client
 
sendMessage(ClientInfo, Bundle) - 类 中的方法xcoding.commons.ipc.ServerService
 
sendMessage(ClientInfo, Bundle, ReplyCallback, int) - 类 中的方法xcoding.commons.ipc.ServerService
 
sendMessage(RemoteUser, String, String) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
sendRefresh(Context, String, Bundle) - 类 中的静态方法xcoding.commons.ui.GenericActivity
发送刷新通知,支持在任意线程中发送 通常发送一些界面更新的通知,注意不要发送执行指令,因为一旦Activity/Fragment被回收后,将收不到指令,此后将重新载入界面,所以前者不会带来问题 如果要传递执行指令,可以考虑startActivity(intent)和launchMode的配合
sendTextMessage(Context, String, String, SmsSendCallback, int) - 类 中的静态方法xcoding.commons.telephony.SmsUtils
发送短信
sendTextMessage(Context, String, String, SmsSendCallback, int, int) - 类 中的静态方法xcoding.commons.telephony.SmsUtils
发送短信
sendTransfer(RemoteUser, File, String) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
SEPARATOR - 类 中的静态变量xcoding.commons.cmcc.wlan.User
 
serializeDom(List<Element>, boolean) - 类 中的静态方法xcoding.commons.xmlpull.simpledom.SimpleDomManager
 
serializeDom(List<Element>, boolean, OutputStream, String) - 类 中的静态方法xcoding.commons.xmlpull.simpledom.SimpleDomManager
 
ServerService - xcoding.commons.ipc中的类
Created by Wendell on 13-11-11.
ServerService() - 类 的构造器xcoding.commons.ipc.ServerService
 
serviceCore - 类 中的变量xcoding.commons.cmcc.wlan.CMCCImplUser
 
set(int, String) - 类 中的方法xcoding.commons.util.DiskLruCache.Editor
Sets the value at index to value.
setAcceptCookie(boolean) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
 
setAdapter(ListAdapter) - 类 中的方法xcoding.commons.ui.adapterview.HeaderFooterGridView
 
setAdapter(PagerAdapter) - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
Set a PagerAdapter that will supply views for this pager as needed.
setAlpha(int) - 类 中的方法xcoding.commons.ui.drawable.CircleDrawable
 
setAlpha(int) - 类 中的方法xcoding.commons.ui.drawable.RoundedDrawable
 
setAlpha(float) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseBarItem
 
setAnimationStyle(int) - 类 中的方法xcoding.commons.ui.MenuWindow
 
setAnimationStyle(int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setApplyTheme(Context, boolean) - 类 中的静态方法xcoding.commons.ui.theme.ThemeManager
 
setAutoCancel(boolean) - 类 中的方法xcoding.commons.ui.asynccallback.AsyncProxy
 
setAutoUnregisterActions(int[]) - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
setAutoUnregisterActions(int[]) - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
 
setAutoUnregisterWhenReceive(boolean) - 类 中的方法xcoding.commons.telephony.receiver.SmsReceiver
 
setBackgroundDrawable(Drawable) - 类 中的方法xcoding.commons.ui.MenuWindow
 
setBackgroundDrawable(Drawable) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setBeforeShowCallback(BeforeShowCallback, boolean) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
 
setColor(int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseBarItem
 
setColorFilter(ColorFilter) - 类 中的方法xcoding.commons.ui.drawable.CircleDrawable
 
setColorFilter(ColorFilter) - 类 中的方法xcoding.commons.ui.drawable.RoundedDrawable
 
setConsoleLogEnabled(boolean) - 类 中的静态方法xcoding.commons.util.jlog.JLog
Android has console log system itself,if work with it,could use this method to control own console log.
setContentType(String) - 类 中的方法xcoding.commons.net.http.MultipartParam
 
setContentView(View) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
setContentView(View, ViewGroup.LayoutParams) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
setContentView(int) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
setContentView(View) - 类 中的方法xcoding.commons.ui.MenuWindow
 
setContentView(View) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setCoveredFadeColor(int) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Set the color used to fade the pane covered by the sliding pane out when the pane will become fully covered in the closed state.
setCurrentItem(int) - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
 
setData(byte[]) - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
setData(List<D>) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
setData(List<D>) - 类 中的方法xcoding.commons.ui.adapterview.GenericExpandableListAdapter
 
setData(List<D>) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerAdapter
 
setDialogCreator(DialogCreator) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
 
setDragListener(LeftRightSlidingLayout.DragListener) - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
setDropHeight(int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
setFocusable(boolean) - 类 中的方法xcoding.commons.ui.MenuWindow
 
setFocusable(boolean) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setFrame(int, int, int, int) - 类 中的方法xcoding.commons.ui.ScaleImageView
 
setHeaderHandler(HeaderHandler) - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
setHeight(int) - 类 中的方法xcoding.commons.ui.MenuWindow
 
setHeight(int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setHttpURLConn(HttpURLConnection) - 类 中的方法xcoding.commons.net.http.HttpResponseResultStream
 
setImageBitmap(Bitmap) - 类 中的方法xcoding.commons.ui.ScaleImageView
 
setImageResource(int) - 类 中的方法xcoding.commons.ui.ScaleImageView
 
setLastUpdateTimeKey(String) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
Specify the last update time by this key string
setLastUpdateTimeRelateObject(Object) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
Using an object to specify the last update time.
setLevel(Level) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
setLineWidth(int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseBarItem
 
setLineWidth(int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
setLoadingAniDuration(int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
setLoopView(boolean) - 类 中的方法xcoding.commons.ui.adapterview.GenericAdapter
 
setMaxRotationAngle(int) - 类 中的方法xcoding.commons.ui.adapterview.CoverFlow
Set the max rotational angle of each image.
setMaxZoom(int) - 类 中的方法xcoding.commons.ui.adapterview.CoverFlow
Set the max zoom of the centre image.
setName(String) - 类 中的方法xcoding.commons.net.wifi.direct.User
 
setNotAutoDismiss(AlertDialog) - 类 中的静态方法xcoding.commons.ui.dialog.DefaultDialogCreator
 
setOnDismissListener(PopupWindow.OnDismissListener) - 类 中的方法xcoding.commons.ui.MenuWindow
 
setOnDismissListener(PopupWindow.OnDismissListener) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setOnTabChangeListener(TabPager.OnTabChangeListener) - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager
 
setPageCount(int) - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
setPageCount(int) - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
setPageSize(int) - 类 中的方法xcoding.commons.ui.BaseAsyncPageLoader
 
setPageSize(int) - 类 中的方法xcoding.commons.ui.BaseTaskPageLoader
 
setPanelSlideListener(BugFixedSlidingPaneLayout.PanelSlideListener) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
 
setParallaxDistance(int) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Set a distance to parallax the lower pane by when the upper pane is in its fully closed state.
setParams(View...) - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor.ViewHolder
 
setParams(View...) - 类 中的方法xcoding.commons.ui.recyclerview.RecyclerDataProcessor.RecyclerViewHolder
 
setPassword(String) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
setPosition(int, int) - 类 中的方法xcoding.commons.ui.FlowLayout.LayoutParams
 
setProxy(Activity, String) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
setRefresh(boolean) - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
setRefreshHandler(RefreshHandler) - 类 中的方法xcoding.commons.ui.refreshable.RefreshableLayout
 
setRemoteActivity(Activity) - 类 中的方法xcoding.commons.dynamicapk.ProxyActivity
 
setResponseCode(int) - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
setResponseHeaders(Map<String, List<String>>) - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
setResponseURL(URL) - 类 中的方法xcoding.commons.net.http.HttpResponseResult
 
setResultStream(InputStream) - 类 中的方法xcoding.commons.net.http.HttpResponseResultStream
 
setRotateAniTime(int) - 类 中的方法xcoding.commons.ui.refreshable.DefaultHeader
 
setScale(float) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
setShadowDrawable(Drawable) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Set a drawable to use as a shadow cast by the right pane onto the left pane during opening/closing.
setShadowDrawable(Drawable, int) - 类 中的方法xcoding.commons.ui.LeftRightSlidingLayout
 
setShadowResource(int) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Set a drawable to use as a shadow cast by the right pane onto the left pane during opening/closing.
setSliderFadeColor(int) - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
Set the color used to fade the sliding pane out when it is slid most of the way offscreen.
setSoftInputMode(int) - 类 中的方法xcoding.commons.ui.MenuWindow
 
setSoftInputMode(int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setTag(Object) - 类 中的方法xcoding.commons.net.wifi.direct.TransferEntity
 
setTag(Object) - 类 中的方法xcoding.commons.ui.adapterview.DataProcessor.ViewHolder
 
setTag(String) - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
 
setText(int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setText(CharSequence) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setText(String) - 类 中的方法xcoding.commons.xmlpull.simpledom.Element
 
setTextColor(int) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseHeader
 
setToken(int) - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
若设为-1,将监听所有的短信发送
setupSecurity(WifiConfiguration, String, String) - 类 中的静态方法xcoding.commons.net.wifi.support.Wifi
Fill in the security fields of WifiConfiguration config.
setupSecurity(WifiConfiguration, String, String) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
setUseConcatURLModeWhenCMWap(boolean) - 类 中的静态方法xcoding.commons.net.http.HttpConnectionManager
设置在使用中国移动CMWap时是否使用拼接URL的模式
setUserName(String) - 类 中的方法xcoding.commons.cmcc.wlan.User
 
setUserVisibleHint(Fragment, boolean) - 类 中的静态方法xcoding.commons.ui.asynccallback.AsyncManager
 
setUserVisibleHint(boolean) - 类 中的方法xcoding.commons.ui.fragment.GenericFragment
 
setWidth(int) - 类 中的方法xcoding.commons.ui.MenuWindow
 
setWidth(int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
setWifiApConfiguration(WifiConfiguration) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
setWifiApEnabled(WifiConfiguration, boolean, WifiCallback, int) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
setWifiEnabled(boolean, WifiCallback, int) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
打开或关闭Wifi
severe(String) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
severe(String, Object[]) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
severe(String, Throwable) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
show(Window, int) - 类 中的方法xcoding.commons.ui.MenuWindow
 
show(Window, int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
showAlertDialog(Context, String, String, String[], DialogInterface.OnClickListener, boolean, BeforeShowCallback) - 类 中的方法xcoding.commons.ui.dialog.DefaultDialogCreator
 
showAlertDialog(Context, String, String, String[], DialogInterface.OnClickListener, boolean, BeforeShowCallback) - 类 中的方法xcoding.commons.ui.dialog.DialogCreator
 
showAlertDialog(Context, String, String, String[], DialogInterface.OnClickListener, boolean, boolean) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
 
showAlertDialog(Context, int, int, int[], DialogInterface.OnClickListener, boolean, boolean) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
 
showAsDropDown(View, int, int) - 类 中的方法xcoding.commons.ui.MenuWindow
 
showAsDropDown(View, int, int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
showCenter(Window) - 类 中的方法xcoding.commons.ui.ToastWindow
 
showCenterForMillis(Window, int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
showContent() - 类 中的方法xcoding.commons.ui.LoadingView
 
showEmpty() - 类 中的方法xcoding.commons.ui.LoadingView
 
showError() - 类 中的方法xcoding.commons.ui.LoadingView
 
showForEver(Context, String) - 类 中的静态方法xcoding.commons.ui.ToastManager
 
showForEver(Context, int) - 类 中的静态方法xcoding.commons.ui.ToastManager
 
showForMillis(Window, int, int) - 类 中的方法xcoding.commons.ui.ToastWindow
 
showLoading() - 类 中的方法xcoding.commons.ui.LoadingView
 
showLong(Context, String) - 类 中的静态方法xcoding.commons.ui.ToastManager
 
showLong(Context, int) - 类 中的静态方法xcoding.commons.ui.ToastManager
 
showProgressDialog(Context, String, String, String[], DialogInterface.OnClickListener, boolean, BeforeShowCallback) - 类 中的方法xcoding.commons.ui.dialog.DefaultDialogCreator
 
showProgressDialog(Context, String, String, String[], DialogInterface.OnClickListener, boolean, BeforeShowCallback) - 类 中的方法xcoding.commons.ui.dialog.DialogCreator
 
showProgressDialog(Context, String, String, String[], DialogInterface.OnClickListener, boolean, boolean) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
 
showProgressDialog(Context, int, int, int[], DialogInterface.OnClickListener, boolean, boolean) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
 
showShort(Context, String) - 类 中的静态方法xcoding.commons.ui.ToastManager
 
showShort(Context, int) - 类 中的静态方法xcoding.commons.ui.ToastManager
 
showViewDialog(Context, String, View, String[], DialogInterface.OnClickListener, boolean, BeforeShowCallback) - 类 中的方法xcoding.commons.ui.dialog.DefaultDialogCreator
 
showViewDialog(Context, String, View, String[], DialogInterface.OnClickListener, boolean, BeforeShowCallback) - 类 中的方法xcoding.commons.ui.dialog.DialogCreator
 
showViewDialog(Context, String, View, String[], DialogInterface.OnClickListener, boolean, boolean) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
 
showViewDialog(Context, int, View, int[], DialogInterface.OnClickListener, boolean, boolean) - 类 中的静态方法xcoding.commons.ui.dialog.DialogManager
 
SimpleDomManager - xcoding.commons.xmlpull.simpledom中的类
 
SimplePanelSlideListener() - 类 的构造器xcoding.commons.ui.BugFixedSlidingPaneLayout.SimplePanelSlideListener
 
size() - 类 中的方法xcoding.commons.util.DiskLruCache
Returns the number of bytes currently being used to store the values in this cache.
smoothSlideClosed() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
已过时。
Renamed to BugFixedSlidingPaneLayout.closePane() - this method is going away soon!
smoothSlideOpen() - 类 中的方法xcoding.commons.ui.BugFixedSlidingPaneLayout
已过时。
Renamed to BugFixedSlidingPaneLayout.openPane() - this method is going away soon!
SMS_DELIVERED_ACTION - 类 中的静态变量xcoding.commons.telephony.SmsUtils
 
SMS_SENT_ACTION - 类 中的静态变量xcoding.commons.telephony.SmsUtils
 
SmsReceiver - xcoding.commons.telephony.receiver中的类
 
SmsReceiver(Context) - 类 的构造器xcoding.commons.telephony.receiver.SmsReceiver
 
SmsSendCallback - xcoding.commons.telephony.receiver中的类
 
SmsSendCallback(Context) - 类 的构造器xcoding.commons.telephony.receiver.SmsSendCallback
 
SmsUtils - xcoding.commons.telephony中的类
 
sortByLastModified(File, boolean) - 类 中的静态方法xcoding.commons.util.FileUtilities
把一个路径里面的所有文件按最后修改时间排序
sp2px(Context, float) - 类 中的静态方法xcoding.commons.util.CommonUtilities
 
SpaceNotEnoughException - xcoding.commons.net.wifi.direct中的异常错误
 
SpaceNotEnoughException() - 异常错误 的构造器xcoding.commons.net.wifi.direct.SpaceNotEnoughException
 
SpaceNotEnoughException(String) - 异常错误 的构造器xcoding.commons.net.wifi.direct.SpaceNotEnoughException
 
start(float, float) - 类 中的方法xcoding.commons.ui.refreshable.StoreHouseBarItem
 
startActivity(Intent) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
startActivityByProxy(Intent) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
startActivityForResult(Intent, int) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
startActivityForResultByProxy(Intent, int) - 类 中的方法xcoding.commons.dynamicapk.ClientActivity
 
startLocation() - 类 中的方法xcoding.commons.lbs.amap.LocationManager
 
startLocation() - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
startScan(WifiCallback, int) - 类 中的方法xcoding.commons.net.wifi.WifiUtils
查找Wifi热点
startWirelessSettingsActivity(Context) - 类 中的静态方法xcoding.commons.net.NetManager
打开系统网络设置的Activity
StateNotAllowException - xcoding.commons.net.wifi.direct中的异常错误
 
StateNotAllowException() - 异常错误 的构造器xcoding.commons.net.wifi.direct.StateNotAllowException
 
StateNotAllowException(String) - 异常错误 的构造器xcoding.commons.net.wifi.direct.StateNotAllowException
 
StateNotAllowException(String, Throwable) - 异常错误 的构造器xcoding.commons.net.wifi.direct.StateNotAllowException
 
StateNotAllowException(Throwable) - 异常错误 的构造器xcoding.commons.net.wifi.direct.StateNotAllowException
 
stopLocation() - 类 中的方法xcoding.commons.lbs.amap.LocationManager
 
stopLocation() - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
StoreHouseBarItem - xcoding.commons.ui.refreshable中的类
 
StoreHouseBarItem(int, PointF, PointF, int, int) - 类 的构造器xcoding.commons.ui.refreshable.StoreHouseBarItem
 
StoreHouseHeader - xcoding.commons.ui.refreshable中的类
 
StoreHouseHeader(Context) - 类 的构造器xcoding.commons.ui.refreshable.StoreHouseHeader
 
StoreHouseHeader(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.refreshable.StoreHouseHeader
 
StoreHouseHeader(Context, AttributeSet, int) - 类 的构造器xcoding.commons.ui.refreshable.StoreHouseHeader
 
StoreHousePath - xcoding.commons.ui.refreshable中的类
 
StoreHousePath() - 类 的构造器xcoding.commons.ui.refreshable.StoreHousePath
 
StringUtilities - xcoding.commons.util中的类
关于字符串方面的实用类
StringUtilities() - 类 的构造器xcoding.commons.util.StringUtilities
 
swipeMinDistance - 类 中的变量xcoding.commons.ui.OnGestureBaseListener
 
swipeMinVelocity - 类 中的变量xcoding.commons.ui.OnGestureBaseListener
 

T

TabPager - xcoding.commons.ui.pageradapterview中的类
该类与android.support.v4.app.FragmentTabHost形成搭配,在切换过程中,该类保持View不变,而后者执行detach/attach操作
TabPager(Context) - 类 的构造器xcoding.commons.ui.pageradapterview.TabPager
 
TabPager(Context, AttributeSet) - 类 的构造器xcoding.commons.ui.pageradapterview.TabPager
 
TabPager.OnTabChangeListener - xcoding.commons.ui.pageradapterview中的接口
 
TabPager.SavedState - xcoding.commons.ui.pageradapterview中的类
This is the persistent state that is saved by ViewPager.
taskForEver - 类 中的静态变量xcoding.commons.ui.ToastManager
 
TelephonyMgr - xcoding.commons.telephony中的类
 
ThemeActivity - xcoding.commons.ui.theme中的类
 
ThemeActivity() - 类 的构造器xcoding.commons.ui.theme.ThemeActivity
 
ThemeFactory - xcoding.commons.ui.theme中的类
 
ThemeManager - xcoding.commons.ui.theme中的类
 
TimeoutException - xcoding.commons.util中的异常错误
Created by Wendell on 14-7-14.
TimeoutException() - 异常错误 的构造器xcoding.commons.util.TimeoutException
 
TimeoutException(String) - 异常错误 的构造器xcoding.commons.util.TimeoutException
 
TimeoutException(String, Throwable) - 异常错误 的构造器xcoding.commons.util.TimeoutException
 
TimeoutException(Throwable) - 异常错误 的构造器xcoding.commons.util.TimeoutException
 
timerForEver - 类 中的静态变量xcoding.commons.ui.ToastManager
 
toastForEver - 类 中的静态变量xcoding.commons.ui.ToastManager
 
ToastManager - xcoding.commons.ui中的类
 
ToastManager() - 类 的构造器xcoding.commons.ui.ToastManager
 
ToastWindow - xcoding.commons.ui中的类
 
ToastWindow(Context) - 类 的构造器xcoding.commons.ui.ToastWindow
 
ToExcelBean - xcoding.commons.util中的类
 
ToExcelBean(File) - 类 的构造器xcoding.commons.util.ToExcelBean
直接产生一个新的Excel
ToExcelBean(File, File) - 类 的构造器xcoding.commons.util.ToExcelBean
在Excel模板的基础上产生一个Excel
toStr() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
将定位结果转换成字符串
toStr(int) - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
将定位结果转化为字符串
toString() - 类 中的方法xcoding.commons.lbs.amap.AMapLocationWrapper
 
toString() - 类 中的方法xcoding.commons.lbs.LocationConvert.GeoPoint
 
toString() - 异常错误 中的方法xcoding.commons.net.http.HttpStatusCodeException
 
toString() - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager.SavedState
 
toString() - 异常错误 中的方法xcoding.commons.util.CodeException
 
toString() - 异常错误 中的方法xcoding.commons.util.CodeRuntimeException
 
toStringWhenNull(Object, String) - 类 中的静态方法xcoding.commons.util.StringUtilities
调用src的toString()返回结果,若src为null或结果为null,返回newValue
toStringWhenNullOrEmpty(Object, String) - 类 中的静态方法xcoding.commons.util.StringUtilities
调用src的toString()返回结果,若src为null或结果为null、空,返回newValue
toStringWhenNullOrEmptyOrSpace(Object, String) - 类 中的静态方法xcoding.commons.util.StringUtilities
调用src的toString()返回结果,若src为null或结果为null、空、空格,返回newValue
TransferEntity - xcoding.commons.net.wifi.direct中的类
 
translationX - 类 中的变量xcoding.commons.ui.refreshable.StoreHouseBarItem
 

U

UIUtilities - xcoding.commons.ui中的类
 
unbindService() - 类 中的方法xcoding.commons.ipc.Client
 
uninitialize() - 类 中的方法xcoding.commons.cmcc.wlan.CMCCImplUser
 
unlockWifi() - 类 中的方法xcoding.commons.net.wifi.WifiUtils
 
unregisterListener(LocationListener) - 类 中的方法xcoding.commons.lbs.amap.LocationManager
 
unregisterListener(LocationListener) - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
unregisterMe() - 类 中的方法xcoding.commons.net.wifi.WifiCallback
 
unregisterMe() - 类 中的方法xcoding.commons.telephony.receiver.SmsReceiver
 
unregisterMe() - 类 中的方法xcoding.commons.telephony.receiver.SmsSendCallback
 
update(Uri, ContentValues, String, String[]) - 类 中的方法xcoding.commons.util.ObjectProvider
 
updateForEver(String) - 类 中的静态方法xcoding.commons.ui.ToastManager
 
updateForEver(Context, int) - 类 中的静态方法xcoding.commons.ui.ToastManager
 
updateOption(LocationManager.UpdateHandler) - 类 中的方法xcoding.commons.lbs.amap.LocationManager
 
updateOption(LocationManager.UpdateHandler) - 类 中的方法xcoding.commons.lbs.bd.LocationManager
 
URLManager - xcoding.commons.net中的类
 
User - xcoding.commons.cmcc.wlan中的类
 
User() - 类 的构造器xcoding.commons.cmcc.wlan.User
 
User - xcoding.commons.net.wifi.direct中的类
 
User(String, RemoteCallback) - 类 的构造器xcoding.commons.net.wifi.direct.User
 
User.FormFilter - xcoding.commons.cmcc.wlan中的类
 
userName - 类 中的变量xcoding.commons.cmcc.wlan.User
 

V

VERBOSE - 类 中的静态变量xcoding.commons.util.LogManager
 
VERTICAL - 类 中的静态变量xcoding.commons.ui.FlowLayout
 
verticalSpacingSpecified() - 类 中的方法xcoding.commons.ui.FlowLayout.LayoutParams
 
ViewHolder() - 类 的构造器xcoding.commons.ui.adapterview.DataProcessor.ViewHolder
 
ViewHolder(View...) - 类 的构造器xcoding.commons.ui.adapterview.DataProcessor.ViewHolder
 

W

WARN - 类 中的静态变量xcoding.commons.util.LogManager
 
warning(String) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
warning(String, Object[]) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
warning(String, Throwable) - 类 中的静态方法xcoding.commons.util.jlog.JLog
 
weight - 类 中的变量xcoding.commons.ui.BugFixedSlidingPaneLayout.LayoutParams
The weighted proportion of how much of the leftover space this child should consume after measurement.
WEP - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
WEP_PASSWORD_ASCII - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
WEP_PASSWORD_AUTO - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
WEP_PASSWORD_HEX - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
wgs84ToBd09(LocationConvert.GeoPoint) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
wgs84ToGcj02(LocationConvert.GeoPoint) - 类 中的静态方法xcoding.commons.lbs.LocationConvert
 
Wifi - xcoding.commons.net.wifi.support中的类
 
Wifi() - 类 的构造器xcoding.commons.net.wifi.support.Wifi
 
WifiCallback - xcoding.commons.net.wifi中的类
Wifi操作的广播回调类,该类实例是非线程安全的 该类可独立使用,也可与WifiUtils类配合作为方法回调类使用
WifiCallback(Context) - 类 的构造器xcoding.commons.net.wifi.WifiCallback
 
WifiUtils - xcoding.commons.net.wifi中的类
 
WifiUtils(Context) - 类 的构造器xcoding.commons.net.wifi.WifiUtils
 
WPA - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
WPA2 - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
WPA_EAP - 类 中的静态变量xcoding.commons.net.wifi.support.Wifi
 
writeToParcel(Parcel, int) - 类 中的方法xcoding.commons.ipc.ClientInfo
 
writeToParcel(Parcel, int) - 类 中的方法xcoding.commons.ui.pageradapterview.TabPager.SavedState
 

X

xcoding.commons.cmcc.wlan - 程序包 xcoding.commons.cmcc.wlan
 
xcoding.commons.content.pm - 程序包 xcoding.commons.content.pm
 
xcoding.commons.database.sqlite - 程序包 xcoding.commons.database.sqlite
 
xcoding.commons.dynamicapk - 程序包 xcoding.commons.dynamicapk
 
xcoding.commons.ipc - 程序包 xcoding.commons.ipc
 
xcoding.commons.lbs - 程序包 xcoding.commons.lbs
 
xcoding.commons.lbs.amap - 程序包 xcoding.commons.lbs.amap
 
xcoding.commons.lbs.bd - 程序包 xcoding.commons.lbs.bd
 
xcoding.commons.media - 程序包 xcoding.commons.media
 
xcoding.commons.memory - 程序包 xcoding.commons.memory
 
xcoding.commons.net - 程序包 xcoding.commons.net
 
xcoding.commons.net.http - 程序包 xcoding.commons.net.http
 
xcoding.commons.net.wifi - 程序包 xcoding.commons.net.wifi
 
xcoding.commons.net.wifi.direct - 程序包 xcoding.commons.net.wifi.direct
 
xcoding.commons.net.wifi.support - 程序包 xcoding.commons.net.wifi.support
 
xcoding.commons.telephony - 程序包 xcoding.commons.telephony
 
xcoding.commons.telephony.receiver - 程序包 xcoding.commons.telephony.receiver
 
xcoding.commons.ui - 程序包 xcoding.commons.ui
 
xcoding.commons.ui.adapterview - 程序包 xcoding.commons.ui.adapterview
 
xcoding.commons.ui.asynccallback - 程序包 xcoding.commons.ui.asynccallback
 
xcoding.commons.ui.dialog - 程序包 xcoding.commons.ui.dialog
 
xcoding.commons.ui.drawable - 程序包 xcoding.commons.ui.drawable
 
xcoding.commons.ui.fragment - 程序包 xcoding.commons.ui.fragment
 
xcoding.commons.ui.pageradapterview - 程序包 xcoding.commons.ui.pageradapterview
 
xcoding.commons.ui.recyclerview - 程序包 xcoding.commons.ui.recyclerview
 
xcoding.commons.ui.refreshable - 程序包 xcoding.commons.ui.refreshable
 
xcoding.commons.ui.textstyle - 程序包 xcoding.commons.ui.textstyle
 
xcoding.commons.ui.theme - 程序包 xcoding.commons.ui.theme
 
xcoding.commons.util - 程序包 xcoding.commons.util
 
xcoding.commons.util.jlog - 程序包 xcoding.commons.util.jlog
 
xcoding.commons.xmlpull.simpledom - 程序包 xcoding.commons.xmlpull.simpledom
 

Z

zoomTo(float, int, int) - 类 中的方法xcoding.commons.ui.ScaleImageView
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
跳过导航链接