MCPcopy Create free account

hub / github.com/AndroidDeveloperLB/ThreePhasesBottomSheet / functions

Functions223 in github.com/AndroidDeveloperLB/ThreePhasesBottomSheet

MethodsetColumnWidthDp
Only applies to GRID
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:251
MethodsetColumnWidthDp
(int columnWidthDp)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:239
MethodsetColumnWidthDp
(int columnWidthDp)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:140
MethodsetDefaultViewTransformer
Set the default view transformer to use for showing a sheet. Usually applications will use a similar transformer for most use cases of bottom sheet so
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:841
MethodsetFilter
(Filter filter)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:136
MethodsetImageProvider
Sets a provider for providing images. @param imageProvider Provider instance @return This builder instance
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:441
MethodsetMaxItems
Sets the max number of tiles to show in the image picker. Default is 25 from local storage and the two custom tiles. @param maxItems Max number of ti
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:397
MethodsetMixins
Adds custom mixins to the resulting picker sheet @param infos Custom ActivityInfo classes to mix in
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:149
MethodsetOnTileSelectedListener
Sets a listener for when a tile is selected. @param onTileSelectedListener Listener instance @return This builder instance
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:430
MethodsetPaddingOrRelativePadding
sets a single padding on a view, without changing the rest of the padding values of the view
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/Utils.java:75
MethodsetPickerDrawable
Sets a drawable resource ID for the picker option tile. Default is to use the material design version included in the library. @param resId Picker dr
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:498
MethodsetShowCameraOption
Sets a boolean to indicate whether or not to show a camera option. @param showCameraOption True to show the option, or false to hide the option @retu
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:452
MethodsetShowPickerOption
Sets a boolean to indicate whether or not to show the picker option. @param showPickerOption True to show the option, or false to hide the option. @r
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:463
MethodsetSortMethod
(Comparator<ActivityInfo> sortMethod)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:132
MethodsetTitle
Sets a title via String resource ID. @param title String resource ID @return This builder instance
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:408
MethodsetUseHardwareLayerWhileAnimating
Enable or disable the use of a hardware layer for the presented sheet while animating. This settings defaults to true and should only be changed if yo
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:872
MethodshouldDimContentView
@return whether the content view is being dimmed while presenting a sheet or not.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:860
Methodshow
DialogFragment-like show() method for displaying this the associated sheet fragment @param manager FragmentManager instance @param bottomSheetLayoutI
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:86
Methodshow
{@inheritDoc}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:32
MethodtransformView
(float translation, float maxTranslation, float peekedTranslation, BottomSheetLayout parent, View view)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:116
MethodtransformView
(final float translation, final float maxTranslation, final float peekedTranslation, final BottomSheetLayout p
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:167
MethodtransformView
(final float translation,final float maxTranslation,final float peekedTranslation,final BottomSheetLayout pare
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:241
MethodupdateMenu
Invalidates the current internal representation of the menu and rebuilds it. Should be used if the developer dynamically adds items to the Menu return
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:211
← previous201–223 of 223, ranked by callers