- ScreenUtils - com.yancy.gallerypick.utils中的类
-
屏幕相关辅助类
Created by Yancy on 2015/9/24.
- setGalleryConfig(GalleryConfig) - 类 中的方法com.yancy.gallerypick.config.GalleryPick
-
- setmActivity(Activity) - 类 中的方法com.yancy.gallerypick.adapter.MiniPhotoAdapter
-
- setNavigationBarAlpha(float) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified alpha to the system navigation bar.
- setNavigationBarTintColor(int) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified color tint to the system navigation bar.
- setNavigationBarTintDrawable(Drawable) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified drawable to the system navigation bar.
- setNavigationBarTintEnabled(boolean) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Enable tinting of the system navigation bar.
- setNavigationBarTintResource(int) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified drawable or color resource to the system navigation bar.
- setOnCallBack(PhotoAdapter.OnCallBack) - 类 中的方法com.yancy.gallerypick.adapter.PhotoAdapter
-
- setOnClickListener(FolderAdapter.OnClickListener) - 类 中的方法com.yancy.gallerypick.adapter.FolderAdapter
-
- setOnImageViewListener(GalleryImageView.OnImageViewListener) - 类 中的方法com.yancy.gallerypick.widget.GalleryImageView
-
- setSelectPhoto(List<String>) - 类 中的方法com.yancy.gallerypick.adapter.PhotoAdapter
-
传入已选的图片
- setStatusBarAlpha(float) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified alpha to the system status bar.
- setStatusBarTintColor(int) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified color tint to the system status bar.
- setStatusBarTintDrawable(Drawable) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified drawable to the system status bar.
- setStatusBarTintEnabled(boolean) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Enable tinting of the system status bar.
- setStatusBarTintResource(int) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified drawable or color resource to the system status bar.
- setTintAlpha(float) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified alpha to all system UI bars.
- setTintColor(int) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified color tint to all system UI bars.
- setTintDrawable(Drawable) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified drawable to all system UI bars.
- setTintResource(int) - 类 中的方法com.yancy.gallerypick.utils.SystemBarTintManager
-
Apply the specified drawable or color resource to all system UI bars.
- snapShotWithoutStatusBar(Activity) - 类 中的静态方法com.yancy.gallerypick.utils.ScreenUtils
-
获取当前屏幕截图,不包含状态栏
- snapShotWithStatusBar(Activity) - 类 中的静态方法com.yancy.gallerypick.utils.ScreenUtils
-
获取当前屏幕截图,包含状态栏
- start(Activity, File, File, float, float, int, int) - 类 中的静态方法com.yancy.gallerypick.utils.UCropUtils
-
- suffixIgnore(String[]) - 类 中的方法com.yancy.gallerypick.config.GalleryConfig.Builder
-
- SystemBarTintManager - com.yancy.gallerypick.utils中的类
-
Class to manage status and navigation bar tint effects when using KitKat
translucent system UI modes.
- SystemBarTintManager(Activity) - 类 的构造器com.yancy.gallerypick.utils.SystemBarTintManager
-
Constructor.
- SystemBarTintManager.SystemBarConfig - com.yancy.gallerypick.utils中的类
-
Class which describes system bar sizing and other characteristics for the current
device configuration.