Skip navigation links
A B C D G H I M O P R S V W 

A

areItemsClickables() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 

B

build() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
Builder() - Constructor for class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 

C

com.dpizarro.uipicker.library.blur - package com.dpizarro.uipicker.library.blur
 
com.dpizarro.uipicker.library.picker - package com.dpizarro.uipicker.library.picker
 
CONSTANT_DEFAULT_ALPHA - Static variable in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Default alpha to apply in blurred image
CREATOR - Static variable in class com.dpizarro.uipicker.library.picker.PickerUISettings
 

D

DEFAULT_AUTO_DISMISS - Static variable in class com.dpizarro.uipicker.library.picker.PickerUISettings
Default behaviour of PickerUi when an item is selected
DEFAULT_BLUR_RADIUS - Static variable in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Default Blur radius used for the background
DEFAULT_DOWNSCALE_FACTOR - Static variable in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Default Down scale factor to reduce blurring time and memory allocation.
DEFAULT_ITEMS_CLICKABLES - Static variable in class com.dpizarro.uipicker.library.picker.PickerUISettings
Default behaviour of items
DEFAULT_USE_BLUR - Static variable in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Default behaviour of blur
DEFAULT_USE_BLUR_RENDERSCRIPT - Static variable in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Default use of renderscript algorithm
describeContents() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
doInBackground(Void...) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurTask
We blur the scaled bitmap with the preferred blur radius.

G

getBackgroundColor() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
getBlurDownScaleFactor() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
getBlurFilterColor() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
getBlurRadius() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
getColorTextCenter() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
getColorTextNoCenter() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
getItems() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
getLinesColor() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 

H

handleRecycle() - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
This method hides the fake ImageView, the blurred image is recycled and the background of the fake ImageView is cleared.

I

isAutoDismiss() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
isPanelShown() - Method in class com.dpizarro.uipicker.library.picker.PickerUI
 
isUseBlur() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
isUseBlurRenderscript() - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
isValidBlurRadius(int) - Static method in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Validates if the radius value chosen is valid.
isValidDownscale(float) - Static method in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Validates if the scale chosen is valid.

M

MIN_BLUR_RADIUS - Static variable in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Minimum valid value of Blur radius.
MIN_DOWNSCALE - Static variable in class com.dpizarro.uipicker.library.blur.PickerUIBlur
Minimum valid value of down scale factor.

O

onBlurFinished(Bitmap) - Method in interface com.dpizarro.uipicker.library.blur.PickerUIBlurHelper.BlurFinishedListener
Callback when the blur has finished
onBlurFinished(Bitmap) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
This method will be run after you have the bitmap with the blur effect done (or not).
onItemClickPickerUI(int, int, String) - Method in interface com.dpizarro.uipicker.library.picker.PickerUI.PickerUIItemClickListener
Callback when the item has been clicked.
onPostExecute(Bitmap) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurTask
Finally, we post the blurred image in our listener
onPreExecute() - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurTask
Snapshots the specified layout with PickerUIBlurHelper.loadBitmapFromView(View) and scale it using PickerUIBlurHelper.downscaleBitmap(Bitmap)()}
onRestoreInstanceState(Parcelable) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Retrieve the state of the panel when orientation screen changed.
onSaveInstanceState() - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Save the state of the panel when orientation screen changed.

P

PickerUI - Class in com.dpizarro.uipicker.library.picker
 
PickerUI(Context) - Constructor for class com.dpizarro.uipicker.library.picker.PickerUI
Default constructor
PickerUI(Context, AttributeSet) - Constructor for class com.dpizarro.uipicker.library.picker.PickerUI
Default constructor
PickerUI(Context, AttributeSet, int) - Constructor for class com.dpizarro.uipicker.library.picker.PickerUI
Default constructor
PickerUI.PickerUIItemClickListener - Interface in com.dpizarro.uipicker.library.picker
Interface for a callback when the item has been clicked.
PickerUI.SLIDE - Enum in com.dpizarro.uipicker.library.picker
 
PickerUIBlur - Class in com.dpizarro.uipicker.library.blur
 
PickerUIBlur() - Constructor for class com.dpizarro.uipicker.library.blur.PickerUIBlur
 
PickerUIBlurHelper - Class in com.dpizarro.uipicker.library.blur
 
PickerUIBlurHelper(Context, AttributeSet) - Constructor for class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
Default constructor
PickerUIBlurHelper.BlurFinishedListener - Interface in com.dpizarro.uipicker.library.blur
Interface for a callback when blur has finished
PickerUIBlurTask - Class in com.dpizarro.uipicker.library.blur
 
PickerUIBlurTask(Activity, int, PickerUIBlurHelper.BlurFinishedListener, boolean) - Constructor for class com.dpizarro.uipicker.library.blur.PickerUIBlurTask
Constructor
PickerUISettings - Class in com.dpizarro.uipicker.library.picker
 
PickerUISettings.Builder - Class in com.dpizarro.uipicker.library.picker
 

R

render() - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
This method first checks if it is necessary to perform the Blur task.

S

setAutoDismiss(boolean) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Method to set if hide the panel when you click an item
setBackgroundColorPanel(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Sets the background color for the panel.
setBlurFinishedListener(PickerUIBlurHelper.BlurFinishedListener) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
Set a callback listener when blur has finished
setBlurRadius(int) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
Select your preferred blur radius to apply By default blur radius is set to PickerUIBlur.MIN_BLUR_RADIUS
setBlurRadius(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Select your preferred blur radius to apply By default blur radius is set to PickerUIBlur.MIN_BLUR_RADIUS
setColorTextCenter(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Sets the text color for the item of the center.
setColorTextNoCenter(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Sets the text color for the items which aren't in the center.
setDownScaleFactor(float) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
Apply custom down scale factor By default down scale factor is set to PickerUIBlur.MIN_DOWNSCALE
setDownScaleFactor(float) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Apply custom down scale factor By default down scale factor is set to PickerUIBlur.MIN_DOWNSCALE
setFilterColor(int) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
Select the color filter to the blur effect
setFilterColor(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Select the color filter to the blur effect
setItems(Context, List<String>) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Method to set items to show in panel.
setItems(Context, List<String>, int, int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Method to set items to show in panel.
setItemsClickables(boolean) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Method to enable the click of items
setLinesColor(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Sets the color of the lines of the center
setOnClickItemPickerUIListener(PickerUI.PickerUIItemClickListener) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Set a callback listener for the item click.
setSettings(PickerUISettings) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
This method sets the desired functionalities of panel to make easy.
setUseBlur(boolean) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
Method to set the use of blur effect
setUseBlur(boolean) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Method to set the use of blur effect
setUseRenderScript(boolean) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
Method to set the use of renderScript algorithm
setUseRenderScript(boolean) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Method to set the use of renderScript algorithm
showBlurImage(Bitmap) - Method in class com.dpizarro.uipicker.library.blur.PickerUIBlurHelper
This method shows the fake ImageView and set the new blurred image.
slide() - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Slide the panel depending on the current state.
slide(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Slide the panel depending depending on the current state.
slide(PickerUI.SLIDE) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
Slide the panel to the desired direction.

V

valueOf(String) - Static method in enum com.dpizarro.uipicker.library.picker.PickerUI.SLIDE
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.dpizarro.uipicker.library.picker.PickerUI.SLIDE
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAutoDismiss(boolean) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withBackgroundColor(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withBlurDownScaleFactor(float) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withBlurFilterColor(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withBlurRadius(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withColorTextCenter(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withColorTextNoCenter(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withItems(List<String>) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withItemsClickables(boolean) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withLinesColor(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withUseBlur(boolean) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
withUseBlurRenderscript(boolean) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings.Builder
 
writeToParcel(Parcel, int) - Method in class com.dpizarro.uipicker.library.picker.PickerUISettings
 
A B C D G H I M O P R S V W 
Skip navigation links