Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AndroidDeveloperLB/ThreePhasesBottomSheet
/ functions
Functions
223 in github.com/AndroidDeveloperLB/ThreePhasesBottomSheet
⨍
Functions
223
◇
Types & classes
41
↓ 17 callers
Method
getSheetView
@return The currently presented sheet view. If no sheet is currently presented null will returned.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:613
↓ 12 callers
Method
getDelegate
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:116
↓ 10 callers
Method
dismissSheet
Dismiss the sheet currently being presented.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:732
↓ 7 callers
Method
get
(BottomSheetLayout object)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:37
↓ 7 callers
Method
peekSheet
Set the presented sheet to be in a peeked state.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:557
↓ 7 callers
Method
setState
(State state)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:510
↓ 6 callers
Method
getItem
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:279
↓ 6 callers
Method
getMaxSheetTranslation
@return The maximum translation for the presented sheet view. Translation is counted from the bottom of the view.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:599
↓ 6 callers
Method
getPeekSheetTranslation
@return The peeked state translation for the presented sheet view. Translation is counted from the bottom of the view.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:579
↓ 6 callers
Method
show
Display the bottom sheet, adding the fragment to the given FragmentManager. This does <em>not</em> add the transaction to the back stack. When teh fra
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentInterface.java:24
↓ 5 callers
Method
expandSheet
Set the presented sheet to be in an expanded state.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:535
↓ 5 callers
Method
getMenuItem
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:385
↓ 5 callers
Method
isSheetShowing
@return Whether or not a sheet is currently presented.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:829
↓ 5 callers
Method
setSheetLayerTypeIfEnabled
(int layerType)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:504
↓ 4 callers
Method
cancelCurrentAnimation
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:480
↓ 4 callers
Method
checkNotNull
(T value, String message)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:940
↓ 4 callers
Method
dp2px
Convert a dp float value to pixels @param dp float value in dps to convert @return DP value converted to pixels
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/Util.java:18
↓ 4 callers
Method
getContentView
@return The currently presented sheet view. If no sheet is currently presented null will returned.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:606
↓ 4 callers
Method
getValFromProgress
(float start, float end, float progress)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:205
↓ 4 callers
Method
setSheetTranslation
(float sheetTranslation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:272
↓ 4 callers
Method
showBottomSheet
()
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:176
↓ 3 callers
Method
addView
Don't call addView directly, use setContentView() and showWithSheetView()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:186
↓ 3 callers
Method
dismissInternal
(boolean allowStateLoss)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:129
↓ 3 callers
Method
getTitle
@return The current title text of the sheet
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:258
↓ 3 callers
Method
getView
(int position, View convertView, ViewGroup parent)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:306
↓ 3 callers
Method
init
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:153
↓ 3 callers
Method
of
(MenuItem item)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:377
↓ 3 callers
Method
reportState
(final BottomSheetState state)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:210
↓ 3 callers
Method
reportState
(final BottomSheetState state)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:280
↓ 3 callers
Method
set
(BottomSheetLayout object, Float value)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:42
↓ 3 callers
Method
setBottomSheetLayout
(final BottomSheetLayout bottomSheetLayout)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:265
↓ 2 callers
Method
create
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:514
↓ 2 callers
Method
getDimAlpha
Called on when the translation of the sheet view changes allowing you to customize the amount of dimming which is applied to the content view. @param
bottomsheet/src/main/java/com/flipboard/bottomsheet/ViewTransformer.java:31
↓ 2 callers
Method
getState
@return The current state of the sheet.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:822
↓ 2 callers
Method
hasFullHeightSheet
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:517
↓ 2 callers
Method
isCameraTile
Indicates whether or not this represents the camera tile option. If it is, you should do something to facilitate taking a picture, such as firing a ca
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:140
↓ 2 callers
Method
isPickerTile
Indicates whether or not this represents the picker tile option. If it is, you should do something to facilitate retrieving a picture from some other
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:151
↓ 2 callers
Method
isXInSheet
(float x)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:472
↓ 2 callers
Method
prepareMenuItems
Flattens the visible menu items of {@link #menu} into {@link #items}, while inserting separators between items when necessary. Adapted from the Desig
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:153
↓ 2 callers
Method
setAppBarLayout
(final AppBarLayout appBarLayout)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:220
↓ 2 callers
Method
setContentView
Set the content view of the bottom sheet. This is the view which is shown under the sheet being presented. This is usually the root view of your appli
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:623
↓ 2 callers
Method
showWithSheetView
Convenience for showWithSheetView(sheetView, null, null). @param sheetView The sheet to be presented.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:633
↓ 2 callers
Method
toString
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:155
↓ 2 callers
Method
transformView
Called on every frame while animating the presented sheet. This method allows you to coordinate other animations (usually on the content view) with th
bottomsheet/src/main/java/com/flipboard/bottomsheet/ViewTransformer.java:17
↓ 1 callers
Method
addOnSheetDismissedListener
Adds an {@link OnSheetDismissedListener} which will be notified when the state of the presented sheet changes. @param onSheetDismissedListener the li
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:891
↓ 1 callers
Method
addOnSheetStateChangeListener
Adds an {@link OnSheetStateChangeListener} which will be notified when the state of the presented sheet changes. @param onSheetStateChangeListener th
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:881
↓ 1 callers
Method
bindView
(SheetMenuItem item)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:360
↓ 1 callers
Method
canScrollUp
(View view, float x, float y)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:486
↓ 1 callers
Method
create
(BottomSheetFragmentInterface sheetFragmentInterface)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:66
↓ 1 callers
Method
dismiss
Dismiss the fragment and it's bottom sheet. If the fragment was added to the back stack, all back stack state up to and including this entry will be p
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentInterface.java:41
↓ 1 callers
Method
dismissAllowingStateLoss
Version of {@link #dismiss()} that uses {@link FragmentTransaction#commitAllowingStateLoss()}. See linked documentation for further details.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentInterface.java:47
↓ 1 callers
Method
findBottomSheetLayout
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:220
↓ 1 callers
Method
getActionBarHeight
returns the height of the action bar
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/Utils.java:35
↓ 1 callers
Method
getActionBarHeight
returns the height of the action bar
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:172
↓ 1 callers
Method
getBottomSheetLayout
@return this fragment sheet's {@link BottomSheetLayout}.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:212
↓ 1 callers
Method
getContainerId
(Fragment fragment)
bottomsheet-commons/src/main/java/android/support/v4/app/AccessFragmentInternals.java:8
↓ 1 callers
Method
getDefaultPeekTranslation
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:583
↓ 1 callers
Method
getDimAlpha
(float sheetTranslation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:296
↓ 1 callers
Method
getItem
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:321
↓ 1 callers
Method
getItem
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:209
↓ 1 callers
Method
getItemId
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:284
↓ 1 callers
Method
getItemViewType
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:294
↓ 1 callers
Method
getMenu
@return The current {@link Menu} instance backing this sheet. Note that this is mutable, and you should call {@link #updateMenu()} after any c
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:203
↓ 1 callers
Method
getViewTransformer
Override this to proved a custom {@link ViewTransformer}.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentInterface.java:52
↓ 1 callers
Method
hideSoftKeyboardFromFocusedView
hides the soft keyboard for the activity , based on the currently focused view
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/Utils.java:23
↓ 1 callers
Method
include
(ActivityInfo info)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:38
↓ 1 callers
Method
initializeSheetValues
Set dim and translation to the initial state
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:524
↓ 1 callers
Method
isAnimating
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:476
↓ 1 callers
Method
isEnabled
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:346
↓ 1 callers
Method
isImageTile
Indicates whether or not this represents an image tile option. If it is, you can safely retrieve the represented image's file Uri via {@link #getImage
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:129
↓ 1 callers
Method
isSeparator
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:381
↓ 1 callers
Method
isTablet
Returns whether or not BottomSheetLayout will assume it's being shown on a tablet. @param context Context instance to retrieve resources @return True
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:922
↓ 1 callers
Method
onDismissed
Called when the presented sheet has been dismissed. @param bottomSheetLayout The bottom sheet which contained the presented sheet.
bottomsheet/src/main/java/com/flipboard/bottomsheet/OnSheetDismissedListener.java:10
↓ 1 callers
Method
onIntentPicked
(ActivityInfo activityInfo)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:42
↓ 1 callers
Method
onInterceptTouchEvent
(@NonNull MotionEvent ev)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:305
↓ 1 callers
Method
onMenuItemClick
(MenuItem item)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:48
↓ 1 callers
Method
onProvideImage
This is called when the underlying adapter is ready to show an image @param imageView ImageView target. If you care about memory leaks and performanc
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:71
↓ 1 callers
Method
onSheetStateChanged
(State state)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:130
↓ 1 callers
Method
onTileSelected
@param selectedTile The selected tile, in the form of an {@link ImagePickerTile}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:55
↓ 1 callers
Method
run
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:647
↓ 1 callers
Method
setBottomSheetLayout
(final BottomSheetLayout bottomSheetLayout)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:183
↓ 1 callers
Method
setEnableDismissByScroll
(final boolean enableDismissByScroll)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:179
↓ 1 callers
Method
setInterceptContentTouch
Controls whether or not child view interaction is possible when the bottomsheet is open. @param interceptContentTouch true to intercept content view
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:807
↓ 1 callers
Method
setPeekOnDismiss
Controls the behavior on back button press when the state is {@link State#EXPANDED}. @param peekOnDismiss true to show the peeked state on back press
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:787
↓ 1 callers
Method
setPeekSheetTranslation
Set custom height for PEEKED state. @param peek Peek height in pixels
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:592
↓ 1 callers
Method
setShouldDimContentView
Enable or disable dimming of the content view while a sheet is presented. If enabled a transparent black dim is overlaid on top of the content view in
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:853
↓ 1 callers
Method
setTitle
Sets the title text of the sheet @param resId String resource ID for the text
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:228
↓ 1 callers
Method
setTitle
(@StringRes int titleRes)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:224
↓ 1 callers
Method
transformView
(float sheetTranslation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:288
Method
AccessFragmentInternals
()
bottomsheet-commons/src/main/java/android/support/v4/app/AccessFragmentInternals.java:4
Method
ActivityInfo
(Drawable icon, String label, Context context, Class<?> clazz)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:81
Method
Adapter
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:270
Method
Adapter
(Context context)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:278
Method
Adapter
(Context context, Intent intent, List<ActivityInfo> mixins)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:188
Method
BottomSheetFragment
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:27
Method
BottomSheetFragmentDelegate
(BottomSheetFragmentInterface sheetFragmentInterface)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:70
Method
BottomSheetLayout
(Context context)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:133
Method
Builder
(@NonNull Context context)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:383
Method
ImagePickerSheetImageView
(Context context)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetImageView.java:13
Method
ImagePickerSheetView
(final Builder builder)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:187
next →
1–100 of 223, ranked by callers