- 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
-