- abort() - 类 中的方法xey.elib.views.swipeback.ViewDragHelper
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- setValue(T, int) - 类 中的方法xey.elib.nineold.util.IntProperty
-
- 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中的接口
-