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

A

abort() - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
ViewDragHelper.cancel(), but also abort all motion in progress and snap to the end of any animation.
AbSystemBarTintManager - apublic.lg.com.commonlib.util中的类
Class to manage status and navigation bar tint effects when using KitKat translucent system UI modes.
AbSystemBarTintManager(Activity) - 类 的构造器apublic.lg.com.commonlib.util.AbSystemBarTintManager
Constructor.
AbSystemBarTintManager.SystemBarConfig - apublic.lg.com.commonlib.util中的类
Class which describes system bar sizing and other characteristics for the current device configuration.
ActivityUtil - apublic.lg.com.commonlib.util中的类
Created by ligang967 on 16/9/23.
ActivityUtil() - 类 的构造器apublic.lg.com.commonlib.util.ActivityUtil
 
addSwipeListener(SwipeBackLayout.SwipeListener) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Add a callback to be invoked when a swipe event is sent to this view.
apublic.lg.com.commonlib.base.adapter - 程序包 apublic.lg.com.commonlib.base.adapter
 
apublic.lg.com.commonlib.base.ui - 程序包 apublic.lg.com.commonlib.base.ui
 
apublic.lg.com.commonlib.swipeback - 程序包 apublic.lg.com.commonlib.swipeback
 
apublic.lg.com.commonlib.util - 程序包 apublic.lg.com.commonlib.util
 
apublic.lg.com.commonlib.view - 程序包 apublic.lg.com.commonlib.view
 
attachToActivity(Activity) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 

B

BaseActivity - apublic.lg.com.commonlib.base.ui中的类
 
BaseActivity() - 类 的构造器apublic.lg.com.commonlib.base.ui.BaseActivity
 
BaseFragment - apublic.lg.com.commonlib.base.ui中的类
 
BaseFragment() - 类 的构造器apublic.lg.com.commonlib.base.ui.BaseFragment
 
BaseRecyViewAdapter<T> - apublic.lg.com.commonlib.base.adapter中的类
Created by ligang967 on 16/9/5.
BaseRecyViewAdapter(List<T>) - 类 的构造器apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapter
 
BaseRecyViewAdapterHolder - apublic.lg.com.commonlib.base.adapter中的类
Created by ligang967 on 16/9/5.
bindDataToItem(BaseRecyViewAdapterHolder, T) - 类 中的方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapter
 

C

Callback() - 类 的构造器apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
 
cancel() - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
The result of a call to this method is equivalent to ViewDragHelper.processTouchEvent(MotionEvent) receiving an ACTION_CANCEL event.
canScroll(View, boolean, int, int, int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Tests scrollability within child views of v given a delta of dx.
captureChildView(View, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Capture a specific child view for dragging within the parent.
checkTouchSlop(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Check if any pointer tracked in the current gesture has crossed the required slop threshold.
checkTouchSlop(int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Check if the specified pointer tracked in the current gesture has crossed the required slop threshold.
clampViewPositionHorizontal(View, int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Restrict the motion of the dragged child view along the horizontal axis.
clampViewPositionVertical(View, int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Restrict the motion of the dragged child view along the vertical axis.
computeScroll() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 
continueSettling(boolean) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Move the captured settling view by the appropriate amount for the current time.
convertActivityFromTranslucent() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityHelper
Convert a translucent themed Activity R.attr.windowIsTranslucent to a fullscreen opaque Activity.
convertActivityToTranslucent() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityHelper
Convert a translucent themed Activity R.attr.windowIsTranslucent back from opaque to translucent following a call to SwipeBackActivityHelper.convertActivityFromTranslucent() .
create(ViewGroup, ViewDragHelper.Callback) - 类 中的静态方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Factory method to create a new ViewDragHelper.
create(ViewGroup, float, ViewDragHelper.Callback) - 类 中的静态方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Factory method to create a new ViewDragHelper.
createHolderByRedId(Context, int, ViewGroup, boolean) - 类 中的静态方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapterHolder
根据ResId创建Holder
createHolderByView(View) - 类 中的静态方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapterHolder
根据View创建Holder
currActivityName() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
set title
currentTitle() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseFragment
如果 当前的fragment不需要改变标题 ,返回 null 或是 "" ,默认重写返回 null .

D

d(String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log debug
d(String, String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log debug
DayOrNightUtil - apublic.lg.com.commonlib.util中的类
Created by ligang967 on 16/9/8.
DayOrNightUtil() - 类 的构造器apublic.lg.com.commonlib.util.DayOrNightUtil
 
DEFAULT_TINT_COLOR - 类 中的静态变量apublic.lg.com.commonlib.util.AbSystemBarTintManager
The default system bar tint color value.
DIRECTION_ALL - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
Indicates that a check should occur along all axes
DIRECTION_HORIZONTAL - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
Indicates that a check should occur along the horizontal axis
DIRECTION_VERTICAL - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
Indicates that a check should occur along the vertical axis
drawChild(Canvas, View, long) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 

E

e(String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log error
e(String, String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log error
EDGE_ALL - 类 中的静态变量apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Edge flag set indicating all edges should be affected.
EDGE_ALL - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
Edge flag set indicating all edges should be affected.
EDGE_BOTTOM - 类 中的静态变量apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Edge flag indicating that the bottom edge should be affected.
EDGE_BOTTOM - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
Edge flag indicating that the bottom edge should be affected.
EDGE_LEFT - 类 中的静态变量apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Edge flag indicating that the left edge should be affected.
EDGE_LEFT - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
Edge flag indicating that the left edge should be affected.
EDGE_RIGHT - 类 中的静态变量apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Edge flag indicating that the right edge should be affected.
EDGE_RIGHT - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
Edge flag indicating that the right edge should be affected.
EDGE_SIZE - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
 
EDGE_TOP - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
Edge flag indicating that the top edge should be affected.

F

findTopChildUnder(int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Find the topmost child under the given point within the parent view's coordinate system.
findViewById(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivity
 
findViewById(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityHelper
 
flingCapturedView(int, int, int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Settle the captured view based on standard free-moving fling behavior.

G

getActionBarHeight() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Get the height of the action bar.
getActivePointerId() - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
 
getCapturedView() - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
 
getConfig() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Get the system bar configuration.
getContentView() - 类 中的方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapterHolder
获取跟View
getEdgeSize() - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Return the size of an edge.
getItemCount() - 类 中的方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapter
 
getLayoutId() - 类 中的方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapter
 
getMeasureByModel(int, int) - 类 中的静态方法apublic.lg.com.commonlib.util.MeasureUtil
测量VIew的宽高
getMinVelocity() - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Return the currently configured minimum velocity.
getNavigationBarHeight() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Get the height of the system navigation bar.
getNavigationBarWidth() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Get the width of the system navigation bar when it is placed vertically on the screen.
getOrderedChildIndex(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Called to determine the Z-order of child views.
getPixelInsetBottom() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Get the layout inset for any system UI that appears at the bottom of the screen.
getPixelInsetRight() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Get the layout inset for any system UI that appears at the right of the screen.
getPixelInsetTop(boolean) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Get the layout inset for any system UI that appears at the top of the screen.
getStatusBarHeight() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Get the height of the system status bar.
getSwipeBackLayout() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivity
 
getSwipeBackLayout() - 接口 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityBase
 
getSwipeBackLayout() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityHelper
 
getTopTitleView() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
getTouchSlop() - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
 
getViewById(int) - 类 中的方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapterHolder
根据RedId获取VIew实例
getViewDragState() - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Retrieve the current drag state of this helper.
getViewHorizontalDragRange(View) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Return the magnitude of a draggable child view's horizontal range of motion in pixels.
getViewVerticalDragRange(View) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Return the magnitude of a draggable child view's vertical range of motion in pixels.

H

hasNavigtionBar() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Does this device have a system navigation bar?

I

i(String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log info
i(String, String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log info
initView() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
INVALID_POINTER - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
A null/invalid pointer ID.
isCapturedViewUnder(int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Determine if the currently captured view is under the given point in the parent view's coordinate system.
isEdgeTouched(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Check if any of the edges specified were initially touched in the currently active gesture.
isEdgeTouched(int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Check if any of the edges specified were initially touched by the pointer with the specified ID.
isEmpty(String) - 类 中的静态方法apublic.lg.com.commonlib.util.StrUtil
 
isNavBarTintEnabled() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Is tinting enabled for the system navigation bar?
isNavigationAtBottom() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager.SystemBarConfig
Should a navigation bar appear at the bottom of the screen in the current device configuration?
isPointerDown(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Check if the given pointer ID represents a pointer that is currently down (to the best of the ViewDragHelper's knowledge).
isStatusBarTintEnabled() - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Is tinting enabled for the system status bar?
isViewUnder(View, int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Determine if the supplied view is under the given point in the parent view's coordinate system.

L

LogUtil - apublic.lg.com.commonlib.util中的类
Created by ligang967 on 16/9/13.
LogUtil() - 类 的构造器apublic.lg.com.commonlib.util.LogUtil
 

M

mActivity - 类 中的变量apublic.lg.com.commonlib.base.ui.BaseFragment
 
MeasureUtil - apublic.lg.com.commonlib.util中的类
Created by ligang967 on 16/9/8.
MeasureUtil() - 类 的构造器apublic.lg.com.commonlib.util.MeasureUtil
 
mHandler - 类 中的变量apublic.lg.com.commonlib.base.ui.BaseActivity
 
mHandler - 类 中的变量apublic.lg.com.commonlib.base.ui.BaseFragment
 

O

onActivityCreate() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityHelper
 
onActivityCreated(Bundle) - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseFragment
do the request for fragment
onBackPressed() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
onBindViewHolder(BaseRecyViewAdapterHolder, int) - 类 中的方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapter
 
onCreate(Bundle) - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
onCreate(Bundle) - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseFragment
 
onCreate(Bundle) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivity
 
onCreateAnimation(int, boolean, int) - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseFragment
use to set fragment's title
onCreateViewHolder(ViewGroup, int) - 类 中的方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapter
 
onDestroy() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
onEdgeDragStarted(int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Called when the user has started a deliberate drag away from one of the subscribed edges in the parent view while no child view is currently captured.
onEdgeLock(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Called when the given edge may become locked.
onEdgeTouch(int) - 接口 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout.SwipeListener
Invoke when edge touched
onEdgeTouched(int, int) - 类 中的方法apublic.lg.com.commonlib.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.
onInterceptTouchEvent(MotionEvent) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 
onLayout(boolean, int, int, int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 
onPause() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
onPostCreate(Bundle) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivity
 
onPostCreate() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityHelper
 
onResume() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
onScrollOverThreshold() - 接口 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout.SwipeListener
Invoke when scroll percent over the threshold for the first time
onScrollStateChange(int, float) - 接口 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout.SwipeListener
Invoke when state change
onStart() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
onStart() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseFragment
 
onStop() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
onTouchEvent(MotionEvent) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 
onViewCaptured(View, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Called when a child view is captured for dragging or settling.
onViewDragStateChanged(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Called when the drag state changes.
onViewPositionChanged(View, int, int, int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Called when the captured view's position changes as the result of a drag or settle.
onViewReleased(View, float, float) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper.Callback
Called when the child view is no longer being actively dragged.

P

parsePath(String) - 类 中的方法apublic.lg.com.commonlib.util.SvgPathParserUtil
 
processTouchEvent(MotionEvent) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Process a touch event received by the parent view.

R

removeSwipeListener(SwipeBackLayout.SwipeListener) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Removes a listener from the set of listeners
requestData() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
请求数据
requestData() - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseFragment
 
requestLayout() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 

S

scrollToFinishActivity() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivity
 
scrollToFinishActivity() - 接口 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityBase
Scroll out contentView and finish the activity
scrollToFinishActivity() - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Scroll out contentView and finish the activity
setContentView(int) - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
setContentView(View) - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
setContentView(View, ViewGroup.LayoutParams) - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
 
setDayOrNight(int) - 类 中的静态方法apublic.lg.com.commonlib.util.DayOrNightUtil
 
setEdgeSize(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Set the size of an edge.
setEdgeSize(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Set the size of an edge.
setEdgeTrackingEnabled(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Enable edge tracking for the selected edges of the parent view.
setEdgeTrackingEnabled(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Enable edge tracking for the selected edges of the parent view.
setEnableGesture(boolean) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 
setEnvIsdebug(boolean) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
 
setLeftImageDrawable(Drawable) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
setLeftImageResource(int) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
设置左边图片
setLeftOnClikcListener(View.OnClickListener) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
setLeftTextDrawable(String) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
setLeftTextResource(int) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
设置左边文字
setMinVelocity(float) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Set the minimum velocity that will be detected as having a magnitude greater than zero in pixels per second.
setNavigationBarAlpha(float) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified alpha to the system navigation bar.
setNavigationBarTintColor(int) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified color tint to the system navigation bar.
setNavigationBarTintDrawable(Drawable) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified drawable to the system navigation bar.
setNavigationBarTintEnabled(boolean) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Enable tinting of the system navigation bar.
setNavigationBarTintResource(int) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified drawable or color resource to the system navigation bar.
setOnItemClickListener(AdapterView.OnItemClickListener) - 类 中的方法apublic.lg.com.commonlib.base.adapter.BaseRecyViewAdapter
 
setRightImageDrawable(Drawable) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
setRightImageResource(int) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
设置右边图片
setRightOnClickLister(View.OnClickListener) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
setRightText(int) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
设置右边文字
setRightText(String) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
setRightTextColor(int) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
设置右边text颜色
setScrimColor(int) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Set a color to use for the scrim that obscures primary content while a drawer is open.
setScrollThresHold(float) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Set scroll threshold, we will close the activity, when scrollPercent over this value
setShadow(Drawable, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Set a drawable used for edge shadow.
setShadow(int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
Set a drawable used for edge shadow.
setStatusBarAlpha(float) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified alpha to the system status bar.
setStatusBarTintColor(int) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified color tint to the system status bar.
setStatusBarTintDrawable(Drawable) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified drawable to the system status bar.
setStatusBarTintEnabled(boolean) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Enable tinting of the system status bar.
setStatusBarTintResource(int) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified drawable or color resource to the system status bar.
setSwipeBackEnable(boolean) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivity
 
setSwipeBackEnable(boolean) - 接口 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackActivityBase
 
setSwipeListener(SwipeBackLayout.SwipeListener) - 类 中的方法apublic.lg.com.commonlib.swipeback.SwipeBackLayout
setTintAlpha(float) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified alpha to all system UI bars.
setTintColor(int) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified color tint to all system UI bars.
setTintDrawable(Drawable) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified drawable to all system UI bars.
setTintResource(int) - 类 中的方法apublic.lg.com.commonlib.util.AbSystemBarTintManager
Apply the specified drawable or color resource to all system UI bars.
setTitle(String) - 类 中的方法apublic.lg.com.commonlib.base.ui.BaseActivity
set title for fragment
setTitle(String) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
设置标题内容
setTitle(int) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
settleCapturedViewAt(int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Settle the captured view at the given (left, top) position.
shouldInterceptTouchEvent(MotionEvent) - 类 中的方法apublic.lg.com.commonlib.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_TOAST - 类 中的静态变量apublic.lg.com.commonlib.util.ToastUtil
显示Toast.
showLeftMenu(boolean) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
showRightMenu(boolean) - 类 中的方法apublic.lg.com.commonlib.view.TopTitleView
 
showToast(Context, String) - 类 中的静态方法apublic.lg.com.commonlib.util.ToastUtil
描述:Toast提示文本.
showToast(Context, int) - 类 中的静态方法apublic.lg.com.commonlib.util.ToastUtil
描述:Toast提示文本.
showToastCustomView(Context, View) - 类 中的静态方法apublic.lg.com.commonlib.util.ToastUtil
 
smoothSlideViewTo(View, int, int) - 类 中的方法apublic.lg.com.commonlib.swipeback.ViewDragHelper
Animate the view child to the given (left, top) position.
startActivity(Activity, Class) - 类 中的静态方法apublic.lg.com.commonlib.util.ActivityUtil
不带参数启动Activity
startActivity(Activity, Class, Bundle) - 类 中的静态方法apublic.lg.com.commonlib.util.ActivityUtil
带参数启动Activity
startActivity(Activity, Class, String, String) - 类 中的静态方法apublic.lg.com.commonlib.util.ActivityUtil
带参数启动Activity
startActivity(Activity, Class, Map<String, String>) - 类 中的静态方法apublic.lg.com.commonlib.util.ActivityUtil
带参数启动Activity
startActivityForResult(Activity, Class, int) - 类 中的静态方法apublic.lg.com.commonlib.util.ActivityUtil
不带参数启动Activity
startActivityForResult(Activity, Class, Bundle, int) - 类 中的静态方法apublic.lg.com.commonlib.util.ActivityUtil
带参数启动Activity
startActivityForResult(Activity, Class, String, String, int) - 类 中的静态方法apublic.lg.com.commonlib.util.ActivityUtil
带参数启动Activity
startActivityForResult(Activity, Class, Map<String, String>, int) - 类 中的静态方法apublic.lg.com.commonlib.util.ActivityUtil
带参数启动Activity
STATE_DRAGGING - 类 中的静态变量apublic.lg.com.commonlib.swipeback.SwipeBackLayout
A view is currently being dragged.
STATE_DRAGGING - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
A view is currently being dragged.
STATE_IDLE - 类 中的静态变量apublic.lg.com.commonlib.swipeback.SwipeBackLayout
A view is not currently being dragged or animating as a result of a fling/snap.
STATE_IDLE - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
A view is not currently being dragged or animating as a result of a fling/snap.
STATE_SETTLING - 类 中的静态变量apublic.lg.com.commonlib.swipeback.SwipeBackLayout
A view is currently settling into place as a result of a fling or predefined non-interactive motion.
STATE_SETTLING - 类 中的静态变量apublic.lg.com.commonlib.swipeback.ViewDragHelper
A view is currently settling into place as a result of a fling or predefined non-interactive motion.
StrUtil - apublic.lg.com.commonlib.util中的类
Created by ligang967 on 16/9/6.
StrUtil() - 类 的构造器apublic.lg.com.commonlib.util.StrUtil
 
SvgPathParserUtil - apublic.lg.com.commonlib.util中的类
Created by ligang967 on 16/9/13.
SvgPathParserUtil() - 类 的构造器apublic.lg.com.commonlib.util.SvgPathParserUtil
 
SwipeBackActivity - apublic.lg.com.commonlib.swipeback中的类
 
SwipeBackActivity() - 类 的构造器apublic.lg.com.commonlib.swipeback.SwipeBackActivity
 
SwipeBackActivityBase - apublic.lg.com.commonlib.swipeback中的接口
 
SwipeBackActivityHelper - apublic.lg.com.commonlib.swipeback中的类
 
SwipeBackActivityHelper(Activity) - 类 的构造器apublic.lg.com.commonlib.swipeback.SwipeBackActivityHelper
 
SwipeBackLayout - apublic.lg.com.commonlib.swipeback中的类
 
SwipeBackLayout(Context) - 类 的构造器apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 
SwipeBackLayout(Context, AttributeSet) - 类 的构造器apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 
SwipeBackLayout(Context, AttributeSet, int) - 类 的构造器apublic.lg.com.commonlib.swipeback.SwipeBackLayout
 
SwipeBackLayout.SwipeListener - apublic.lg.com.commonlib.swipeback中的接口
 

T

TAG - 类 中的变量apublic.lg.com.commonlib.base.ui.BaseActivity
 
TAG - 类 中的变量apublic.lg.com.commonlib.base.ui.BaseFragment
 
ToastUtil - apublic.lg.com.commonlib.util中的类
Created by ligang967 on 16/9/6.
ToastUtil() - 类 的构造器apublic.lg.com.commonlib.util.ToastUtil
 
topTitleView - 类 中的变量apublic.lg.com.commonlib.base.ui.BaseActivity
 
TopTitleView - apublic.lg.com.commonlib.view中的类
 
TopTitleView(Context) - 类 的构造器apublic.lg.com.commonlib.view.TopTitleView
 
TopTitleView(Context, AttributeSet) - 类 的构造器apublic.lg.com.commonlib.view.TopTitleView
 
TopTitleView(Context, AttributeSet, int) - 类 的构造器apublic.lg.com.commonlib.view.TopTitleView
 
transformX(float) - 类 中的方法apublic.lg.com.commonlib.util.SvgPathParserUtil
 
transformY(float) - 类 中的方法apublic.lg.com.commonlib.util.SvgPathParserUtil
 
tryCaptureView(View, int) - 类 中的方法apublic.lg.com.commonlib.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.

V

v(String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log verbose
v(String, String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log verbose
ViewDragHelper - apublic.lg.com.commonlib.swipeback中的类
ViewDragHelper is a utility class for writing custom ViewGroups.
ViewDragHelper.Callback - apublic.lg.com.commonlib.swipeback中的类
A Callback is used as a communication channel with the ViewDragHelper back to the parent view using it.

W

w(String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log warn
w(String, String) - 类 中的静态方法apublic.lg.com.commonlib.util.LogUtil
Log warn
A B C D E F G H I L M O P R S T V W 
跳过导航链接