public class PickerUiProvider
extends java.lang.Object
| 构造器和说明 |
|---|
PickerUiProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
PickerControllerView |
getBottomBar(android.content.Context context)
获取底部栏
|
PickerFolderItemView |
getFolderItemView(android.content.Context context)
获取自定义文件夹item
|
PickerItemView |
getItemView(android.content.Context context)
获取自定义item
|
PreviewControllerView |
getPreviewControllerView(android.content.Context context)
获取自定义预览界面
|
SingleCropControllerView |
getSingleCropControllerView(android.content.Context context)
获取自定义单图剪裁界面
|
PickerControllerView |
getTitleBar(android.content.Context context)
获取标题栏
|
public PickerControllerView getTitleBar(android.content.Context context)
context - 调用此view的activityPickerControllerView对象,参考WXTitleBar RedBookTitleBarpublic PickerControllerView getBottomBar(android.content.Context context)
context - 调用此view的activityPickerControllerView对象,参考WXBottomBarpublic PickerItemView getItemView(android.content.Context context)
context - 调用此view的activityPickerItemView对象,参考WXBottomBarpublic PickerFolderItemView getFolderItemView(android.content.Context context)
context - 调用此view的activityPickerFolderItemView对象,参考WXFolderItemViewpublic PreviewControllerView getPreviewControllerView(android.content.Context context)
context - 调用此view的activityPreviewControllerView对象,参考WXPreviewControllerViewpublic SingleCropControllerView getSingleCropControllerView(android.content.Context context)
context - 调用此view的activitySingleCropControllerView对象,参考WXSingleCropControllerView