A B C D E F G H I J K L M N O P R S T U V W X Y Z 

A

abort() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
ViewDragHelper.cancel(), but also abort all motion in progress and snap to the end of any animation.
activityOnPause() - 接口 中的方法xey.elib.views.swipeback.BaseActivity.BackPressHandler
 
activityOnResume() - 接口 中的方法xey.elib.views.swipeback.BaseActivity.BackPressHandler
 
addActivity(Activity) - 类 中的方法xey.elib.utils.AppManager
添加Activity到栈
addDay(String, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的天数。
addDay(Date, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的天数。
addHour(String, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的小时。
addHour(Date, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的小时。
addListener(Animator.AnimatorListener) - 类 中的方法xey.elib.nineold.Animator
Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end.
addMinute(String, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的分钟。
addMinute(Date, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的分钟。
addMonth(String, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的月份。
addMonth(Date, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的月份。
addSecond(String, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的秒钟。
addSecond(Date, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的秒钟。
addSwipeListener(SwipeBackLayout.SwipeListener) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Add a callback to be invoked when a swipe event is sent to this view.
addUpdateListener(ValueAnimator.AnimatorUpdateListener) - 类 中的方法xey.elib.nineold.ValueAnimator
Adds a listener to the set of listeners that are sent update events through the life of an animation.
addYear(String, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的年份。
addYear(Date, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
增加日期的年份。
after(Animator) - 类 中的方法xey.elib.nineold.AnimatorSet.Builder
Sets up the given animation to play when the animation supplied in the AnimatorSet.play(Animator) call that created this Builder object to start when the animation supplied in this method call ends.
after(long) - 类 中的方法xey.elib.nineold.AnimatorSet.Builder
Sets up the animation supplied in the AnimatorSet.play(Animator) call that created this Builder object to play when the given amount of time elapses.
alpha(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's alpha property to be animated to the specified value.
alphaBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's alpha property to be animated by the specified value.
animate(View) - 类 中的静态方法xey.elib.nineold.view.ViewPropertyAnimator
This method returns a ViewPropertyAnimator object, which can be used to animate specific properties on this View.
Animator - xey.elib.nineold中的类
This is the superclass for classes which provide basic support for animations which can be started, ended, and have AnimatorListeners added to them.
Animator() - 类 的构造器xey.elib.nineold.Animator
 
Animator.AnimatorListener - xey.elib.nineold中的接口
An animation listener receives notifications from an animation.
AnimatorInflater - xey.elib.nineold中的类
This class is used to instantiate animator XML files into Animator objects.
AnimatorInflater() - 类 的构造器xey.elib.nineold.AnimatorInflater
 
AnimatorListenerAdapter - xey.elib.nineold中的类
This adapter class provides empty implementations of the methods from Animator.AnimatorListener.
AnimatorListenerAdapter() - 类 的构造器xey.elib.nineold.AnimatorListenerAdapter
 
AnimatorProxy - xey.elib.nineold.view.animation中的类
A proxy class to allow for modifying post-3.0 view properties on all pre-3.0 platforms.
AnimatorSet - xey.elib.nineold中的类
This class plays a set of Animator objects in the specified order.
AnimatorSet() - 类 的构造器xey.elib.nineold.AnimatorSet
 
AnimatorSet.Builder - xey.elib.nineold中的类
The Builder object is a utility class to facilitate adding animations to a AnimatorSet along with the relationships between the various animations.
AppExit(Context) - 类 中的方法xey.elib.utils.AppManager
应用程序退出,一般调用此方法即可!
ApplicationUtils - xey.elib.views中的类
 
ApplicationUtils() - 类 的构造器xey.elib.views.ApplicationUtils
 
applyTransformation(float, Transformation) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
AppManager - xey.elib.utils中的类
应用程序Activity管理类:用于Activity管理和应用程序退出 需要添加permission
ArgbEvaluator - xey.elib.nineold中的类
This evaluator can be used to perform type interpolation between integer values that represent ARGB colors.
ArgbEvaluator() - 类 的构造器xey.elib.nineold.ArgbEvaluator
 
ArrayUtils - xey.elib.utils中的类
 
ArrayUtils() - 类 的构造器xey.elib.utils.ArrayUtils
 
attachToActivity(Activity) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
 
AUDIO_EXTENSIONS - 类 中的静态变量xey.elib.utils.FileUtils
 
AUDIO_EXTENSIONS - 类 中的静态变量xey.elib.utils.MediaUtils
 
AUDIO_EXTENSIONS_PATTERN - 类 中的静态变量xey.elib.utils.MediaUtils
 

B

backupApp(String, Activity) - 类 中的静态方法xey.elib.views.ApplicationUtils
备份App 首先无需提升权限就就可以复制APK,查看权限你就会知道,在data/app下的APK权限如下:-rw-r--r-- system system 5122972 2012-12-13 10:38 com.taobao.taobao-1.apk 我们是有读取权限的。
BadgedFourThreeImageView - xey.elib.widget中的类
A view group that draws a badge drawable on top of it's contents.
BadgedFourThreeImageView(Context, AttributeSet) - 类 的构造器xey.elib.widget.BadgedFourThreeImageView
 
BaseActivity - xey.elib.views.swipeback中的类
 
BaseActivity() - 类 的构造器xey.elib.views.swipeback.BaseActivity
 
BaseActivity.BackPressHandler - xey.elib.views.swipeback中的接口
 
before(Animator) - 类 中的方法xey.elib.nineold.AnimatorSet.Builder
Sets up the given animation to play when the animation supplied in the AnimatorSet.play(Animator) call that created this Builder object ends.
Bitmap2Bytes(Bitmap) - 类 中的静态方法xey.elib.utils.ImageTools
 
bitmapToBytes(Bitmap) - 类 中的静态方法xey.elib.utils.ImageTools
Bitmap transfer to bytes
bitmapToDrawable(Bitmap) - 类 中的静态方法xey.elib.utils.ImageTools
Bitmap to drawable
blendColors(int, int, float) - 类 中的静态方法xey.elib.utils.ColorUtils
Blend color1 and color2 using the given ratio.
BOLD_TITLE - 类 中的静态变量xey.elib.utils.Constants.DEF_BLOG_ITEM_TYPE
 
byteToBitmap(byte[]) - 类 中的静态方法xey.elib.utils.ImageTools
Byte transfer to bitmap
byteToDrawable(byte[]) - 类 中的静态方法xey.elib.utils.ImageTools
Byte transfer to drawable

C

calculateInSampleSize(BitmapFactory.Options, int, int) - 类 中的静态方法xey.elib.utils.ImageTools
 
calculateInSampleSize(BitmapFactory.Options, int, int) - 类 中的静态方法xey.elib.utils.ImageUtils
Calculate an inSampleSize for use in a BitmapFactory.Options object when decoding bitmaps using the decode* methods from BitmapFactory.
cancel() - 类 中的方法xey.elib.nineold.Animator
Cancels the animation.
cancel() - 类 中的方法xey.elib.nineold.AnimatorSet
Cancels the animation.
cancel() - 类 中的方法xey.elib.nineold.ValueAnimator
 
cancel() - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
Cancels all property animations that are currently running or pending.
cancel() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
The result of a call to this method is equivalent to ViewDragHelper.processTouchEvent(MotionEvent) receiving an ACTION_CANCEL event.
canPullDown() - 接口 中的方法xey.elib.widget.refreshlayout.Pullable
判断是否可以下拉,如果不需要下拉功能可以直接return false
canPullUp() - 接口 中的方法xey.elib.widget.refreshlayout.Pullable
判断是否可以上拉,如果不需要上拉功能可以直接return false
canScroll(View, boolean, int, int, int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Tests scrollability within child views of v given a delta of dx.
captureChildView(View, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Capture a specific child view for dragging within the parent.
changeShape() - 类 中的方法xey.elib.widget.ShapeLoadingView
 
chatAt(String, int) - 类 中的静态方法xey.elib.utils.StringUtils
 
checkAppExist(Context, String) - 类 中的静态方法xey.elib.views.ApplicationUtils
检测APP是否存在
checkEmptyStr(String) - 类 中的静态方法xey.elib.utils.XeyUtils
 
checkEmptyStrings(String...) - 类 中的静态方法xey.elib.utils.XeyUtils
 
checkSDCardAvailable() - 类 中的静态方法xey.elib.utils.ImageTools
Check the SD card
checkTouchSlop(int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Check if any pointer tracked in the current gesture has crossed the required slop threshold.
checkTouchSlop(int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Check if the specified pointer tracked in the current gesture has crossed the required slop threshold.
CHILD - 类 中的静态变量xey.elib.utils.Constants.DEF_COMMENT_TYPE
 
childIsOnTop() - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
CircleImageView - xey.elib.views中的类
 
CircleImageView(Context) - 类 的构造器xey.elib.views.CircleImageView
 
CircleImageView(Context, AttributeSet) - 类 的构造器xey.elib.views.CircleImageView
 
CircleImageView(Context, AttributeSet, int) - 类 的构造器xey.elib.views.CircleImageView
 
clampViewPositionHorizontal(View, int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Restrict the motion of the dragged child view along the horizontal axis.
clampViewPositionVertical(View, int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Restrict the motion of the dragged child view along the vertical axis.
clearAllAnimations() - 类 中的静态方法xey.elib.nineold.ValueAnimator
Clear all animations on this thread, without canceling or ending them.
clearPreference(Context, SharedPreferences) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
clone() - 类 中的方法xey.elib.nineold.Animator
 
clone() - 类 中的方法xey.elib.nineold.AnimatorSet
 
clone() - 类 中的方法xey.elib.nineold.Keyframe
 
clone() - 类 中的方法xey.elib.nineold.ObjectAnimator
 
clone() - 类 中的方法xey.elib.nineold.PropertyValuesHolder
 
clone() - 类 中的方法xey.elib.nineold.ValueAnimator
 
close() - 类 中的方法xey.elib.views.LeftSliderLayout
Close LeftSlideLayout
CODE - 类 中的静态变量xey.elib.utils.Constants.DEF_BLOG_ITEM_TYPE
 
ColorUtils - xey.elib.utils中的类
Utility methods for working with colors.
ColorUtils.Lightness - xey.elib.utils中的注释类型
 
CommonGestures - xey.elib.views中的类
 
CommonGestures(Activity) - 类 的构造器xey.elib.views.CommonGestures
 
CommonGestures.TouchListener - xey.elib.views中的接口
 
compress(byte[], int, int, int) - 类 中的静态方法xey.elib.utils.CompressionTools
 
compress(byte[], int, int) - 类 中的静态方法xey.elib.utils.CompressionTools
 
compress(byte[]) - 类 中的静态方法xey.elib.utils.CompressionTools
 
CompressionTools - xey.elib.utils中的类
 
computeScroll() - 类 中的方法xey.elib.views.LeftSliderLayout
 
computeScroll() - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
 
concat(T[], T[]) - 类 中的静态方法xey.elib.utils.ArrayUtils
 
concat(String...) - 类 中的静态方法xey.elib.utils.StringUtils
拼接字符串
Constants - xey.elib.utils中的类
常量类
Constants() - 类 的构造器xey.elib.utils.Constants
 
Constants.DEF_AREA_TYPE - xey.elib.utils中的类
分区类型
Constants.DEF_AREA_TYPE() - 类 的构造器xey.elib.utils.Constants.DEF_AREA_TYPE
 
Constants.DEF_BLOG_ITEM_TYPE - xey.elib.utils中的类
 
Constants.DEF_BLOG_ITEM_TYPE() - 类 的构造器xey.elib.utils.Constants.DEF_BLOG_ITEM_TYPE
 
Constants.DEF_COMMENT_TYPE - xey.elib.utils中的类
 
Constants.DEF_COMMENT_TYPE() - 类 的构造器xey.elib.utils.Constants.DEF_COMMENT_TYPE
 
Constants.DEF_NEWS_TYPE - xey.elib.utils中的类
 
Constants.DEF_NEWS_TYPE() - 类 的构造器xey.elib.utils.Constants.DEF_NEWS_TYPE
 
Constants.DEF_RESULT_CODE - xey.elib.utils中的类
 
Constants.DEF_RESULT_CODE() - 类 的构造器xey.elib.utils.Constants.DEF_RESULT_CODE
 
Constants.DEF_TASK_TYPE - xey.elib.utils中的类
 
Constants.DEF_TASK_TYPE() - 类 的构造器xey.elib.utils.Constants.DEF_TASK_TYPE
 
Constants.DEF_VIDEO_TYPE - xey.elib.utils中的类
视频类型
Constants.DEF_VIDEO_TYPE() - 类 的构造器xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
constrain(float, float, float) - 类 中的静态方法xey.elib.utils.MathUtils
 
CONTENT - 类 中的静态变量xey.elib.utils.Constants.DEF_BLOG_ITEM_TYPE
 
continueSettling(boolean) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Move the captured settling view by the appropriate amount for the current time.
convertActivityFromTranslucent() - 类 中的方法xey.elib.views.swipeback.SwipeBackActivityHelper
Convert a translucent themed Activity R.attr.windowIsTranslucent to a fullscreen opaque Activity.
convertActivityToTranslucent() - 类 中的方法xey.elib.views.swipeback.SwipeBackActivityHelper
Convert a translucent themed Activity R.attr.windowIsTranslucent back from opaque to translucent following a call to SwipeBackActivityHelper.convertActivityFromTranslucent() .
cookieName - 类 中的静态变量xey.elib.utils.HttpUtil
 
cookieValue - 类 中的静态变量xey.elib.utils.HttpUtil
 
create(ViewGroup, ViewDragHelper.Callback) - 类 中的静态方法xey.elib.views.swipeback.ViewDragHelper
Factory method to create a new ViewDragHelper.
create(ViewGroup, float, ViewDragHelper.Callback) - 类 中的静态方法xey.elib.views.swipeback.ViewDragHelper
Factory method to create a new ViewDragHelper.
createFileName() - 类 中的静态方法xey.elib.utils.StringUtils
生成一个文件名,不含后缀
createHeaderView() - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
createIfNoExists(String) - 类 中的静态方法xey.elib.utils.FileUtils
如果不存在就创建
createReflectionImageWithOrigin(Bitmap) - 类 中的静态方法xey.elib.utils.ImageTools
Create reflection images
createRefreshView() - 类 中的方法xey.elib.widget.refreshlayout.PullRefreshListView
 
createRefreshView() - 类 中的方法xey.elib.widget.refreshlayout.PullRefreshRecyclerView
 
createRefreshView() - 类 中的方法xey.elib.widget.refreshlayout.PullRefresScrollView
 
createRefreshView() - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
currentActivity() - 类 中的方法xey.elib.utils.AppManager
获取当前Activity(栈顶Activity)
currentTimeString() - 类 中的静态方法xey.elib.utils.StringUtils
 

D

d(String) - 类 中的静态方法xey.elib.utils.XLog
 
d(String, String) - 类 中的静态方法xey.elib.utils.XLog
 
DataLoadingSubject - xey.elib.widget.recycleview中的接口
An interface for classes offering data loading state to be observed User:McCluskey Ray on 2015/11/10 13:57 email:lr8734@126.com
DATE_FORMAT_PART - 类 中的静态变量xey.elib.utils.StringUtils
 
DateStyle - xey.elib.utils.date中的枚举
日期类型
DateToString(Date, String) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期转化为日期字符串。
DateToString(Date, DateStyle) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期转化为日期字符串。
DateUtil - xey.elib.utils.date中的类
日期工具
DateUtil() - 类 的构造器xey.elib.utils.date.DateUtil
 
decodeSampledBitmapFromFile(Bitmap, int, int) - 类 中的静态方法xey.elib.utils.ImageTools
 
decodeSampledBitmapFromFile(String, int, int) - 类 中的静态方法xey.elib.utils.ImageUtils
Decode and sample down a bitmap from a file to the requested width and height.
decodeUriAsBitmap(Context, Uri) - 类 中的静态方法xey.elib.utils.ImageUtils
 
decompress(byte[]) - 类 中的静态方法xey.elib.utils.CompressionTools
 
decompressXML(byte[]) - 类 中的静态方法xey.elib.utils.CompressionTools
 
DefaultHeadView - xey.elib.widget.refreshlayout中的类
Created by 6a209 on 14/11/1.
DefaultHeadView(Context) - 类 的构造器xey.elib.widget.refreshlayout.DefaultHeadView
 
DefaultHeadView(Context, AttributeSet) - 类 的构造器xey.elib.widget.refreshlayout.DefaultHeadView
 
deleteAllPhoto(String) - 类 中的静态方法xey.elib.utils.ImageTools
Delete the image from SD card
deletePhotoAtPathAndName(String, String) - 类 中的静态方法xey.elib.utils.ImageTools
 
deletePhotoByName(String) - 类 中的静态方法xey.elib.utils.ImageTools
 
DensityUtil - xey.elib.utils中的类
Created by Administrator on 2015/6/25.
DeviceUtils - xey.elib.utils中的类
系统版本信息类
DeviceUtils() - 类 的构造器xey.elib.utils.DeviceUtils
 
DIAN_JI - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
DIAN_YIN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
DIAN_YIN_XIANG_GUAN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
DIAN_ZI_JING_JI - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
dip2px(Context, float) - 类 中的静态方法xey.elib.utils.DensityUtil
根据手机的分辨率从 dp 的单位 转成为 px(像素)
dip2px(float) - 类 中的方法xey.elib.widget.LoadingView
 
DIRECTION_ALL - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
Indicates that a check should occur along all axes
DIRECTION_HORIZONTAL - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
Indicates that a check should occur along the horizontal axis
DIRECTION_VERTICAL - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
Indicates that a check should occur along the vertical axis
dismiss() - 类 中的方法xey.elib.widget.ShapeLoadingDialog
 
dispatchTouchEvent(MotionEvent) - 类 中的方法xey.elib.widget.refreshlayout.PullToRefreshLayout
 
DONE - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
DONG_HUA - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
DONG_HUA_DUAN_PIAN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
DONG_HUA_QU - 类 中的静态变量xey.elib.utils.Constants.DEF_AREA_TYPE
 
DONG_HUA_ZONG_HE - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
draw(Canvas) - 类 中的方法xey.elib.widget.BadgedFourThreeImageView
 
draw(Canvas) - 类 中的方法xey.elib.widget.ForegroundImageView
 
draw(Canvas) - 类 中的方法xey.elib.widget.ForegroundLinearLayout
 
drawableHotspotChanged(float, float) - 类 中的方法xey.elib.widget.ForegroundImageView
 
drawableHotspotChanged(float, float) - 类 中的方法xey.elib.widget.ForegroundLinearLayout
 
drawableStateChanged() - 类 中的方法xey.elib.widget.ForegroundImageView
 
drawableStateChanged() - 类 中的方法xey.elib.widget.ForegroundLinearLayout
 
drawableToBitmap(Drawable) - 类 中的静态方法xey.elib.utils.ImageTools
Transfer drawable to bitmap
drawableToBitmap(Drawable) - 类 中的静态方法xey.elib.utils.ImageUtils
 
drawableToBytes(Drawable) - 类 中的静态方法xey.elib.utils.ImageTools
Drawable transfer to bytes
drawChild(Canvas, View, long) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
 

E

e(String, Exception) - 类 中的静态方法xey.elib.utils.XLog
 
e(Exception) - 类 中的静态方法xey.elib.utils.XLog
 
EDGE_ALL - 类 中的静态变量xey.elib.views.swipeback.SwipeBackLayout
Edge flag set indicating all edges should be affected.
EDGE_ALL - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
Edge flag set indicating all edges should be affected.
EDGE_BOTTOM - 类 中的静态变量xey.elib.views.swipeback.SwipeBackLayout
Edge flag indicating that the bottom edge should be affected.
EDGE_BOTTOM - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
Edge flag indicating that the bottom edge should be affected.
EDGE_LEFT - 类 中的静态变量xey.elib.views.swipeback.SwipeBackLayout
Edge flag indicating that the left edge should be affected.
EDGE_LEFT - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
Edge flag indicating that the left edge should be affected.
EDGE_RIGHT - 类 中的静态变量xey.elib.views.swipeback.SwipeBackLayout
Edge flag indicating that the right edge should be affected.
EDGE_RIGHT - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
Edge flag indicating that the right edge should be affected.
EDGE_SIZE - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
 
EDGE_TOP - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
Edge flag indicating that the top edge should be affected.
EMPTY - 类 中的静态变量xey.elib.utils.StringUtils
 
enableSlide(boolean) - 类 中的方法xey.elib.views.LeftSliderLayout
enable slide action of LeftSliderLayout
encode(String) - 类 中的静态方法xey.elib.utils.StringUtils
 
end() - 类 中的方法xey.elib.nineold.Animator
Ends the animation.
end() - 类 中的方法xey.elib.nineold.AnimatorSet
Ends the animation.
end() - 类 中的方法xey.elib.nineold.ValueAnimator
 
enter(View) - 类 中的静态方法xey.elib.utils.ImmersiveUtil
 
ERROR - 类 中的静态变量xey.elib.utils.Constants.DEF_RESULT_CODE
 
evaluate(float, Object, Object) - 类 中的方法xey.elib.nineold.ArgbEvaluator
This function returns the calculated in-between value for a color given integers that represent the start and end values in the four bytes of the 32-bit int.
evaluate(float, Number, Number) - 类 中的方法xey.elib.nineold.FloatEvaluator
This function returns the result of linearly interpolating the start and end values, with fraction representing the proportion between the start and end values.
evaluate(float, Integer, Integer) - 类 中的方法xey.elib.nineold.IntEvaluator
This function returns the result of linearly interpolating the start and end values, with fraction representing the proportion between the start and end values.
evaluate(float, T, T) - 接口 中的方法xey.elib.nineold.TypeEvaluator
This function returns the result of linearly interpolating the start and end values, with fraction representing the proportion between the start and end values.
exit(View) - 类 中的静态方法xey.elib.utils.ImmersiveUtil
 
EXTENSIONS - 类 中的静态变量xey.elib.utils.MediaUtils
 
EXTENSIONS_PATTERN - 类 中的静态变量xey.elib.utils.MediaUtils
 

F

factor - 类 中的变量xey.elib.widget.LoadingView
 
FAIL - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
FAN_CHANG - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
FAN_JU_QU - 类 中的静态变量xey.elib.utils.Constants.DEF_AREA_TYPE
 
FileUtils - xey.elib.utils中的类
 
FileUtils() - 类 的构造器xey.elib.utils.FileUtils
 
findActivity(Class<?>) - 类 中的方法xey.elib.utils.AppManager
获取当前Activity(栈顶Activity)没有找到则返回null
findPhotoFromSDCard(String, String) - 类 中的静态方法xey.elib.utils.ImageTools
Get image from SD card by path and the name of image
findTopChildUnder(int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Find the topmost child under the given point within the parent view's coordinate system.
findViewById(int) - 类 中的方法xey.elib.views.swipeback.SwipeBackActivity
 
findViewById(int) - 类 中的方法xey.elib.views.swipeback.SwipeBackActivityHelper
 
finishActivity() - 类 中的方法xey.elib.utils.AppManager
结束当前Activity(栈顶Activity)
finishActivity(Activity) - 类 中的方法xey.elib.utils.AppManager
结束指定的Activity(重载)
finishActivity(Class<?>) - 类 中的方法xey.elib.utils.AppManager
结束指定的Activity(重载)
finishAllActivity() - 类 中的方法xey.elib.utils.AppManager
结束所有Activity
finishOthersActivity(Class<?>) - 类 中的方法xey.elib.utils.AppManager
关闭除了指定activity以外的全部activity 如果cls不存在于栈中,则栈全部清空
FIRST - 类 中的静态变量xey.elib.utils.Constants.DEF_RESULT_CODE
 
FIRST - 类 中的静态变量xey.elib.utils.Constants.DEF_TASK_TYPE
 
flingCapturedView(int, int, int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Settle the captured view based on standard free-moving fling behavior.
FloatEvaluator - xey.elib.nineold中的类
This evaluator can be used to perform type interpolation between float values.
FloatEvaluator() - 类 的构造器xey.elib.nineold.FloatEvaluator
 
FloatProperty<T> - xey.elib.nineold.util中的类
An implementation of Property to be used specifically with fields of type float.
FloatProperty(String) - 类 的构造器xey.elib.nineold.util.FloatProperty
 
ForegroundImageView - xey.elib.widget中的类
An extension to ImageView which has a foreground drawable.
ForegroundImageView(Context, AttributeSet) - 类 的构造器xey.elib.widget.ForegroundImageView
 
ForegroundLinearLayout - xey.elib.widget中的类
See https://gist.github.com/chrisbanes/9091754
ForegroundLinearLayout(Context) - 类 的构造器xey.elib.widget.ForegroundLinearLayout
 
ForegroundLinearLayout(Context, AttributeSet) - 类 的构造器xey.elib.widget.ForegroundLinearLayout
 
ForegroundLinearLayout(Context, AttributeSet, int) - 类 的构造器xey.elib.widget.ForegroundLinearLayout
 
formatDate(Date, String) - 类 中的静态方法xey.elib.utils.StringUtils
格式化日期字符串
formatDate(Date) - 类 中的静态方法xey.elib.utils.StringUtils
格式化日期字符串
formatDate(long) - 类 中的静态方法xey.elib.utils.StringUtils
 
formatDateTime(Date) - 类 中的静态方法xey.elib.utils.StringUtils
格式化日期时间字符串
formatDateTime(long) - 类 中的静态方法xey.elib.utils.StringUtils
 
formatGMTDate(String) - 类 中的静态方法xey.elib.utils.StringUtils
格林威时间转换
FourThreeImageView - xey.elib.widget中的类
A extension of ForegroundImageView that is always 4:3 aspect ratio.
FourThreeImageView(Context, AttributeSet) - 类 的构造器xey.elib.widget.FourThreeImageView
 
FourThreeLinearLayout - xey.elib.widget中的类
A extension of ForegroundLinearLayout that is always 4:3 aspect ratio.
FourThreeLinearLayout(Context, AttributeSet) - 类 的构造器xey.elib.widget.FourThreeLinearLayout
 
FractionalTouchDelegate - xey.elib.utils中的类
TouchDelegate that gates MotionEvent instances by comparing then against fractional dimensions of the source view.
FractionalTouchDelegate(View, View, RectF) - 类 的构造器xey.elib.utils.FractionalTouchDelegate
 
freeFall() - 类 中的方法xey.elib.widget.LoadingView
下落

G

GAO_XIAO - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
generateFileSize(long) - 类 中的静态方法xey.elib.utils.StringUtils
转换文件大小
generateTime(long) - 类 中的静态方法xey.elib.utils.StringUtils
转换时间显示
gennerTime(int) - 类 中的静态方法xey.elib.utils.StringUtils
根据秒速获取时间格式
get(T) - 类 中的方法xey.elib.nineold.util.Property
Returns the current value that this property represents on the given object.
getActivePointerId() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
 
getAge(Date, Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取期间的年龄
getAlpha() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getAlpha(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getAnimatedFraction() - 类 中的方法xey.elib.nineold.ValueAnimator
Returns the current animation fraction, which is the elapsed/interpolated fraction used in the most recent frame update on the animation.
getAnimatedValue() - 类 中的方法xey.elib.nineold.ValueAnimator
The most recent value calculated by this ValueAnimator when there is just one property being animated.
getAnimatedValue(String) - 类 中的方法xey.elib.nineold.ValueAnimator
The most recent value calculated by this ValueAnimator for propertyName.
getAppManager() - 类 中的静态方法xey.elib.utils.AppManager
单实例, UI无需考虑多线程同步问题
getAvailableStorage() - 类 中的静态方法xey.elib.utils.DeviceUtils
检测磁盘状态
getBitmapSize(Bitmap) - 类 中的静态方法xey.elib.utils.ImageUtils
 
getBorderColor() - 类 中的方法xey.elib.views.CircleImageView
 
getBorderWidth() - 类 中的方法xey.elib.views.CircleImageView
 
getCanonical(File) - 类 中的静态方法xey.elib.utils.FileUtils
 
getCapturedView() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
 
getChildAnimations() - 类 中的方法xey.elib.nineold.AnimatorSet
Returns the current list of child Animator objects controlled by this AnimatorSet.
getChineseCharCount(String) - 类 中的静态方法xey.elib.utils.StringUtils
获取中文字符个数
getChineseName() - 枚举 中的方法xey.elib.utils.date.Week
 
getCpuInfo() - 类 中的静态方法xey.elib.utils.DeviceUtils
 
getCurrentAnimationsCount() - 类 中的静态方法xey.elib.nineold.ValueAnimator
Return the number of animations currently running.
getCurrentPlayTime() - 类 中的方法xey.elib.nineold.ValueAnimator
Gets the current position of the animation in time, which is equal to the current time minus the time that the animation started.
getDate(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期 。
getDate(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期。
getDate() - 类 中的静态方法xey.elib.utils.StringUtils
获取当前时间 格式为yyyy-MM-dd 例如2011-07-08
getDateStyle(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期字符串的日期风格。
getDateTime(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的时间。
getDateTime(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的时间。
getDateTime() - 类 中的静态方法xey.elib.utils.StringUtils
获取当前时间
getDay(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的天数。
getDay(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的天数。
getDensity(Context) - 类 中的静态方法xey.elib.utils.DensityUtil
 
getDeviceModel() - 类 中的静态方法xey.elib.utils.DeviceUtils
获得设备型号
getDialog() - 类 中的方法xey.elib.widget.ShapeLoadingDialog
 
getDuration() - 类 中的方法xey.elib.nineold.Animator
Gets the length of the animation.
getDuration() - 类 中的方法xey.elib.nineold.AnimatorSet
Gets the length of each of the child animations of this AnimatorSet.
getDuration() - 类 中的方法xey.elib.nineold.ValueAnimator
Gets the length of the animation.
getDuration() - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
Returns the current duration of property animations.
getEdgeSize() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Return the size of an edge.
getEnglishCount(String) - 类 中的静态方法xey.elib.utils.StringUtils
获取英文字符个数
getExternalStorageDirectory() - 类 中的静态方法xey.elib.utils.FileUtils
多个SD卡时 取外置SD卡
getFileExtension(File) - 类 中的静态方法xey.elib.utils.FileUtils
获取文件后缀
getFileNameNoEx(String) - 类 中的静态方法xey.elib.utils.FileUtils
 
getForeground() - 类 中的方法xey.elib.widget.ForegroundImageView
Returns the drawable used as the foreground of this view.
getForeground() - 类 中的方法xey.elib.widget.ForegroundLinearLayout
Returns the drawable used as the foreground of this layout.
getForegroundGravity() - 类 中的方法xey.elib.widget.ForegroundLinearLayout
Describes how the foreground is positioned.
getFraction() - 类 中的方法xey.elib.nineold.Keyframe
Gets the time for this keyframe, as a fraction of the overall animation duration.
getFrameDelay() - 类 中的静态方法xey.elib.nineold.ValueAnimator
The amount of time, in milliseconds, between each frame of the animation.
getHeaderView() - 类 中的方法xey.elib.views.PullToZoomListView
 
getHeight(View) - 类 中的静态方法xey.elib.utils.DensityUtil
 
getHour(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的小时。
getHour(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的小时。
getHtmlString(String) - 类 中的静态方法xey.elib.utils.HttpUtil
 
getId() - 类 中的方法xey.elib.utils.glide.GlideCircleTransform
 
getId() - 类 中的方法xey.elib.utils.glide.GlideRoundTransform
 
getInteger(Date, int) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期中的某数值。
getInterpolator() - 类 中的方法xey.elib.nineold.Keyframe
Gets the optional interpolator for this Keyframe.
getInterpolator() - 类 中的方法xey.elib.nineold.ValueAnimator
Returns the timing interpolator that this ValueAnimator uses.
getIntervalDays(String, String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取两个日期相差的天数
getIntervalDays(Date, Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
 
getIntervalDaysMS(String, String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取两个日期相差的天数
getIntervalDaysMS(Date, Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
 
getListeners() - 类 中的方法xey.elib.nineold.Animator
Gets the set of Animator.AnimatorListener objects that are currently listening for events on this Animator object.
getManufacturer() - 类 中的静态方法xey.elib.utils.DeviceUtils
获得设备制造商
getMimeType(String) - 类 中的静态方法xey.elib.utils.FileUtils
获取MIME
getMinute(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的分钟。
getMinute(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的分钟。
getMinVelocity() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Return the currently configured minimum velocity.
getMonth(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的月份。
getMonth(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的月份。
getMostPopulousSwatch(Palette) - 类 中的静态方法xey.elib.utils.ColorUtils
 
getName() - 类 中的方法xey.elib.nineold.util.Property
Returns the name for this property.
getName() - 枚举 中的方法xey.elib.utils.date.Week
 
getNumber() - 枚举 中的方法xey.elib.utils.date.Week
 
getOrderedChildIndex(int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called to determine the Z-order of child views.
getPhotoFromSDCard(String, String) - 类 中的静态方法xey.elib.utils.ImageTools
Get images from SD card by path and the name of image
getPivotX() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getPivotX(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getPivotY() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getPivotY(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getPrefBoolean(Context, String, boolean) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
getPrefFloat(Context, String, float) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
getPrefInt(Context, String, int) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
getPrefLong(Context, String, long) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
getPrefString(Context, String, String) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
getPropertyName() - 类 中的方法xey.elib.nineold.ObjectAnimator
Gets the name of the property that will be animated.
getPropertyName() - 类 中的方法xey.elib.nineold.PropertyValuesHolder
Gets the name of the property that will be animated.
getRandomInt() - 类 中的静态方法xey.elib.utils.XeyUtils
 
getRandomInt(int) - 类 中的静态方法xey.elib.utils.XeyUtils
 
getRefreshView() - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
getRepeatCount() - 类 中的方法xey.elib.nineold.ValueAnimator
Defines how many times the animation should repeat.
getRepeatMode() - 类 中的方法xey.elib.nineold.ValueAnimator
Defines what this animation should do when it reaches the end.
getRotation() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getRotation(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getRotationX() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getRotationX(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getRotationY() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getRotationY(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getRoundedCornerBitmap(Bitmap, float) - 类 中的静态方法xey.elib.utils.ImageTools
Get rounded corner images
getRoundedCornerBitmap(Bitmap, float) - 类 中的静态方法xey.elib.utils.ImageUtils
获取图片圆角
getScaleType() - 类 中的方法xey.elib.views.CircleImageView
 
getScaleX() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getScaleX(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getScaleY() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getScaleY(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getScreenDensity(Context) - 类 中的静态方法xey.elib.utils.DeviceUtils
获得设备屏幕密度
getScreenHeight(Context) - 类 中的静态方法xey.elib.utils.DensityUtil
屏幕高度
getScreenHeight(Context) - 类 中的静态方法xey.elib.utils.DeviceUtils
 
getScreenSize(int, int, Context) - 类 中的静态方法xey.elib.utils.DeviceUtils
 
getScreenSize(int, int, int, int) - 类 中的静态方法xey.elib.utils.DeviceUtils
 
getScreenWidth(Context) - 类 中的静态方法xey.elib.utils.DensityUtil
 
getScreenWidth(Context) - 类 中的静态方法xey.elib.utils.DeviceUtils
获取屏幕宽度
getScrollX() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getScrollX(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getScrollY() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getScrollY(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getSDKVersion() - 类 中的静态方法xey.elib.utils.DeviceUtils
 
getSDKVersionInt() - 类 中的静态方法xey.elib.utils.DeviceUtils
 
getSecond(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的秒钟。
getSecond(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的秒钟。
getShape() - 类 中的方法xey.elib.widget.ShapeLoadingView
 
getShortName() - 枚举 中的方法xey.elib.utils.date.Week
 
getStartDelay() - 类 中的方法xey.elib.nineold.Animator
The amount of time, in milliseconds, to delay starting the animation after Animator.start() is called.
getStartDelay() - 类 中的方法xey.elib.nineold.AnimatorSet
The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called.
getStartDelay() - 类 中的方法xey.elib.nineold.ValueAnimator
The amount of time, in milliseconds, to delay starting the animation after ValueAnimator.start() is called.
getStartDelay() - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
Returns the current startDelay of property animations.
getSwipeBackLayout() - 类 中的方法xey.elib.views.swipeback.SwipeBackActivity
 
getSwipeBackLayout() - 接口 中的方法xey.elib.views.swipeback.SwipeBackActivityBase
 
getSwipeBackLayout() - 类 中的方法xey.elib.views.swipeback.SwipeBackActivityHelper
 
getTarget() - 类 中的方法xey.elib.nineold.ObjectAnimator
The target object whose property will be animated by this animation
GetTextWidth(String, float) - 类 中的静态方法xey.elib.utils.StringUtils
获取字符串宽度
getTime(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的时间。
getTime(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的时间。
getTimeDiff(long) - 类 中的静态方法xey.elib.utils.StringUtils
 
getTouchSlop() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
 
getTranslationX() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getTranslationX(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getTranslationY() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getTranslationY(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getType() - 类 中的方法xey.elib.nineold.Keyframe
Gets the type of keyframe.
getType() - 类 中的方法xey.elib.nineold.util.Property
Returns the type for this property.
getUrlExtension(String) - 类 中的静态方法xey.elib.utils.FileUtils
 
getUrlFileName(String) - 类 中的静态方法xey.elib.utils.FileUtils
 
getValue() - 类 中的方法xey.elib.nineold.Keyframe
Gets the value for this Keyframe.
getValue() - 枚举 中的方法xey.elib.utils.date.DateStyle
 
getValues() - 类 中的方法xey.elib.nineold.ValueAnimator
Returns the values that this ValueAnimator animates between.
getVerCode(Context) - 类 中的静态方法xey.elib.views.ApplicationUtils
获取当前Apk版本号 android:versionCode
getVerName(Context) - 类 中的静态方法xey.elib.views.ApplicationUtils
 
getViewDragState() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Retrieve the current drag state of this helper.
getViewHorizontalDragRange(View) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Return the magnitude of a draggable child view's horizontal range of motion in pixels.
getViewVerticalDragRange(View) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Return the magnitude of a draggable child view's vertical range of motion in pixels.
getWeek(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的星期。
getWeek(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的星期。
getWidth(View) - 类 中的静态方法xey.elib.utils.DensityUtil
 
getX() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getX(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getY() - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
getY(View) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
getYear(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的年份。
getYear(Date) - 类 中的静态方法xey.elib.utils.date.DateUtil
获取日期的年份。
GlideCircleTransform - xey.elib.utils.glide中的类
 
GlideCircleTransform(Context) - 类 的构造器xey.elib.utils.glide.GlideCircleTransform
 
GlideRoundTransform - xey.elib.utils.glide中的类
 
GlideRoundTransform(Context) - 类 的构造器xey.elib.utils.glide.GlideRoundTransform
 
GlideRoundTransform(Context, int) - 类 的构造器xey.elib.utils.glide.GlideRoundTransform
 
GUAN_FANG_YAN_SHEN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
GUO_CHAN_DIAN_YIN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
GUO_CHAN_DONG_HUA - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 

H

hasFroyo() - 类 中的静态方法xey.elib.utils.DeviceUtils
>=2.2
hasGingerbread() - 类 中的静态方法xey.elib.utils.DeviceUtils
>=2.3
hasHoneycomb() - 类 中的静态方法xey.elib.utils.DeviceUtils
>=3.0 LEVEL:11
hasHoneycombMR1() - 类 中的静态方法xey.elib.utils.DeviceUtils
>=3.1
hasICS() - 类 中的静态方法xey.elib.utils.DeviceUtils
>=4.0 14
hasKey(Context, String) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
hasOverlappingRendering() - 类 中的方法xey.elib.widget.ForegroundImageView
 
hasOverlappingRendering() - 类 中的方法xey.elib.widget.FourThreeLinearLayout
 
hasValue() - 类 中的方法xey.elib.nineold.Keyframe
Indicates whether this keyframe has a valid value.
hideSoftInput(Context, View) - 类 中的静态方法xey.elib.utils.DeviceUtils
隐藏软键盘
hostBase - 类 中的静态变量xey.elib.utils.HttpUtil
 
HttpUtil - xey.elib.utils中的类
 
HttpUtil() - 类 的构造器xey.elib.utils.HttpUtil
 

I

i(String, String) - 类 中的静态方法xey.elib.utils.XLog
 
i(String) - 类 中的静态方法xey.elib.utils.XLog
 
ILoadingLayout - xey.elib.widget.refreshlayout中的接口
Created by 6a209 on 14/10/19.
ImageTools - xey.elib.utils中的类
Tools for handler picture
ImageTools() - 类 的构造器xey.elib.utils.ImageTools
 
ImageUtils - xey.elib.utils中的类
 
ImageUtils() - 类 的构造器xey.elib.utils.ImageUtils
 
IMG - 类 中的静态变量xey.elib.utils.Constants.DEF_BLOG_ITEM_TYPE
 
ImmersiveUtil - xey.elib.utils中的类
Created by Administrator on 2015/11/19.
ImmersiveUtil() - 类 的构造器xey.elib.utils.ImmersiveUtil
 
indexOf(T[], T) - 类 中的静态方法xey.elib.utils.ArrayUtils
 
INFINITE - 类 中的静态变量xey.elib.nineold.ValueAnimator
This value used used with the ValueAnimator.setRepeatCount(int) property to repeat the animation indefinitely.
InfiniteScrollListener - xey.elib.widget.recycleview中的类
A scroll listener for RecyclerView to load more items as you approach the end.
InfiniteScrollListener(LinearLayoutManager, DataLoadingSubject) - 类 的构造器xey.elib.widget.recycleview.InfiniteScrollListener
 
INIT - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
inputStreamToBitmap(InputStream) - 类 中的静态方法xey.elib.utils.ImageTools
Input stream to bitmap
inRangeOfView(View, MotionEvent) - 类 中的静态方法xey.elib.utils.XeyUtils
 
IntEvaluator - xey.elib.nineold中的类
This evaluator can be used to perform type interpolation between int values.
IntEvaluator() - 类 的构造器xey.elib.nineold.IntEvaluator
 
IntProperty<T> - xey.elib.nineold.util中的类
An implementation of Property to be used specifically with fields of type int.
IntProperty(String) - 类 的构造器xey.elib.nineold.util.IntProperty
 
INVALID_POINTER - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
A null/invalid pointer ID.
IS_DARK - 类 中的静态变量xey.elib.utils.ColorUtils
 
IS_LIGHT - 类 中的静态变量xey.elib.utils.ColorUtils
 
isAudio(String) - 类 中的静态方法xey.elib.utils.MediaUtils
 
isAudio(File) - 类 中的静态方法xey.elib.utils.MediaUtils
 
isCapturedViewUnder(int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Determine if the currently captured view is under the given point in the parent view's coordinate system.
isDark(Palette) - 类 中的静态方法xey.elib.utils.ColorUtils
Checks if the most populous color in the given palette is dark

Annoyingly we have to return this Lightness 'enum' rather than a boolean as palette isn't guaranteed to find the most populous color.

isDark(Bitmap, int, int) - 类 中的静态方法xey.elib.utils.ColorUtils
Determines if a given bitmap is dark.
isDataLoading() - 接口 中的方法xey.elib.widget.recycleview.DataLoadingSubject
 
isDate(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
判断字符串是否为日期字符串
isEdgeTouched(int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Check if any of the edges specified were initially touched in the currently active gesture.
isEdgeTouched(int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Check if any of the edges specified were initially touched by the pointer with the specified ID.
isEmpty(String) - 类 中的静态方法xey.elib.utils.StringUtils
判断字符串是否为空
isHardKeyboardOpen(Context) - 类 中的方法xey.elib.utils.DeviceUtils
软键盘是否已经打开
isHoneycombTablet(Context) - 类 中的静态方法xey.elib.utils.DeviceUtils
 
isHTC() - 类 中的静态方法xey.elib.utils.DeviceUtils
检测是否HTC手机
isMeizu() - 类 中的静态方法xey.elib.utils.DeviceUtils
检测是否魅族手机
isMobileNO(String) - 类 中的静态方法xey.elib.utils.XeyUtils
 
isNative(String) - 类 中的静态方法xey.elib.utils.MediaUtils
 
isOpen() - 类 中的方法xey.elib.views.LeftSliderLayout
Determine whether LeftSlideLayout is open
isPointerDown(int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Check if the given pointer ID represents a pointer that is currently down (to the best of the ViewDragHelper's knowledge).
isReadOnly() - 类 中的方法xey.elib.nineold.util.Property
Returns true if the Property.set(Object, Object) method does not set the value on the target object (in which case the set() method should throw a NoSuchPropertyException exception).
isRunning() - 类 中的方法xey.elib.nineold.Animator
Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended).
isRunning() - 类 中的方法xey.elib.nineold.AnimatorSet
Returns true if any of the child animations of this AnimatorSet have been started and have not yet ended.
isRunning() - 类 中的方法xey.elib.nineold.ValueAnimator
 
isShowing() - 类 中的方法xey.elib.widget.ShapeLoadingDialog
 
isShowOnly() - 枚举 中的方法xey.elib.utils.date.DateStyle
 
isStarted() - 类 中的方法xey.elib.nineold.Animator
Returns whether this Animator has been started and not yet ended.
isStarted() - 类 中的方法xey.elib.nineold.AnimatorSet
 
isStarted() - 类 中的方法xey.elib.nineold.ValueAnimator
 
isSubTrack(File) - 类 中的静态方法xey.elib.utils.MediaUtils
 
isTablet(Context) - 类 中的静态方法xey.elib.utils.DeviceUtils
判断是否是平板电脑
isTopActivity(Context, String) - 类 中的静态方法xey.elib.views.ApplicationUtils
返回当前的应用是否处于前台显示状态 不需要android.permission.GET_TASKS权限 http://zengrong.net/post/1680.htm
isVideo(File) - 类 中的静态方法xey.elib.utils.FileUtils
 
isVideo(String) - 类 中的静态方法xey.elib.utils.MediaUtils
 
isVideo(File) - 类 中的静态方法xey.elib.utils.MediaUtils
 
isVideoOrAudio(File) - 类 中的静态方法xey.elib.utils.FileUtils
是否是音频或者视频
isVideoOrAudio(String) - 类 中的静态方法xey.elib.utils.FileUtils
 
isVideoOrAudio(String) - 类 中的静态方法xey.elib.utils.MediaUtils
 
isVideoOrAudio(File) - 类 中的静态方法xey.elib.utils.MediaUtils
 
isViewUnder(View, int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Determine if the supplied view is under the given point in the parent view's coordinate system.
isXiaomi() - 类 中的静态方法xey.elib.utils.DeviceUtils
 
ItemTouchHelperAdapter - xey.elib.widget.recycleview中的接口
Interface for events related to swipe dismissing filters

J

JI_LU_PIAN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
join(ArrayList<String>, String) - 类 中的静态方法xey.elib.utils.StringUtils
拼接数组
join(Iterator<String>, String) - 类 中的静态方法xey.elib.utils.StringUtils
 
jumpDrawablesToCurrentState() - 类 中的方法xey.elib.widget.ForegroundImageView
 
jumpDrawablesToCurrentState() - 类 中的方法xey.elib.widget.ForegroundLinearLayout
 
JUN_SHI - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 

K

KE_JI - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
KE_JI_QU - 类 中的静态变量xey.elib.utils.Constants.DEF_AREA_TYPE
 
KE_PU_REN_WEN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
Keyframe - xey.elib.nineold中的类
This class holds a time/value pair for an animation.
Keyframe() - 类 的构造器xey.elib.nineold.Keyframe
 
KICHIKU - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 

L

LeftSliderLayout - xey.elib.views中的类
左边侧滑
LeftSliderLayout(Context, AttributeSet) - 类 的构造器xey.elib.views.LeftSliderLayout
Instantiates a new LeftSliderLayout.
LeftSliderLayout(Context, AttributeSet, int) - 类 的构造器xey.elib.views.LeftSliderLayout
Instantiates a new LeftSliderLayout.
LeftSliderLayout.OnLeftSliderLayoutStateListener - xey.elib.views中的接口
LeftSliderLayout Listener
LIAN_ZAI_DONG_HUA - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
LIGHTNESS_UNKNOWN - 类 中的静态变量xey.elib.utils.ColorUtils
 
LOAD - 类 中的静态变量xey.elib.utils.Constants.DEF_RESULT_CODE
 
LOAD - 类 中的静态变量xey.elib.utils.Constants.DEF_TASK_TYPE
 
loadAnimator(Context, int) - 类 中的静态方法xey.elib.nineold.AnimatorInflater
Loads an Animator object from a resource
LOADING - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
LoadingView - xey.elib.widget中的类
Created by zzz40500 on 15/4/6.
LoadingView(Context) - 类 的构造器xey.elib.widget.LoadingView
 
LoadingView(Context, AttributeSet) - 类 的构造器xey.elib.widget.LoadingView
 
LoadingView(Context, AttributeSet, int) - 类 的构造器xey.elib.widget.LoadingView
 
LoadingView(Context, AttributeSet, int, int) - 类 的构造器xey.elib.widget.LoadingView
 
loadmoreFinish(int) - 类 中的方法xey.elib.widget.refreshlayout.PullToRefreshLayout
加载完毕,显示加载结果。
LongStringToDate(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为日期。

M

MAD_AMV - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
MathUtils - xey.elib.utils中的类
Borrowed from github.com/romannurik/muzei
MediaUtils - xey.elib.utils中的类
 
MediaUtils() - 类 的构造器xey.elib.utils.MediaUtils
 
mForegroundInPadding - 类 中的变量xey.elib.widget.ForegroundLinearLayout
 
mIsLoading - 类 中的变量xey.elib.widget.ShapeLoadingView
 
mListeners - 类 中的静态变量xey.elib.views.swipeback.BaseActivity
 
MMD_3D - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
modifyAlpha(int, int) - 类 中的静态方法xey.elib.utils.ColorUtils
Set the alpha component of color to be alpha.
modifyAlpha(int, float) - 类 中的静态方法xey.elib.utils.ColorUtils
Set the alpha component of color to be alpha.
MOVE_SPEED - 类 中的变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
mProperty - 类 中的变量xey.elib.nineold.PropertyValuesHolder
 

N

NEEDS_PROXY - 类 中的静态变量xey.elib.nineold.view.animation.AnimatorProxy
Whether or not the current running platform needs to be proxied.
NO_DATA - 类 中的静态变量xey.elib.utils.Constants.DEF_RESULT_CODE
 
NOR_FIRST - 类 中的静态变量xey.elib.utils.Constants.DEF_TASK_TYPE
 
normal() - 类 中的方法xey.elib.widget.refreshlayout.DefaultHeadView
 
normal() - 接口 中的方法xey.elib.widget.refreshlayout.ILoadingLayout
 
NoSuchPropertyException - xey.elib.nineold.util中的异常错误
Thrown when code requests a Property on a class that does not expose the appropriate method or field.
NoSuchPropertyException(String) - 异常错误 的构造器xey.elib.nineold.util.NoSuchPropertyException
 

O

ObjectAnimator - xey.elib.nineold中的类
This subclass of ValueAnimator provides support for animating properties on target objects.
ObjectAnimator() - 类 的构造器xey.elib.nineold.ObjectAnimator
Creates a new ObjectAnimator object.
of(Class<T>, Class<V>, String) - 类 中的静态方法xey.elib.nineold.util.Property
This factory method creates and returns a Property given the class and name parameters, where the "name" parameter represents either: a public getName() method on the class which takes no arguments, plus an optional public setName() method which takes a value of the same type returned by getName() a public isName() method on the class which takes no arguments, plus an optional public setName() method which takes a value of the same type returned by isName() a public name field on the class If either of the get/is method alternatives is found on the class, but an appropriate setName() method is not found, the Property will be readOnly.
ofFloat(float, float) - 类 中的静态方法xey.elib.nineold.Keyframe
Constructs a Keyframe object with the given time and value.
ofFloat(float) - 类 中的静态方法xey.elib.nineold.Keyframe
Constructs a Keyframe object with the given time.
ofFloat(Object, String, float...) - 类 中的静态方法xey.elib.nineold.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between float values.
ofFloat(T, Property<T, Float>, float...) - 类 中的静态方法xey.elib.nineold.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between float values.
ofFloat(String, float...) - 类 中的静态方法xey.elib.nineold.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of float values.
ofFloat(Property<?, Float>, float...) - 类 中的静态方法xey.elib.nineold.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property and set of float values.
ofFloat(float...) - 类 中的静态方法xey.elib.nineold.ValueAnimator
Constructs and returns a ValueAnimator that animates between float values.
ofInt(float, int) - 类 中的静态方法xey.elib.nineold.Keyframe
Constructs a Keyframe object with the given time and value.
ofInt(float) - 类 中的静态方法xey.elib.nineold.Keyframe
Constructs a Keyframe object with the given time.
ofInt(Object, String, int...) - 类 中的静态方法xey.elib.nineold.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between int values.
ofInt(T, Property<T, Integer>, int...) - 类 中的静态方法xey.elib.nineold.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between int values.
ofInt(String, int...) - 类 中的静态方法xey.elib.nineold.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of int values.
ofInt(Property<?, Integer>, int...) - 类 中的静态方法xey.elib.nineold.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property and set of int values.
ofInt(int...) - 类 中的静态方法xey.elib.nineold.ValueAnimator
Constructs and returns a ValueAnimator that animates between int values.
ofKeyframe(String, Keyframe...) - 类 中的静态方法xey.elib.nineold.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder object with the specified property name and set of values.
ofKeyframe(Property, Keyframe...) - 类 中的静态方法xey.elib.nineold.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder object with the specified property and set of values.
ofObject(float, Object) - 类 中的静态方法xey.elib.nineold.Keyframe
Constructs a Keyframe object with the given time and value.
ofObject(float) - 类 中的静态方法xey.elib.nineold.Keyframe
Constructs a Keyframe object with the given time.
ofObject(Object, String, TypeEvaluator, Object...) - 类 中的静态方法xey.elib.nineold.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between Object values.
ofObject(T, Property<T, V>, TypeEvaluator<V>, V...) - 类 中的静态方法xey.elib.nineold.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between Object values.
ofObject(String, TypeEvaluator, Object...) - 类 中的静态方法xey.elib.nineold.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of Object values.
ofObject(Property, TypeEvaluator<V>, V...) - 类 中的静态方法xey.elib.nineold.PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property and set of Object values.
ofObject(TypeEvaluator, Object...) - 类 中的静态方法xey.elib.nineold.ValueAnimator
Constructs and returns a ValueAnimator that animates between Object values.
ofPropertyValuesHolder(Object, PropertyValuesHolder...) - 类 中的静态方法xey.elib.nineold.ObjectAnimator
Constructs and returns an ObjectAnimator that animates between the sets of values specified in PropertyValueHolder objects.
ofPropertyValuesHolder(PropertyValuesHolder...) - 类 中的静态方法xey.elib.nineold.ValueAnimator
Constructs and returns a ValueAnimator that animates between the values specified in the PropertyValuesHolder objects.
onActivityCreate() - 类 中的方法xey.elib.views.swipeback.SwipeBackActivityHelper
 
onAnimationCancel(Animator) - 接口 中的方法xey.elib.nineold.Animator.AnimatorListener
Notifies the cancellation of the animation.
onAnimationCancel(Animator) - 类 中的方法xey.elib.nineold.AnimatorListenerAdapter
Notifies the cancellation of the animation.
onAnimationEnd(Animator) - 接口 中的方法xey.elib.nineold.Animator.AnimatorListener
Notifies the end of the animation.
onAnimationEnd(Animator) - 类 中的方法xey.elib.nineold.AnimatorListenerAdapter
Notifies the end of the animation.
onAnimationRepeat(Animator) - 接口 中的方法xey.elib.nineold.Animator.AnimatorListener
Notifies the repetition of the animation.
onAnimationRepeat(Animator) - 类 中的方法xey.elib.nineold.AnimatorListenerAdapter
Notifies the repetition of the animation.
onAnimationStart(Animator) - 接口 中的方法xey.elib.nineold.Animator.AnimatorListener
Notifies the start of the animation.
onAnimationStart(Animator) - 类 中的方法xey.elib.nineold.AnimatorListenerAdapter
Notifies the start of the animation.
onAnimationUpdate(ValueAnimator) - 接口 中的方法xey.elib.nineold.ValueAnimator.AnimatorUpdateListener
Notifies the occurrence of another frame of the animation.
onCreate(Bundle) - 类 中的方法xey.elib.views.swipeback.SwipeBackActivity
 
onDoubleTap() - 接口 中的方法xey.elib.views.CommonGestures.TouchListener
 
onDraw(Canvas) - 类 中的方法xey.elib.views.CircleImageView
 
onDraw(Canvas) - 类 中的方法xey.elib.widget.ShapeLoadingView
 
onEdgeDragStarted(int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called when the user has started a dxey.eliberate drag away from one of the subscribed edges in the parent view while no child view is currently captured.
onEdgeLock(int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called when the given edge may become locked.
onEdgeTouch(int) - 接口 中的方法xey.elib.views.swipeback.SwipeBackLayout.SwipeListener
Invoke when edge touched
onEdgeTouched(int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called when one of the subscribed edges in the parent view has been touched by the user while no child view is currently captured.
onFinishInflate() - 类 中的方法xey.elib.widget.LoadingView
 
onGestureBegin() - 接口 中的方法xey.elib.views.CommonGestures.TouchListener
 
onGestureEnd() - 接口 中的方法xey.elib.views.CommonGestures.TouchListener
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.LeftSliderLayout
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.PullToZoomListView
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xey.elib.widget.refreshlayout.PullToRefreshLayout
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
onItemDismiss(int) - 接口 中的方法xey.elib.widget.recycleview.ItemTouchHelperAdapter
 
onLayout(boolean, int, int, int, int) - 类 中的方法xey.elib.views.LeftSliderLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法xey.elib.views.PullToZoomListView
 
onLayout(boolean, int, int, int, int) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法xey.elib.widget.ForegroundLinearLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法xey.elib.widget.refreshlayout.PullToRefreshLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
onLeftSlide(float) - 接口 中的方法xey.elib.views.CommonGestures.TouchListener
 
OnLeftSliderLayoutInterceptTouch(MotionEvent) - 接口 中的方法xey.elib.views.LeftSliderLayout.OnLeftSliderLayoutStateListener
Called when LeftSliderLayout has got onInterceptTouchEvent.
OnLeftSliderLayoutStateChanged(boolean) - 接口 中的方法xey.elib.views.LeftSliderLayout.OnLeftSliderLayoutStateListener
Called when LeftSliderLayout’s state has been changed.
onLoadMore() - 类 中的方法xey.elib.widget.recycleview.InfiniteScrollListener
 
onLoadMore(PullToRefreshLayout) - 接口 中的方法xey.elib.widget.refreshlayout.PullToRefreshLayout.OnRefreshListener
加载操作
onLongPress() - 接口 中的方法xey.elib.views.CommonGestures.TouchListener
 
onMeasure(int, int) - 类 中的方法xey.elib.views.LeftSliderLayout
 
onMeasure(int, int) - 类 中的方法xey.elib.widget.FourThreeImageView
 
onMeasure(int, int) - 类 中的方法xey.elib.widget.FourThreeLinearLayout
 
onMeasure(int, int) - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
onPause() - 类 中的方法xey.elib.views.swipeback.BaseActivity
 
onPostCreate(Bundle) - 类 中的方法xey.elib.views.swipeback.SwipeBackActivity
 
onPostCreate() - 类 中的方法xey.elib.views.swipeback.SwipeBackActivityHelper
 
onPullDown(float) - 接口 中的方法xey.elib.widget.refreshlayout.RefreshLayout.OnRefreshListener
on pull down status
onRefresh() - 类 中的方法xey.elib.widget.recycleview.InfiniteScrollListener
 
onRefresh(PullToRefreshLayout) - 接口 中的方法xey.elib.widget.refreshlayout.PullToRefreshLayout.OnRefreshListener
刷新操作
onRefresh() - 接口 中的方法xey.elib.widget.refreshlayout.RefreshLayout.OnRefreshListener
on refreshing status
onRefreshOver() - 接口 中的方法xey.elib.widget.refreshlayout.RefreshLayout.OnRefreshListener
on refresh over on normal status i suggest in this callback refresh the view data;
onResume() - 类 中的方法xey.elib.views.swipeback.BaseActivity
 
onRightSlide(float) - 接口 中的方法xey.elib.views.CommonGestures.TouchListener
 
onScale(float, int) - 接口 中的方法xey.elib.views.CommonGestures.TouchListener
 
onScroll(AbsListView, int, int, int) - 类 中的方法xey.elib.views.PullToZoomListView
 
onScrolled(RecyclerView, int, int) - 类 中的方法xey.elib.widget.recycleview.InfiniteScrollListener
 
onScrollOverThreshold() - 接口 中的方法xey.elib.views.swipeback.SwipeBackLayout.SwipeListener
Invoke when scroll percent over the threshold for the first time
onScrollStateChange(int, float) - 接口 中的方法xey.elib.views.swipeback.SwipeBackLayout.SwipeListener
Invoke when state change
onScrollStateChanged(AbsListView, int) - 类 中的方法xey.elib.views.PullToZoomListView
 
onSingleTap() - 接口 中的方法xey.elib.views.CommonGestures.TouchListener
 
onSizeChanged(int, int, int, int) - 类 中的方法xey.elib.views.CircleImageView
 
onSizeChanged(int, int, int, int) - 类 中的方法xey.elib.widget.ForegroundImageView
 
onSizeChanged(int, int, int, int) - 类 中的方法xey.elib.widget.ForegroundLinearLayout
 
onTimeUpdate(TimeAnimator, long, long) - 接口 中的方法xey.elib.nineold.TimeAnimator.TimeListener
Notifies listeners of the occurrence of another frame of the animation, along with information about the elapsed time.
onTouchEvent(MotionEvent) - 类 中的方法xey.elib.utils.FractionalTouchDelegate
 
onTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.CommonGestures
 
onTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.LeftSliderLayout
 
onTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.PullToZoomListView
 
onTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
 
onTouchEvent(MotionEvent) - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
onViewCaptured(View, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called when a child view is captured for dragging or settling.
onViewDragStateChanged(int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called when the drag state changes.
onViewPositionChanged(View, int, int, int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called when the captured view's position changes as the result of a drag or settle.
onViewReleased(View, float, float) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called when the child view is no longer being actively dragged.
open() - 类 中的方法xey.elib.views.LeftSliderLayout
Open LeftSlideLayout
OU_MEI_DIAN_YIN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 

P

PARENT - 类 中的静态变量xey.elib.utils.Constants.DEF_COMMENT_TYPE
 
play(Animator) - 类 中的方法xey.elib.nineold.AnimatorSet
This method creates a Builder object, which is used to set up playing constraints.
playSequentially(Animator...) - 类 中的方法xey.elib.nineold.AnimatorSet
Sets up this AnimatorSet to play each of the supplied animations when the previous animation ends.
playSequentially(List<Animator>) - 类 中的方法xey.elib.nineold.AnimatorSet
Sets up this AnimatorSet to play each of the supplied animations when the previous animation ends.
playTogether(Animator...) - 类 中的方法xey.elib.nineold.AnimatorSet
Sets up this AnimatorSet to play all of the supplied animations at the same time.
playTogether(Collection<Animator>) - 类 中的方法xey.elib.nineold.AnimatorSet
Sets up this AnimatorSet to play all of the supplied animations at the same time.
PreferenceUtils - xey.elib.utils中的类
 
PreferenceUtils() - 类 的构造器xey.elib.utils.PreferenceUtils
 
printObj(Object) - 类 中的静态方法xey.elib.utils.XLog
 
processTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Process a touch event received by the parent view.
Property<T,V> - xey.elib.nineold.util中的类
A property is an abstraction that can be used to represent a mutable value that is held in a host object.
Property(Class<V>, String) - 类 的构造器xey.elib.nineold.util.Property
A constructor that takes an identifying name and type for the property.
PropertyValuesHolder - xey.elib.nineold中的类
This class holds information about a property and the values that that property should take on during an animation.
Pullable - xey.elib.widget.refreshlayout中的接口
 
pullDownY - 类 中的变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
PullRefreshListView - xey.elib.widget.refreshlayout中的类
just support the LinearLayoutManager and the orientation is vertical Created by 6a209 on 14/10/29.
PullRefreshListView(Context) - 类 的构造器xey.elib.widget.refreshlayout.PullRefreshListView
 
PullRefreshListView(Context, AttributeSet) - 类 的构造器xey.elib.widget.refreshlayout.PullRefreshListView
 
PullRefreshRecyclerView - xey.elib.widget.refreshlayout中的类
just support the LinearLayoutManager and the orientation is vertical Created by 6a209 on 14/10/29.
PullRefreshRecyclerView(Context) - 类 的构造器xey.elib.widget.refreshlayout.PullRefreshRecyclerView
 
PullRefreshRecyclerView(Context, AttributeSet) - 类 的构造器xey.elib.widget.refreshlayout.PullRefreshRecyclerView
 
PullRefresScrollView - xey.elib.widget.refreshlayout中的类
Created by 6a209 on 14/10/21.
PullRefresScrollView(Context) - 类 的构造器xey.elib.widget.refreshlayout.PullRefresScrollView
 
PullRefresScrollView(Context, AttributeSet) - 类 的构造器xey.elib.widget.refreshlayout.PullRefresScrollView
 
pullToRefresh() - 类 中的方法xey.elib.widget.refreshlayout.DefaultHeadView
 
pullToRefresh() - 接口 中的方法xey.elib.widget.refreshlayout.ILoadingLayout
 
PullToRefreshLayout - xey.elib.widget.refreshlayout中的类
自定义的布局,用来管理三个子控件,其中一个是下拉头,一个是包含内容的pullableView(可以是实现Pullable接口的的任何View), 还有一个上拉头,更多详解见博客http://blog.csdn.net/zhongkejingwang/article/details/38868463
PullToRefreshLayout(Context) - 类 的构造器xey.elib.widget.refreshlayout.PullToRefreshLayout
 
PullToRefreshLayout(Context, AttributeSet) - 类 的构造器xey.elib.widget.refreshlayout.PullToRefreshLayout
 
PullToRefreshLayout(Context, AttributeSet, int) - 类 的构造器xey.elib.widget.refreshlayout.PullToRefreshLayout
 
PullToRefreshLayout.OnRefreshListener - xey.elib.widget.refreshlayout中的接口
刷新加载回调接口
PullToZoomListView - xey.elib.views中的类
下拉缩放
PullToZoomListView(Context) - 类 的构造器xey.elib.views.PullToZoomListView
 
PullToZoomListView(Context, AttributeSet) - 类 的构造器xey.elib.views.PullToZoomListView
 
PullToZoomListView(Context, AttributeSet, int) - 类 的构造器xey.elib.views.PullToZoomListView
 
px2dip(Context, float) - 类 中的静态方法xey.elib.utils.DensityUtil
根据手机的分辨率从 px(像素) 的单位 转成为 dp

R

REFRESH - 类 中的静态变量xey.elib.utils.Constants.DEF_RESULT_CODE
 
REFRESH - 类 中的静态变量xey.elib.utils.Constants.DEF_TASK_TYPE
 
refreshFinish(int) - 类 中的方法xey.elib.widget.refreshlayout.PullToRefreshLayout
 
refreshing() - 类 中的方法xey.elib.widget.refreshlayout.DefaultHeadView
 
refreshing() - 接口 中的方法xey.elib.widget.refreshlayout.ILoadingLayout
 
REFRESHING - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
RefreshLayout - xey.elib.widget.refreshlayout中的类
Created by 6a209 on 14/10/19.
RefreshLayout(Context) - 类 的构造器xey.elib.widget.refreshlayout.RefreshLayout
 
RefreshLayout(Context, AttributeSet) - 类 的构造器xey.elib.widget.refreshlayout.RefreshLayout
 
RefreshLayout.OnRefreshListener - xey.elib.widget.refreshlayout中的接口
 
refreshOver() - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
RELEASE_TO_LOAD - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
RELEASE_TO_REFRESH - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
releaseToRefresh() - 类 中的方法xey.elib.widget.refreshlayout.DefaultHeadView
 
releaseToRefresh() - 接口 中的方法xey.elib.widget.refreshlayout.ILoadingLayout
 
removeAllListeners() - 类 中的方法xey.elib.nineold.Animator
Removes all listeners from this object.
removeAllUpdateListeners() - 类 中的方法xey.elib.nineold.ValueAnimator
Removes all listeners from the set listening to frame updates for this animation.
removeListener(Animator.AnimatorListener) - 类 中的方法xey.elib.nineold.Animator
Removes a listener from the set listening to this animation.
removeSwipeListener(SwipeBackLayout.SwipeListener) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Removes a listener from the set of listeners
removeUpdateListener(ValueAnimator.AnimatorUpdateListener) - 类 中的方法xey.elib.nineold.ValueAnimator
Removes a listener from the set listening to frame updates for this animation.
requestLayout() - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
 
RESTART - 类 中的静态变量xey.elib.nineold.ValueAnimator
When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation restarts from the beginning.
REVERSE - 类 中的静态变量xey.elib.nineold.ValueAnimator
When the animation reaches the end and repeatCount is INFINITE or a positive value, the animation reverses direction on every iteration.
reverse() - 类 中的方法xey.elib.nineold.ValueAnimator
Plays the ValueAnimator in reverse.
RI_BEN_DIAN_YIN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
rotate(Bitmap, int) - 类 中的静态方法xey.elib.utils.ImageUtils
旋转图片
rotation(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's rotation property to be animated to the specified value.
rotationBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's rotation property to be animated by the specified value.
rotationX(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's rotationX property to be animated to the specified value.
rotationXBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's rotationX property to be animated by the specified value.
rotationY(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's rotationY property to be animated to the specified value.
rotationYBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's rotationY property to be animated by the specified value.

S

saveBitmap(String, Bitmap) - 类 中的静态方法xey.elib.utils.ImageUtils
 
saveBitmap(File, Bitmap) - 类 中的静态方法xey.elib.utils.ImageUtils
保存图片到文件
savePhotoToSDCard(Bitmap, String, String) - 类 中的静态方法xey.elib.utils.ImageTools
Save image to the SD card
SCALE_STATE_BEGIN - 类 中的静态变量xey.elib.views.CommonGestures
 
SCALE_STATE_END - 类 中的静态变量xey.elib.views.CommonGestures
 
SCALE_STATE_SCALEING - 类 中的静态变量xey.elib.views.CommonGestures
 
scaledBitmap(Bitmap, int, int) - 类 中的静态方法xey.elib.utils.ImageUtils
缩放图片
scaledBitmap(Bitmap, int) - 类 中的静态方法xey.elib.utils.ImageUtils
按比例缩放图片
scaleX(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's scaleX property to be animated to the specified value.
scaleXBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's scaleX property to be animated by the specified value.
scaleY(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's scaleY property to be animated to the specified value.
scaleYBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's scaleY property to be animated by the specified value.
scrimify(int, boolean, float) - 类 中的静态方法xey.elib.utils.ColorUtils
Calculate a variant of the color to make it more suitable for overlaying information.
scrimify(int, float) - 类 中的静态方法xey.elib.utils.ColorUtils
 
scrollToFinishActivity() - 类 中的方法xey.elib.views.swipeback.SwipeBackActivity
 
scrollToFinishActivity() - 接口 中的方法xey.elib.views.swipeback.SwipeBackActivityBase
Scroll out contentView and finish the activity
scrollToFinishActivity() - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Scroll out contentView and finish the activity
sdAvailable() - 类 中的静态方法xey.elib.utils.FileUtils
 
set(T, Float) - 类 中的方法xey.elib.nineold.util.FloatProperty
 
set(T, Integer) - 类 中的方法xey.elib.nineold.util.IntProperty
 
set(T, V) - 类 中的方法xey.elib.nineold.util.Property
Sets the value on object which this property represents.
setAlpha(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setAlpha(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setBackground(int) - 类 中的方法xey.elib.widget.ShapeLoadingDialog
 
setBadgeColor(int) - 类 中的方法xey.elib.widget.BadgedFourThreeImageView
 
setBorderColor(int) - 类 中的方法xey.elib.views.CircleImageView
 
setBorderWidth(int) - 类 中的方法xey.elib.views.CircleImageView
 
setBrightness(Activity, float) - 类 中的静态方法xey.elib.utils.DeviceUtils
设置屏幕亮度
setCanceledOnTouchOutside(boolean) - 类 中的方法xey.elib.widget.ShapeLoadingDialog
 
setCurrentPlayTime(long) - 类 中的方法xey.elib.nineold.ValueAnimator
Sets the position of the animation to the specified point in time.
setDuration(long) - 类 中的方法xey.elib.nineold.Animator
Sets the length of the animation.
setDuration(long) - 类 中的方法xey.elib.nineold.AnimatorSet
Sets the length of each of the current child animations of this AnimatorSet.
setDuration(long) - 类 中的方法xey.elib.nineold.ObjectAnimator
Sets the length of the animation.
setDuration(long) - 类 中的方法xey.elib.nineold.ValueAnimator
Sets the length of the animation.
setDuration(long) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
Sets the duration for the underlying animator that animates the requested properties.
setEdgeSize(int) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Set the size of an edge.
setEdgeSize(int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Set the size of an edge.
setEdgeTrackingEnabled(int) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Enable edge tracking for the selected edges of the parent view.
setEdgeTrackingEnabled(int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Enable edge tracking for the selected edges of the parent view.
setEnableGesture(boolean) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
 
setEvaluator(TypeEvaluator) - 类 中的方法xey.elib.nineold.PropertyValuesHolder
The TypeEvaluator will the automatically determined based on the type of values supplied to PropertyValuesHolder.
setEvaluator(TypeEvaluator) - 类 中的方法xey.elib.nineold.ValueAnimator
The type evaluator to be used when calculating the animated values of this animation.
setFloatValues(float...) - 类 中的方法xey.elib.nineold.ObjectAnimator
 
setFloatValues(float...) - 类 中的方法xey.elib.nineold.PropertyValuesHolder
Set the animated values for this object to this set of floats.
setFloatValues(float...) - 类 中的方法xey.elib.nineold.ValueAnimator
Sets float values that will be animated between.
setForeground(Drawable) - 类 中的方法xey.elib.widget.ForegroundImageView
Supply a Drawable that is to be rendered on top of the contents of this ImageView
setForeground(Drawable) - 类 中的方法xey.elib.widget.ForegroundLinearLayout
Supply a Drawable that is to be rendered on top of all of the child views in this layout.
setForegroundGravity(int) - 类 中的方法xey.elib.widget.ForegroundLinearLayout
Describes how the foreground is positioned.
setFraction(float) - 类 中的方法xey.elib.nineold.Keyframe
Sets the time for this keyframe, as a fraction of the overall animation duration.
setFrameDelay(long) - 类 中的静态方法xey.elib.nineold.ValueAnimator
The amount of time, in milliseconds, between each frame of the animation.
setHeaderViewSize(int, int) - 类 中的方法xey.elib.views.PullToZoomListView
 
setImageBitmap(Bitmap) - 类 中的方法xey.elib.views.CircleImageView
 
setImageDrawable(Drawable) - 类 中的方法xey.elib.views.CircleImageView
 
setImageResource(int) - 类 中的方法xey.elib.views.CircleImageView
 
setImageURI(Uri) - 类 中的方法xey.elib.views.CircleImageView
 
setInterpolator(Interpolator) - 类 中的方法xey.elib.nineold.Animator
The time interpolator used in calculating the elapsed fraction of this animation.
setInterpolator(Interpolator) - 类 中的方法xey.elib.nineold.AnimatorSet
Sets the TimeInterpolator for all current child animations of this AnimatorSet.
setInterpolator(Interpolator) - 类 中的方法xey.elib.nineold.Keyframe
Sets the optional interpolator for this Keyframe.
setInterpolator(Interpolator) - 类 中的方法xey.elib.nineold.ValueAnimator
The time interpolator used in calculating the elapsed fraction of this animation.
setInterpolator(Interpolator) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
Sets the interpolator for the underlying animator that animates the requested properties.
setIntValues(int...) - 类 中的方法xey.elib.nineold.ObjectAnimator
 
setIntValues(int...) - 类 中的方法xey.elib.nineold.PropertyValuesHolder
Set the animated values for this object to this set of ints.
setIntValues(int...) - 类 中的方法xey.elib.nineold.ValueAnimator
Sets int values that will be animated between.
setKeyframes(Keyframe...) - 类 中的方法xey.elib.nineold.PropertyValuesHolder
Set the animated values for this object to this set of Keyframes.
setListener(Animator.AnimatorListener) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
Sets a listener for events in the underlying Animators that run the property animations.
setLoadingText(CharSequence) - 类 中的方法xey.elib.widget.LoadingView
 
setLoadingText(CharSequence) - 类 中的方法xey.elib.widget.ShapeLoadingDialog
 
setMinVelocity(float) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Set the minimum velocity that will be detected as having a magnitude greater than zero in pixels per second.
setObjectValues(Object...) - 类 中的方法xey.elib.nineold.ObjectAnimator
 
setObjectValues(Object...) - 类 中的方法xey.elib.nineold.PropertyValuesHolder
Set the animated values for this object to this set of Objects.
setObjectValues(Object...) - 类 中的方法xey.elib.nineold.ValueAnimator
Sets the values to animate between for this animation.
setOnLeftSliderLayoutListener(LeftSliderLayout.OnLeftSliderLayoutStateListener) - 类 中的方法xey.elib.views.LeftSliderLayout
Set listener to LeftSliderLayout
setOnRefreshListener(PullToRefreshLayout.OnRefreshListener) - 类 中的方法xey.elib.widget.refreshlayout.PullToRefreshLayout
 
setOnRefreshListener(RefreshLayout.OnRefreshListener) - 类 中的方法xey.elib.widget.refreshlayout.RefreshLayout
 
setOnScrollListener(AbsListView.OnScrollListener) - 类 中的方法xey.elib.views.PullToZoomListView
 
setPivotX(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setPivotX(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setPivotY(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setPivotY(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setPrefBoolean(Context, String, boolean) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
setPrefFloat(Context, String, float) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
setPrefInt(Context, String, int) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
setPrefString(Context, String, String) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
setProperty(Property) - 类 中的方法xey.elib.nineold.ObjectAnimator
Sets the property that will be animated.
setProperty(Property) - 类 中的方法xey.elib.nineold.PropertyValuesHolder
Sets the property that will be animated.
setPropertyName(String) - 类 中的方法xey.elib.nineold.ObjectAnimator
Sets the name of the property that will be animated.
setPropertyName(String) - 类 中的方法xey.elib.nineold.PropertyValuesHolder
Sets the name of the property that will be animated.
setRepeatCount(int) - 类 中的方法xey.elib.nineold.ValueAnimator
Sets how many times the animation should be repeated.
setRepeatMode(int) - 类 中的方法xey.elib.nineold.ValueAnimator
Defines what this animation should do when it reaches the end.
setRotation(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setRotation(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setRotationX(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setRotationX(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setRotationY(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setRotationY(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setScaleType(ImageView.ScaleType) - 类 中的方法xey.elib.views.CircleImageView
 
setScaleX(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setScaleX(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setScaleY(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setScaleY(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setScrimColor(int) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Set a color to use for the scrim that obscures primary content while a drawer is open.
setScrollThresHold(float) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Set scroll threshold, we will close the activity, when scrollPercent over this value
setScrollX(int) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setScrollX(View, int) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setScrollY(int) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setScrollY(View, int) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setSettingLong(Context, String, long) - 类 中的静态方法xey.elib.utils.PreferenceUtils
 
setShadow(int) - 类 中的方法xey.elib.views.PullToZoomListView
 
setShadow(Drawable, int) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Set a drawable used for edge shadow.
setShadow(int, int) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
Set a drawable used for edge shadow.
setStartDelay(long) - 类 中的方法xey.elib.nineold.Animator
The amount of time, in milliseconds, to delay starting the animation after Animator.start() is called.
setStartDelay(long) - 类 中的方法xey.elib.nineold.AnimatorSet
The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called.
setStartDelay(long) - 类 中的方法xey.elib.nineold.ValueAnimator
The amount of time, in milliseconds, to delay starting the animation after ValueAnimator.start() is called.
setStartDelay(long) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
Sets the startDelay for the underlying animator that animates the requested properties.
setSwipeBackEnable(boolean) - 类 中的方法xey.elib.views.swipeback.SwipeBackActivity
 
setSwipeBackEnable(boolean) - 接口 中的方法xey.elib.views.swipeback.SwipeBackActivityBase
 
setSwipeListener(SwipeBackLayout.SwipeListener) - 类 中的方法xey.elib.views.swipeback.SwipeBackLayout
setTarget(Object) - 类 中的方法xey.elib.nineold.Animator
Sets the target object whose property will be animated by this animation.
setTarget(Object) - 类 中的方法xey.elib.nineold.AnimatorSet
Sets the target object for all current child animations of this AnimatorSet that take targets (ObjectAnimator and AnimatorSet).
setTarget(Object) - 类 中的方法xey.elib.nineold.ObjectAnimator
Sets the target object whose property will be animated by this animation
setTimeListener(TimeAnimator.TimeListener) - 类 中的方法xey.elib.nineold.TimeAnimator
Sets a listener that is sent update events throughout the life of an animation.
settleCapturedViewAt(int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Settle the captured view at the given (left, top) position.
setTouchListener(CommonGestures.TouchListener, boolean) - 类 中的方法xey.elib.views.CommonGestures
 
setTranslationX(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setTranslationX(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setTranslationY(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setTranslationY(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setupDelegate(View, View, RectF) - 类 中的静态方法xey.elib.utils.FractionalTouchDelegate
given View.
setupEndValues() - 类 中的方法xey.elib.nineold.Animator
This method tells the object to use appropriate information to extract ending values for the animation.
setupEndValues() - 类 中的方法xey.elib.nineold.AnimatorSet
 
setupEndValues() - 类 中的方法xey.elib.nineold.ObjectAnimator
 
setupStartValues() - 类 中的方法xey.elib.nineold.Animator
This method tells the object to use appropriate information to extract starting values for the animation.
setupStartValues() - 类 中的方法xey.elib.nineold.AnimatorSet
 
setupStartValues() - 类 中的方法xey.elib.nineold.ObjectAnimator
 
setValue(Object) - 类 中的方法xey.elib.nineold.Keyframe
Sets the value for this Keyframe.
setValue(T, float) - 类 中的方法xey.elib.nineold.util.FloatProperty
A type-specific override of the FloatProperty.set(Object, Float) that is faster when dealing with fields of type float.
setValue(T, int) - 类 中的方法xey.elib.nineold.util.IntProperty
A type-specific override of the IntProperty.set(Object, Integer) that is faster when dealing with fields of type int.
setValues(PropertyValuesHolder...) - 类 中的方法xey.elib.nineold.ValueAnimator
Sets the values, per property, being animated between.
setVisibility(int) - 类 中的方法xey.elib.widget.ShapeLoadingView
 
setX(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setX(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
setY(float) - 类 中的方法xey.elib.nineold.view.animation.AnimatorProxy
 
setY(View, float) - 类 中的静态方法xey.elib.nineold.view.ViewHelper
 
ShapeLoadingDialog - xey.elib.widget中的类
Created by zzz40500 on 15/6/15.
ShapeLoadingDialog(Context) - 类 的构造器xey.elib.widget.ShapeLoadingDialog
 
ShapeLoadingView - xey.elib.widget中的类
Created by zzz40500 on 15/4/4.
ShapeLoadingView(Context) - 类 的构造器xey.elib.widget.ShapeLoadingView
 
ShapeLoadingView(Context, AttributeSet) - 类 的构造器xey.elib.widget.ShapeLoadingView
 
ShapeLoadingView(Context, AttributeSet, int) - 类 的构造器xey.elib.widget.ShapeLoadingView
 
ShapeLoadingView(Context, AttributeSet, int, int) - 类 的构造器xey.elib.widget.ShapeLoadingView
 
ShapeLoadingView.Shape - xey.elib.widget中的枚举
 
SHENG_HUO - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
shouldInterceptTouchEvent(MotionEvent) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Check if this event as provided to the parent view's onInterceptTouchEvent should cause the parent to intercept the touch event stream.
show(Context, String) - 类 中的静态方法xey.elib.utils.ToastUtils
 
show() - 类 中的方法xey.elib.widget.ShapeLoadingDialog
 
showBadge(boolean) - 类 中的方法xey.elib.widget.BadgedFourThreeImageView
 
showFileAvailable() - 类 中的静态方法xey.elib.utils.FileUtils
显示SD卡剩余空间
showFileSize(long) - 类 中的静态方法xey.elib.utils.FileUtils
 
showSoftInput(Context) - 类 中的静态方法xey.elib.utils.DeviceUtils
显示软键盘
SHU_MA - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
smoothSlideViewTo(View, int, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
Animate the view child to the given (left, top) position.
start() - 类 中的方法xey.elib.nineold.Animator
Starts this animation.
start() - 类 中的方法xey.elib.nineold.AnimatorSet
Starts this animation.
start() - 类 中的方法xey.elib.nineold.ObjectAnimator
 
start() - 类 中的方法xey.elib.nineold.ValueAnimator
 
start() - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
Starts the currently pending property animations immediately.
startApkActivity(Context, String) - 类 中的静态方法xey.elib.utils.DeviceUtils
 
STATE_DRAGGING - 类 中的静态变量xey.elib.views.swipeback.SwipeBackLayout
A view is currently being dragged.
STATE_DRAGGING - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
A view is currently being dragged.
STATE_IDLE - 类 中的静态变量xey.elib.views.swipeback.SwipeBackLayout
A view is not currently being dragged or animating as a result of a fling/snap.
STATE_IDLE - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
A view is not currently being dragged or animating as a result of a fling/snap.
STATE_SETTLING - 类 中的静态变量xey.elib.views.swipeback.SwipeBackLayout
A view is currently settling into place as a result of a fling or predefined non-interactive motion.
STATE_SETTLING - 类 中的静态变量xey.elib.views.swipeback.ViewDragHelper
A view is currently settling into place as a result of a fling or predefined non-interactive motion.
StringToDate(String) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为日期。
StringToDate(String, String) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为日期。
StringToDate(String, DateStyle) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为日期。
StringToString(String, String) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为另一日期字符串。
StringToString(String, DateStyle) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为另一日期字符串。
StringToString(String, String, String) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为另一日期字符串。
StringToString(String, DateStyle, String) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为另一日期字符串。
StringToString(String, String, DateStyle) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为另一日期字符串。
StringToString(String, DateStyle, DateStyle) - 类 中的静态方法xey.elib.utils.date.DateUtil
将日期字符串转化为另一日期字符串。
StringUtils - xey.elib.utils中的类
字符串工具类
StringUtils() - 类 的构造器xey.elib.utils.StringUtils
 
substring(String, String, String, String) - 类 中的静态方法xey.elib.utils.StringUtils
截取字符串
substring(String, String, String) - 类 中的静态方法xey.elib.utils.StringUtils
截取字符串
SUBTRACK_EXTENSIONS - 类 中的静态变量xey.elib.utils.MediaUtils
 
SUBTRACK_EXTENSIONS_PATTERN - 类 中的静态变量xey.elib.utils.MediaUtils
 
SUCCEED - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
SUMMARY - 类 中的静态变量xey.elib.utils.Constants.DEF_BLOG_ITEM_TYPE
 
SwipeBackActivity - xey.elib.views.swipeback中的类
 
SwipeBackActivity() - 类 的构造器xey.elib.views.swipeback.SwipeBackActivity
 
SwipeBackActivityBase - xey.elib.views.swipeback中的接口
 
SwipeBackActivityHelper - xey.elib.views.swipeback中的类
 
SwipeBackActivityHelper(Activity) - 类 的构造器xey.elib.views.swipeback.SwipeBackActivityHelper
 
SwipeBackLayout - xey.elib.views.swipeback中的类
 
SwipeBackLayout(Context) - 类 的构造器xey.elib.views.swipeback.SwipeBackLayout
 
SwipeBackLayout(Context, AttributeSet) - 类 的构造器xey.elib.views.swipeback.SwipeBackLayout
 
SwipeBackLayout(Context, AttributeSet, int) - 类 的构造器xey.elib.views.swipeback.SwipeBackLayout
 
SwipeBackLayout.SwipeListener - xey.elib.views.swipeback中的接口
 

T

TAG - 类 中的静态变量xey.elib.widget.refreshlayout.PullToRefreshLayout
 
TimeAnimator - xey.elib.nineold中的类
This class provides a simple callback mechanism to listeners that is synchronized with other animators in the system.
TimeAnimator() - 类 的构造器xey.elib.nineold.TimeAnimator
 
TimeAnimator.TimeListener - xey.elib.nineold中的接口
Implementors of this interface can set themselves as update listeners to a TimeAnimator instance to receive callbacks on every animation frame to receive the total time since the animator started and the delta time since the last frame.
TITLE - 类 中的静态变量xey.elib.utils.Constants.DEF_BLOG_ITEM_TYPE
 
ToastUtils - xey.elib.utils中的类
 
ToastUtils() - 类 的构造器xey.elib.utils.ToastUtils
 
toBitmap(Drawable) - 类 中的静态方法xey.elib.utils.ImageUtils
转行Drawable为Bitmap对象
toBytes(Bitmap) - 类 中的静态方法xey.elib.utils.ImageUtils
将图片转换成字节数组
toString() - 类 中的方法xey.elib.nineold.ObjectAnimator
 
toString() - 类 中的方法xey.elib.nineold.PropertyValuesHolder
 
toString() - 类 中的方法xey.elib.nineold.ValueAnimator
 
TOW_K - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
transform(BitmapPool, Bitmap, int, int) - 类 中的方法xey.elib.utils.glide.GlideCircleTransform
 
transform(BitmapPool, Bitmap, int, int) - 类 中的方法xey.elib.utils.glide.GlideRoundTransform
 
translationX(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's translationX property to be animated to the specified value.
translationXBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's translationX property to be animated by the specified value.
translationY(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's translationY property to be animated to the specified value.
translationYBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's translationY property to be animated by the specified value.
TREE_K - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
trim(String) - 类 中的静态方法xey.elib.utils.StringUtils
 
tryCaptureView(View, int) - 类 中的方法xey.elib.views.swipeback.ViewDragHelper.Callback
Called when the user's input indicates that they want to capture the given child view with the pointer indicated by pointerId.
TypeEvaluator<T> - xey.elib.nineold中的接口
Interface for use with the ValueAnimator.setEvaluator(TypeEvaluator) function.

U

upThrow() - 类 中的方法xey.elib.widget.LoadingView
上抛

V

ValueAnimator - xey.elib.nineold中的类
This class provides a simple timing engine for running animations which calculate animated values and set them on target objects.
ValueAnimator() - 类 的构造器xey.elib.nineold.ValueAnimator
Creates a new ValueAnimator object.
ValueAnimator.AnimatorUpdateListener - xey.elib.nineold中的接口
Implementors of this interface can add themselves as update listeners to an ValueAnimator instance to receive callbacks on every animation frame, after the current frame's values have been calculated for that ValueAnimator.
valueOf(String) - 枚举 中的静态方法xey.elib.utils.date.DateStyle
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法xey.elib.utils.date.Week
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法xey.elib.widget.ShapeLoadingView.Shape
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法xey.elib.utils.date.DateStyle
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法xey.elib.utils.date.Week
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法xey.elib.widget.ShapeLoadingView.Shape
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyDrawable(Drawable) - 类 中的方法xey.elib.widget.ForegroundImageView
 
verifyDrawable(Drawable) - 类 中的方法xey.elib.widget.ForegroundLinearLayout
 
VIDEO_EXTENSIONS - 类 中的静态变量xey.elib.utils.FileUtils
 
VIDEO_EXTENSIONS - 类 中的静态变量xey.elib.utils.MediaUtils
 
VIDEO_EXTENSIONS_PATTERN - 类 中的静态变量xey.elib.utils.MediaUtils
 
ViewDragHelper - xey.elib.views.swipeback中的类
ViewDragHelper is a utility class for writing custom ViewGroups.
ViewDragHelper.Callback - xey.elib.views.swipeback中的类
A Callback is used as a communication channel with the ViewDragHelper back to the parent view using it.
ViewDragHelper.Callback() - 类 的构造器xey.elib.views.swipeback.ViewDragHelper.Callback
 
ViewHelper - xey.elib.nineold.view中的类
 
ViewPropertyAnimator - xey.elib.nineold.view中的类
This class enables automatic and optimized animation of select properties on View objects.
ViewPropertyAnimator() - 类 的构造器xey.elib.nineold.view.ViewPropertyAnimator
 
VOCALOID - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
VOCALOID_UTAU - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 

W

WAN_JIE_DONG_HUA - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
WANG_LUO_DIAN_YIN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
Week - xey.elib.utils.date中的枚举
星期
with(Animator) - 类 中的方法xey.elib.nineold.AnimatorSet.Builder
Sets up the given animation to play at the same time as the animation supplied in the AnimatorSet.play(Animator) call that created this Builder object.
wrap(View) - 类 中的静态方法xey.elib.nineold.view.animation.AnimatorProxy
Create a proxy to allow for modifying post-3.0 view properties on all pre-3.0 platforms.

X

x(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's x property to be animated to the specified value.
xBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's x property to be animated by the specified value.
xey.elib.nineold - 程序包 xey.elib.nineold
 
xey.elib.nineold.util - 程序包 xey.elib.nineold.util
 
xey.elib.nineold.view - 程序包 xey.elib.nineold.view
 
xey.elib.nineold.view.animation - 程序包 xey.elib.nineold.view.animation
 
xey.elib.utils - 程序包 xey.elib.utils
 
xey.elib.utils.date - 程序包 xey.elib.utils.date
 
xey.elib.utils.glide - 程序包 xey.elib.utils.glide
 
xey.elib.views - 程序包 xey.elib.views
 
xey.elib.views.swipeback - 程序包 xey.elib.views.swipeback
 
xey.elib.widget - 程序包 xey.elib.widget
 
xey.elib.widget.recycleview - 程序包 xey.elib.widget.recycleview
 
xey.elib.widget.refreshlayout - 程序包 xey.elib.widget.refreshlayout
 
XeyUtils - xey.elib.utils中的类
Created by Administrator on 2015/7/10.
XeyUtils() - 类 的构造器xey.elib.utils.XeyUtils
 
XLog - xey.elib.utils中的类
User:Mc Cluskey Ray on 2015/7/27 10:34 email:lr8734@126.com
XLog() - 类 的构造器xey.elib.utils.XLog
 

Y

y(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's y property to be animated to the specified value.
YAN_JIANG - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
YAN_ZOU - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
YANFA - 类 中的静态变量xey.elib.utils.Constants.DEF_NEWS_TYPE
 
yBy(float) - 类 中的方法xey.elib.nineold.view.ViewPropertyAnimator
This method will cause the View's y property to be animated by the specified value.
YE_SHENG_JI_SHU - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
YEJIE - 类 中的静态变量xey.elib.utils.Constants.DEF_NEWS_TYPE
 
YIDONG - 类 中的静态变量xey.elib.utils.Constants.DEF_NEWS_TYPE
 
YIN_YUE - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
YIN_YUE_QU - 类 中的静态变量xey.elib.utils.Constants.DEF_AREA_TYPE
 
YIN_YUE_XUAN_JI - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
YOU_XI - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
YOU_XI_QU - 类 中的静态变量xey.elib.utils.Constants.DEF_AREA_TYPE
 
YU_LE - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
YU_LE_QU - 类 中的静态变量xey.elib.utils.Constants.DEF_AREA_TYPE
 
YUNJISUAN - 类 中的静态变量xey.elib.utils.Constants.DEF_NEWS_TYPE
 

Z

ZAZHI - 类 中的静态变量xey.elib.utils.Constants.DEF_NEWS_TYPE
 
ZHI_XUN - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
ZONG_YI - 类 中的静态变量xey.elib.utils.Constants.DEF_VIDEO_TYPE
 
zoomBitmap(Bitmap, int, int) - 类 中的静态方法xey.elib.utils.ImageTools
Resize the bitmap
zoomBitmap(Bitmap, int, int) - 类 中的静态方法xey.elib.utils.ImageUtils
 
zoomDrawable(Drawable, int, int) - 类 中的静态方法xey.elib.utils.ImageTools
Resize the drawable
A B C D E F G H I J K L M N O P R S T U V W X Y Z