- 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
-
- setBlurRadius(int) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
-
- 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
-
- setDownScaleFactor(float) - Method in class com.dpizarro.uipicker.library.picker.PickerUI
-
- 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.