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

A

AdapterWrapper - com.mcxiaoke.next.ui.internal中的类
User: mcxiaoke Date: 13-8-14 Time: 下午9:32
AdapterWrapper(ListAdapter) - 类 的构造器com.mcxiaoke.next.ui.internal.AdapterWrapper
Constructor wrapping a supplied ListAdapter
add(T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Adds the specified object at the end of the array.
add(int, T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Adds the specified object at the index
add(T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Adds the specified object at the end of the array.
addAll(Collection<? extends T>) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Adds the specified Collection at the end of the array.
addAll(T...) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Adds the specified items at the end of the array.
addAll(int, Collection<? extends T>) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Inserts the specified objects at the specified index in the array.
addAll(int, T...) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Inserts the specified objects at the specified index in the array.
addAll(Collection<? extends T>) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Adds the specified Collection at the end of the array.
addAll(T...) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Adds the specified items at the end of the array.
addCustomPackage(String) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
添加自定义的分享目标(不会重新排序) 注意:必须在setShareIntent之前调用
addCustomPackage(String) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
添加自定义的分享目标(不会重新排序) 注意:必须在setShareIntent之前调用
addCustomPackages(Collection<String>) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
添加自定义的分享目标(不会重新排序) 注意:必须在setShareIntent之前调用
addCustomPackages(Collection<String>) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
添加自定义的分享目标(不会重新排序) 注意:必须在setShareIntent之前调用
addIntentExtras(Bundle) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
添加额外的参数到Intent 注意:必须在setShareIntent之后调用
addIntentExtras(Bundle) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
添加额外的参数到Intent 注意:必须在setShareIntent之后调用
addShadow() - 类 中的方法com.mcxiaoke.next.ui.view.CircularImageView
 
addShareTarget(ShareTarget) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
添加自定义的分享目标t 注意:必须在setShareIntent之前调用
addShareTarget(ShareTarget) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
添加自定义的分享目标t 注意:必须在setShareIntent之前调用
AdvancedShareActionProvider - com.mcxiaoke.next.ui.widget中的类
高级版的ShareActionProvider 支持自定义优先显示的分享目标
AdvancedShareActionProvider(Context) - 类 的构造器com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
AdvancedShareActionProvider - com.mcxiaoke.next.ui.widget.v7中的类
高级版的ShareActionProvider 支持自定义优先显示的分享目标
AdvancedShareActionProvider(Context) - 类 的构造器com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
AlertDialogFragment - com.mcxiaoke.next.ui.dialog中的类
一个自定义的DialogFragment 接口和功能基本等同于系统的AlertDialog User: mcxiaoke Date: 13-6-16 Date: 13-10-23 Time: 下午6:28
AlertDialogFragment() - 类 的构造器com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
AlertDialogFragment - com.mcxiaoke.next.ui.dialog.v4中的类
一个自定义的DialogFragment 接口和功能基本等同于系统的AlertDialog User: mcxiaoke Date: 13-6-16 Date: 13-10-23 Time: 下午6:28
AlertDialogFragment() - 类 的构造器com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
AlertDialogFragment.Builder - com.mcxiaoke.next.ui.dialog中的类
 
AlertDialogFragment.Builder - com.mcxiaoke.next.ui.dialog.v4中的类
 
areAllItemsEnabled() - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Are all items in this ListAdapter enabled?
ArrayAdapterCompat<T> - com.mcxiaoke.next.ui.widget中的类
User: mcxiaoke Date: 13-10-25 Time: 下午3:56
ArrayAdapterCompat(Context) - 类 的构造器com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Constructor
ArrayAdapterCompat(Context, T[]) - 类 的构造器com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Constructor
ArrayAdapterCompat(Context, List<T>) - 类 的构造器com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Constructor
ArrayAdapterCompat2<T> - com.mcxiaoke.next.ui.widget中的类
You can use this adapter to provide views for an AdapterView, Returns a view for each object in a collection of data objects you provide, and can be used with list-based user interface widgets such as ListView or Spinner.
ArrayAdapterCompat2(Context) - 类 的构造器com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
 
ArrayAdapterCompat2(Context, T[]) - 类 的构造器com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Constructor
AspectRatioImageView - com.mcxiaoke.next.ui.view中的类
定制的ImageView,缩放时会保持长宽比
AspectRatioImageView(Context) - 类 的构造器com.mcxiaoke.next.ui.view.AspectRatioImageView
 
AspectRatioImageView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.view.AspectRatioImageView
 
AspectRatioImageView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.view.AspectRatioImageView
 
AutoScrollListView - com.mcxiaoke.next.ui.view中的类
A ListView that can be asked to scroll (smoothly or otherwise) to a specific position.
AutoScrollListView(Context) - 类 的构造器com.mcxiaoke.next.ui.view.AutoScrollListView
 
AutoScrollListView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.view.AutoScrollListView
 
AutoScrollListView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.view.AutoScrollListView
 

B

Builder(AlertDialogFragment.Builder) - 类 的构造器com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
Builder(Context) - 类 的构造器com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
Builder(Context, int) - 类 的构造器com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
Builder(AlertDialogFragment.Builder) - 类 的构造器com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
Builder(Context) - 类 的构造器com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
Builder(Context, int) - 类 的构造器com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 

C

CheckableFrameLayout - com.mcxiaoke.next.ui.layout中的类
User: mcxiaoke Date: 13-10-28 Time: 下午5:58
CheckableFrameLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableFrameLayout
 
CheckableFrameLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableFrameLayout
 
CheckableFrameLayout(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableFrameLayout
 
CheckableImageView - com.mcxiaoke.next.ui.layout中的类
User: mcxiaoke Date: 13-10-28 Time: 下午5:58
CheckableImageView(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableImageView
 
CheckableImageView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableImageView
 
CheckableImageView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableImageView
 
CheckableLinearLayout - com.mcxiaoke.next.ui.layout中的类
User: mcxiaoke Date: 13-10-28 Time: 下午5:58
CheckableLinearLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableLinearLayout
 
CheckableLinearLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableLinearLayout
 
CheckableLinearLayout(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableLinearLayout
 
CheckableRelativeLayout - com.mcxiaoke.next.ui.layout中的类
User: mcxiaoke Date: 13-10-28 Time: 下午5:58
CheckableRelativeLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableRelativeLayout
 
CheckableRelativeLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableRelativeLayout
 
CheckableRelativeLayout(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.layout.CheckableRelativeLayout
 
CircularImageView - com.mcxiaoke.next.ui.view中的类
圆形ImageView,一般用作头像等显示
CircularImageView(Context) - 类 的构造器com.mcxiaoke.next.ui.view.CircularImageView
 
CircularImageView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.view.CircularImageView
 
CircularImageView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.view.CircularImageView
 
className - 类 中的变量com.mcxiaoke.next.ui.widget.ShareTarget
 
className - 类 中的变量com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
clear() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Remove all elements from the list.
clear() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Remove all elements from the list.
clearCustomPackages() - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
清空自定义的分享目标
clearCustomPackages() - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
清空自定义的分享目标
com.mcxiaoke.next.ui.dialog - 程序包 com.mcxiaoke.next.ui.dialog
 
com.mcxiaoke.next.ui.dialog.v4 - 程序包 com.mcxiaoke.next.ui.dialog.v4
 
com.mcxiaoke.next.ui.endless - 程序包 com.mcxiaoke.next.ui.endless
 
com.mcxiaoke.next.ui.internal - 程序包 com.mcxiaoke.next.ui.internal
 
com.mcxiaoke.next.ui.layout - 程序包 com.mcxiaoke.next.ui.layout
 
com.mcxiaoke.next.ui.list - 程序包 com.mcxiaoke.next.ui.list
 
com.mcxiaoke.next.ui.view - 程序包 com.mcxiaoke.next.ui.view
 
com.mcxiaoke.next.ui.widget - 程序包 com.mcxiaoke.next.ui.widget
 
com.mcxiaoke.next.ui.widget.v7 - 程序包 com.mcxiaoke.next.ui.widget.v7
 
compareTo(ShareTarget) - 类 中的方法com.mcxiaoke.next.ui.widget.ShareTarget
 
compareTo(ShareTarget) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
contains(T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
check contains the object.
create() - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
create(Context, CharSequence, CharSequence) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
create(CharSequence, CharSequence, boolean) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
Creates and shows an indeterminate progress dialog.
create(CharSequence, CharSequence) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
create() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
create(Context, CharSequence, CharSequence) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
create(CharSequence, CharSequence, boolean) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
Creates and shows an indeterminate progress dialog.
create(CharSequence, CharSequence) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 

D

DEBUG - 类 中的静态变量com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
DEBUG - 类 中的静态变量com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
DEBUG - 类 中的静态变量com.mcxiaoke.next.ui.endless.EndlessListView
 
DEBUG - 类 中的静态变量com.mcxiaoke.next.ui.list.ListViewExtend
 
DEBUG - 类 中的静态变量com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
DEBUG - 类 中的静态变量com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
DEFAULT_LIST_LENGTH - 类 中的静态变量com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
默认显示的分享目标数量
DEFAULT_LIST_LENGTH - 类 中的静态变量com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
默认显示的分享目标数量
dismiss() - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
dismiss() - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
dismiss() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
dismiss() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
dismissAllowingStateLoss() - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
dismissAllowingStateLoss() - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
dismissAllowingStateLoss() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
dismissAllowingStateLoss() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
drawableStateChanged() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableFrameLayout
 
drawableStateChanged() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableImageView
 
drawableStateChanged() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableLinearLayout
 
drawableStateChanged() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableRelativeLayout
 

E

EndlessListView - com.mcxiaoke.next.ui.endless中的类
User: mcxiaoke Date: 13-8-14 Time: 下午9:32
EndlessListView(Context) - 类 的构造器com.mcxiaoke.next.ui.endless.EndlessListView
 
EndlessListView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.endless.EndlessListView
 
EndlessListView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.endless.EndlessListView
 
EndlessListView.OnFooterRefreshListener - com.mcxiaoke.next.ui.endless中的接口
 
EndlessListView.RefreshMode - com.mcxiaoke.next.ui.endless中的枚举
 
ExpandableTextView - com.mcxiaoke.next.ui.view中的类
 
ExpandableTextView(Context) - 类 的构造器com.mcxiaoke.next.ui.view.ExpandableTextView
 
ExpandableTextView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.view.ExpandableTextView
 
ExpandableTextView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.view.ExpandableTextView
 

F

FixedRatioImageView - com.mcxiaoke.next.ui.view中的类
强制高宽比的ImageView,可选以水平或垂直方向为基准
FixedRatioImageView(Context) - 类 的构造器com.mcxiaoke.next.ui.view.FixedRatioImageView
 
FixedRatioImageView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.view.FixedRatioImageView
 
FixedRatioImageView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.view.FixedRatioImageView
 

G

getAllItems() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
 
getContext() - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
getContext() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
getContext() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Returns the context associated with this array adapter.
getContext() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Returns the context associated with this array adapter.
getCount() - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
How many items are in the data set represented by this Adapter.
getCount() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
getCount() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
 
getDefaultLength() - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
getDefaultLength() - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
getDefaultShareTargets() - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
getDefaultShareTargets() - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
getFilter() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
getFilter() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
 
getItem(int) - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Get the data item associated with the specified position in the data set.
getItem(int) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
getItem(int) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
 
getItemId(int) - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Get the row id associated with the specified position in the list.
getItemId(int) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
getItemId(int) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
 
getItemViewType(int) - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Get the type of View that will be created by getView() for the specified item.
getPosition(T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Returns the position of the specified item in the array.
getPosition(T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Returns the position of the specified item in the array.
getRefreshMode() - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
getRefreshMode() - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
getShareTargets() - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
getShareTargets() - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
getText() - 类 中的方法com.mcxiaoke.next.ui.view.ExpandableTextView
 
getTheme() - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
getTheme() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
getView(int, View, ViewGroup) - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Get a View that displays the data at the specified position in the data set.
getViewTypeCount() - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Returns the number of types of Views that will be created by getView().
getWrappedAdapter() - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Returns the ListAdapter that is wrapped by the endless logic.

H

hasStableIds() - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Get hasStableIds info from wrapped adapter.
hasSubMenu() - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
hasSubMenu() - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
hide() - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 

I

icon - 类 中的变量com.mcxiaoke.next.ui.widget.ShareTarget
 
icon - 类 中的变量com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
id - 类 中的变量com.mcxiaoke.next.ui.widget.ShareTarget
 
id - 类 中的变量com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
indexOf(T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
check contains the object.
insert(T, int) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Inserts the specified object at the specified index in the array.
insert(T, int) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Inserts the specified object at the specified index in the array.
isAutoRefresh() - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
isChecked() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableFrameLayout
 
isChecked() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableImageView
 
isChecked() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableLinearLayout
 
isChecked() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableRelativeLayout
 
isClickRefresh() - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
isEmpty() - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
 
isEnabled(int) - 类 中的方法com.mcxiaoke.next.ui.internal.AdapterWrapper
Returns true if the item at the specified position is something selectable.
isRefreshing() - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
isWindowNoTitle() - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
isWindowNoTitle() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 

L

layoutChildren() - 类 中的方法com.mcxiaoke.next.ui.view.AutoScrollListView
 
listener - 类 中的变量com.mcxiaoke.next.ui.widget.ShareTarget
 
listener - 类 中的变量com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
ListViewExtend - com.mcxiaoke.next.ui.list中的类
User: mcxiaoke Date: 15-2-24 Time: 下午9:32
ListViewExtend(Context) - 类 的构造器com.mcxiaoke.next.ui.list.ListViewExtend
 
ListViewExtend(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.list.ListViewExtend
 
ListViewExtend(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.list.ListViewExtend
 
ListViewExtend.OnRefreshListener - com.mcxiaoke.next.ui.list中的接口
 

M

mFilter - 类 中的变量com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
 
mLock - 类 中的变量com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Lock used to modify the content of ArrayAdapterCompat.mObjects.
mObjects - 类 中的变量com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Contains the list of objects that represent the data of this ArrayAdapter.
MODE_AUTO - 类 中的静态变量com.mcxiaoke.next.ui.list.ListViewExtend
 
MODE_MANUAL - 类 中的静态变量com.mcxiaoke.next.ui.list.ListViewExtend
 
MODE_NONE - 类 中的静态变量com.mcxiaoke.next.ui.list.ListViewExtend
 
mOriginalValues - 类 中的变量com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
 

N

NonLockingScrollView - com.mcxiaoke.next.ui.view中的类
A ScrollView that will never lock scrolling in a particular direction.
NonLockingScrollView(Context) - 类 的构造器com.mcxiaoke.next.ui.view.NonLockingScrollView
 
NonLockingScrollView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.view.NonLockingScrollView
 
NonLockingScrollView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.view.NonLockingScrollView
 
NoPressStateFrameLayout - com.mcxiaoke.next.ui.layout中的类
不向子View传递PRESSED状态的FrameLayout
NoPressStateFrameLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.NoPressStateFrameLayout
 
NoPressStateFrameLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.NoPressStateFrameLayout
 
NoPressStateLinearLayout - com.mcxiaoke.next.ui.layout中的类
不向子View传递PRESSED状态的LinearLayout
NoPressStateLinearLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.NoPressStateLinearLayout
 
NoPressStateLinearLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.NoPressStateLinearLayout
 
NoPressStateRelativeLayout - com.mcxiaoke.next.ui.layout中的类
不向子View传递PRESSED状态的RelativeLayout
NoPressStateRelativeLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.NoPressStateRelativeLayout
 
NoPressStateRelativeLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.NoPressStateRelativeLayout
 
notifyDataSetChanged() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
notifyDataSetChanged() - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
 

O

onCancel(DialogInterface) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
onCancel(DialogInterface) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
onClick(View) - 类 中的方法com.mcxiaoke.next.ui.view.ExpandableTextView
 
onCreate(Bundle) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
onCreate(Bundle) - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
onCreate(Bundle) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
onCreate(Bundle) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
onCreateActionView() - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
onCreateActionView() - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
onCreateDialog(Bundle) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
onCreateDialog(Bundle) - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
onCreateDialog(Bundle) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
onCreateDialog(Bundle) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
onCreateDrawableState(int) - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableFrameLayout
 
onCreateDrawableState(int) - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableImageView
 
onCreateDrawableState(int) - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableLinearLayout
 
onCreateDrawableState(int) - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableRelativeLayout
 
onDestroy() - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
onDestroy() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
onDestroyView() - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
Save the old dialog that is about to get destroyed in case this is due to a change in device orientation.
onDestroyView() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
Save the old dialog that is about to get destroyed in case this is due to a change in device orientation.
onDismiss(DialogInterface) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
onDismiss(DialogInterface) - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
There is a race condition that is not handled properly by the DialogFragment class.
onDismiss(DialogInterface) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
onDismiss(DialogInterface) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
There is a race condition that is not handled properly by the DialogFragment class.
onDraw(Canvas) - 类 中的方法com.mcxiaoke.next.ui.view.CircularImageView
 
onFinishInflate() - 类 中的方法com.mcxiaoke.next.ui.view.NonLockingScrollView
 
onFooterIdle(EndlessListView) - 接口 中的方法com.mcxiaoke.next.ui.endless.EndlessListView.OnFooterRefreshListener
 
onFooterRefresh(EndlessListView) - 接口 中的方法com.mcxiaoke.next.ui.endless.EndlessListView.OnFooterRefreshListener
 
onFooterStateChanged(EndlessAdapter.FooterState, EndlessAdapter) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法com.mcxiaoke.next.ui.view.NonLockingScrollView
 
onMeasure(int, int) - 类 中的方法com.mcxiaoke.next.ui.layout.SquaredFrameLayout
 
onMeasure(int, int) - 类 中的方法com.mcxiaoke.next.ui.layout.SquaredLinearLayout
 
onMeasure(int, int) - 类 中的方法com.mcxiaoke.next.ui.layout.SquaredRelativeLayout
 
onMeasure(int, int) - 类 中的方法com.mcxiaoke.next.ui.view.AspectRatioImageView
 
onMeasure(int, int) - 类 中的方法com.mcxiaoke.next.ui.view.CircularImageView
 
onMeasure(int, int) - 类 中的方法com.mcxiaoke.next.ui.view.ExpandableTextView
 
onMeasure(int, int) - 类 中的方法com.mcxiaoke.next.ui.view.FixedRatioImageView
 
onMeasure(int, int) - 类 中的方法com.mcxiaoke.next.ui.view.SquaredImageView
 
onMenuItemClick(MenuItem) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
按顺序处理,如果某一阶段返回true,忽略后续的处理
onMenuItemClick(MenuItem) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
按顺序处理,如果某一阶段返回true,忽略后续的处理
onPrepareSubMenu(SubMenu) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
根据Activity列表生成PopupMenu
onPrepareSubMenu(SubMenu) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
根据Activity列表生成PopupMenu
onRefresh(ListViewExtend) - 接口 中的方法com.mcxiaoke.next.ui.list.ListViewExtend.OnRefreshListener
 
onScroll(AbsListView, int, int, int) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
onScroll(AbsListView, int, int, int) - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
onScrollStateChanged(AbsListView, int) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
onScrollStateChanged(AbsListView, int) - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
onStart() - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
onStart() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
onStop() - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
onStop() - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 

P

packageName - 类 中的变量com.mcxiaoke.next.ui.widget.ShareTarget
 
packageName - 类 中的变量com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
ProgressDialogFragment - com.mcxiaoke.next.ui.dialog中的类
Indeterminate progress dialog wrapped up in a DialogFragment to work even when the device orientation is changed.
ProgressDialogFragment() - 类 的构造器com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
ProgressDialogFragment - com.mcxiaoke.next.ui.dialog.v4中的类
Indeterminate progress dialog wrapped up in a DialogFragment to work even when the device orientation is changed.
ProgressDialogFragment() - 类 的构造器com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 

R

remove(T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Removes the specified object from the array.
remove(T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Removes the specified object from the array.
removeAll(Collection<?>) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Removes the specified objects.
removeAt(int) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Removes the specified object in index from the array.
removePackage(String) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
从分享列表移除指定的app 注意:必须在setShareIntent之前调用
removePackage(String) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
从分享列表移除指定的app 注意:必须在setShareIntent之前调用
requestPositionToScreen(int, boolean) - 类 中的方法com.mcxiaoke.next.ui.view.AutoScrollListView
Brings the specified position to view by optionally performing a jump-scroll maneuver: first it jumps to some position near the one requested and then does a smooth scroll to the requested position.

S

set(int, T) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
set the specified object at index
setAdapter(ListAdapter, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setAdapter(ListAdapter, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setAdapter(ListAdapter, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setAdapter(ListAdapter, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setAdapter(ListAdapter) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
setAdapter(ListAdapter) - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
setAll(Collection<? extends T>) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
 
setAll(T...) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
 
setBorderColor(int) - 类 中的方法com.mcxiaoke.next.ui.view.CircularImageView
 
setBorderWidth(int) - 类 中的方法com.mcxiaoke.next.ui.view.CircularImageView
 
setCancelable(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setCancelable(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setCancelable(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setCancelable(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setCanceledOnTouchOutside(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setCanceledOnTouchOutside(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setCanceledOnTouchOutside(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setCanceledOnTouchOutside(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setChecked(boolean) - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableFrameLayout
 
setChecked(boolean) - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableImageView
 
setChecked(boolean) - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableLinearLayout
 
setChecked(boolean) - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableRelativeLayout
 
setCustomTitle(View) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setCustomTitle(View) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setDefaultLength(int) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
设置默认显示的分享目标数量
setDefaultLength(int) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
设置默认显示的分享目标数量
setExpandLabel(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
setExpandLabel(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
setFilter(Filter) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
 
setIcon(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setIcon(Drawable) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setIcon(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setIcon(Drawable) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setIcon(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setIcon(Drawable) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setIcon(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setIcon(Drawable) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setIntentExtras(Bundle) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
设置Intent Extras 注意:必须在setShareIntent之后调用
setIntentExtras(String, String) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
添加额外的参数到Intent 注意:必须在setShareIntent之后调用
setIntentExtras(Uri) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
添加额外的参数到Intent 注意:必须在setShareIntent之后调用
setIntentExtras(String, String, Uri) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
添加额外的参数到Intent 注意:必须在setShareIntent之后调用
setIntentExtras(Bundle) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
设置Intent Extras 注意:必须在setShareIntent之后调用
setIntentExtras(String, String) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
添加额外的参数到Intent 注意:必须在setShareIntent之后调用
setIntentExtras(Uri) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
添加额外的参数到Intent 注意:必须在setShareIntent之后调用
setIntentExtras(String, String, Uri) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
添加额外的参数到Intent 注意:必须在setShareIntent之后调用
setItems(int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setItems(CharSequence[], DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setItems(CharSequence[], DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setItems(int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setItems(CharSequence[], DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setItems(CharSequence[], DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setMaxHeight(int) - 类 中的方法com.mcxiaoke.next.ui.view.AspectRatioImageView
 
setMaxWidth(int) - 类 中的方法com.mcxiaoke.next.ui.view.AspectRatioImageView
 
setMessage(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setMessage(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setMessage(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setMessage(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setMessage(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setMessage(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setMultiChoiceItems(int, boolean[], DialogInterface.OnMultiChoiceClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setMultiChoiceItems(CharSequence[], boolean[], DialogInterface.OnMultiChoiceClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setMultiChoiceItems(int, boolean[], DialogInterface.OnMultiChoiceClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setMultiChoiceItems(CharSequence[], boolean[], DialogInterface.OnMultiChoiceClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setNegativeButton(int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setNegativeButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setNegativeButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setNegativeButton(int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setNegativeButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setNegativeButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setNeutralButton(int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setNeutralButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setNeutralButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setNeutralButton(int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setNeutralButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setNeutralButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setNotifyOnChange(boolean) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
setNotifyOnChange(boolean) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
setOnCancelListener(DialogInterface.OnCancelListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setOnCancelListener(DialogInterface.OnCancelListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setOnCancelListener(DialogInterface.OnCancelListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setOnCancelListener(DialogInterface.OnCancelListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setOnDismissListener(DialogInterface.OnDismissListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setOnDismissListener(DialogInterface.OnDismissListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setOnDismissListener(DialogInterface.OnDismissListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setOnDismissListener(DialogInterface.OnDismissListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setOnFooterRefreshListener(EndlessListView.OnFooterRefreshListener) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
setOnItemSelectedListener(AdapterView.OnItemSelectedListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setOnItemSelectedListener(AdapterView.OnItemSelectedListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setOnKeyListener(DialogInterface.OnKeyListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setOnKeyListener(DialogInterface.OnKeyListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setOnKeyListener(DialogInterface.OnKeyListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setOnKeyListener(DialogInterface.OnKeyListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setOnMenuItemClickListener(MenuItem.OnMenuItemClickListener) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
设置MenuItem的点击事件
setOnMenuItemClickListener(MenuItem.OnMenuItemClickListener) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
设置MenuItem的点击事件
setOnRefreshListener(ListViewExtend.OnRefreshListener) - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
setOnScrollListener(AbsListView.OnScrollListener) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
setOnScrollListener(AbsListView.OnScrollListener) - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
setPositiveButton(int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setPositiveButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setPositiveButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setPositiveButton(int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setPositiveButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setPositiveButton(CharSequence, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setPressed(boolean) - 类 中的方法com.mcxiaoke.next.ui.layout.NoPressStateFrameLayout
 
setPressed(boolean) - 类 中的方法com.mcxiaoke.next.ui.layout.NoPressStateLinearLayout
 
setPressed(boolean) - 类 中的方法com.mcxiaoke.next.ui.layout.NoPressStateRelativeLayout
 
setRatio(float) - 类 中的方法com.mcxiaoke.next.ui.view.FixedRatioImageView
设置高宽比
setRefreshMode(EndlessListView.RefreshMode) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
setRefreshMode(int) - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
setShareIntent(Intent) - 类 中的方法com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
设置分享Intent 设置Intent会同时重新加载分享目标列表
setShareIntent(Intent) - 类 中的方法com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
设置分享Intent 设置Intent会同时重新加载分享目标列表
setSingleChoiceItems(int, int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setSingleChoiceItems(CharSequence[], int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setSingleChoiceItems(ListAdapter, int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setSingleChoiceItems(int, int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setSingleChoiceItems(CharSequence[], int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setSingleChoiceItems(ListAdapter, int, DialogInterface.OnClickListener) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setText(String) - 类 中的方法com.mcxiaoke.next.ui.view.ExpandableTextView
 
setTextColor(int) - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
setTextColor(ColorStateList) - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
setTextSize(float) - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
setTextSize(int, float) - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
setTheme(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setTheme(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setTitle(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setTitle(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setTitle(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setTitle(int) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setTitle(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setTitle(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setView(View) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setView(View) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
setView(View) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
setView(View) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
setWindowNoTitle(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.AlertDialogFragment.Builder
 
setWindowNoTitle(boolean) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment.Builder
 
ShareTarget - com.mcxiaoke.next.ui.widget中的类
User: mcxiaoke Date: 13-12-24 Time: 上午10:32

分享目标

ShareTarget(CharSequence, Drawable, MenuItem.OnMenuItemClickListener) - 类 的构造器com.mcxiaoke.next.ui.widget.ShareTarget
 
ShareTarget(CharSequence, Drawable, int, MenuItem.OnMenuItemClickListener) - 类 的构造器com.mcxiaoke.next.ui.widget.ShareTarget
 
ShareTarget - com.mcxiaoke.next.ui.widget.v7中的类
User: mcxiaoke Date: 13-12-24 Time: 上午10:32

分享目标

ShareTarget(CharSequence, Drawable, MenuItem.OnMenuItemClickListener) - 类 的构造器com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
ShareTarget(CharSequence, Drawable, int, MenuItem.OnMenuItemClickListener) - 类 的构造器com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
show(FragmentManager, CharSequence, CharSequence, boolean) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
Creates and shows an indeterminate progress dialog.
show(FragmentManager, CharSequence, CharSequence) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
show(FragmentManager) - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
show(FragmentManager, String) - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
show(FragmentTransaction, String) - 类 中的方法com.mcxiaoke.next.ui.dialog.ProgressDialogFragment
 
show(FragmentManager, CharSequence, CharSequence, boolean) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
Creates and shows an indeterminate progress dialog.
show(FragmentManager, CharSequence, CharSequence) - 类 中的静态方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
show(FragmentManager) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
show(FragmentManager, String) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
show(FragmentTransaction, String) - 类 中的方法com.mcxiaoke.next.ui.dialog.v4.ProgressDialogFragment
 
show() - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
showEmpty() - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
showFooterEmpty() - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
showFooterEmpty() - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
showFooterRefreshing() - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
只显示进度圆圈,但是不回调onRefresh
showFooterRefreshing() - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
只显示进度圆圈,但是不回调onRefresh
showFooterText(int) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
showFooterText(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.endless.EndlessListView
 
showFooterText(int) - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
showFooterText(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.list.ListViewExtend
 
showProgress() - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
showProgress(boolean) - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
showText(int) - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
showText(CharSequence) - 类 中的方法com.mcxiaoke.next.ui.view.SimpleProgressView
 
SimpleProgressView - com.mcxiaoke.next.ui.view中的类
 
SimpleProgressView(Context) - 类 的构造器com.mcxiaoke.next.ui.view.SimpleProgressView
 
SimpleProgressView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.view.SimpleProgressView
 
SimpleProgressView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.view.SimpleProgressView
 
smoothScrollToPositionCompat(ListView, int, int) - 类 中的静态方法com.mcxiaoke.next.ui.view.AutoScrollListView
 
sort(Comparator<? super T>) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat
Sorts the content of this adapter using the specified comparator.
sort(Comparator<? super T>) - 类 中的方法com.mcxiaoke.next.ui.widget.ArrayAdapterCompat2
Sorts the content of this adapter using the specified comparator.
SquaredFrameLayout - com.mcxiaoke.next.ui.layout中的类
User: mcxiaoke Date: 14-2-21 Time: 14:10
SquaredFrameLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredFrameLayout
 
SquaredFrameLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredFrameLayout
 
SquaredFrameLayout(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredFrameLayout
 
SquaredImageView - com.mcxiaoke.next.ui.view中的类
强制高宽相等的正方形ImageView
SquaredImageView(Context) - 类 的构造器com.mcxiaoke.next.ui.view.SquaredImageView
 
SquaredImageView(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.view.SquaredImageView
 
SquaredImageView(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.view.SquaredImageView
 
SquaredLinearLayout - com.mcxiaoke.next.ui.layout中的类
User: mcxiaoke Date: 14-2-21 Time: 14:10
SquaredLinearLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredLinearLayout
 
SquaredLinearLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredLinearLayout
 
SquaredLinearLayout(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredLinearLayout
 
SquaredRelativeLayout - com.mcxiaoke.next.ui.layout中的类
User: mcxiaoke Date: 14-2-21 Time: 14:10
SquaredRelativeLayout(Context) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredRelativeLayout
 
SquaredRelativeLayout(Context, AttributeSet) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredRelativeLayout
 
SquaredRelativeLayout(Context, AttributeSet, int) - 类 的构造器com.mcxiaoke.next.ui.layout.SquaredRelativeLayout
 

T

TAG - 类 中的静态变量com.mcxiaoke.next.ui.dialog.AlertDialogFragment
 
TAG - 类 中的静态变量com.mcxiaoke.next.ui.dialog.v4.AlertDialogFragment
 
TAG - 类 中的静态变量com.mcxiaoke.next.ui.endless.EndlessListView
 
TAG - 类 中的静态变量com.mcxiaoke.next.ui.list.ListViewExtend
 
TAG - 类 中的静态变量com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
TAG - 类 中的静态变量com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
title - 类 中的变量com.mcxiaoke.next.ui.widget.ShareTarget
 
title - 类 中的变量com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
toggle() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableFrameLayout
 
toggle() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableImageView
 
toggle() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableLinearLayout
 
toggle() - 类 中的方法com.mcxiaoke.next.ui.layout.CheckableRelativeLayout
 
toString() - 类 中的方法com.mcxiaoke.next.ui.widget.ShareTarget
 
toString() - 类 中的方法com.mcxiaoke.next.ui.widget.v7.ShareTarget
 

V

valueOf(String) - 枚举 中的静态方法com.mcxiaoke.next.ui.endless.EndlessListView.RefreshMode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.mcxiaoke.next.ui.endless.EndlessListView.RefreshMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

weight - 类 中的变量com.mcxiaoke.next.ui.widget.ShareTarget
 
weight - 类 中的变量com.mcxiaoke.next.ui.widget.v7.ShareTarget
 
WEIGHT_DEFAULT - 类 中的静态变量com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
WEIGHT_DEFAULT - 类 中的静态变量com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
WEIGHT_MAX - 类 中的静态变量com.mcxiaoke.next.ui.widget.AdvancedShareActionProvider
 
WEIGHT_MAX - 类 中的静态变量com.mcxiaoke.next.ui.widget.v7.AdvancedShareActionProvider
 
A B C D E F G H I L M N O P R S T V W 
跳过导航链接