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
Method
ImagePickerTile
(@SpecialTileType int tileType)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:92
Method
IntentPickerSheetView
(Context context, Intent intent, @StringRes int titleRes, OnIntentPickedListener listener)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:109
Method
MenuSheetView
@param context Context to construct the view with @param menuType LIST or GRID @param titleRes String resource ID for the title @param listener Listen
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:71
Method
NormalViewHolder
(View root)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:355
Method
ShadowOutline
(int width, int height)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/Util.java:32
Method
SheetMenuItem
(MenuItem item)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:373
Method
Util
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/Util.java:43
Method
ViewHolder
(View root)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:264
Method
areAllItemsEnabled
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:341
Method
blur
(Context context, Bitmap srcBitmap, @FloatRange(from = 0.0f, to = 25.0f) float radius)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/Utils.java:45
Method
compare
(ActivityInfo lhs, ActivityInfo rhs)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:46
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/BottomSheetFragmentDelegate.java:117
Method
dismiss
{@inheritDoc}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:48
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/BottomSheetFragmentDelegate.java:125
Method
dismissAllowingStateLoss
{@inheritDoc}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:56
Method
doInBackground
(@NonNull Void... params)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:241
Method
getConcreteIntent
(Intent intent)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:94
Method
getCount
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:274
Method
getCount
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:316
Method
getCount
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:204
Method
getDimAlpha
(float translation, float maxTranslation, float peekedTranslation, BottomSheetLayout parent, View view)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BaseViewTransformer.java:12
Method
getImageUri
@return The image Uri backing this tile. Can be null if this is a placeholder for the camera or picker tiles.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:109
Method
getInterceptContentTouch
@return true if we are intercepting content view touches or false to allow interaction with Bottom Sheet's content view. Default value is true.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:815
Method
getItemId
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:326
Method
getItemId
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:214
Method
getLayoutInflater
Retrieves the appropriate layout inflater, either the sheet's or the view's super container. Note that you should handle the result of this in your ge
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:197
Method
getLayoutInflater
(Bundle savedInstanceState)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:87
Method
getMenuType
@return The {@link MenuType} this instance was built with
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:219
Method
getMixins
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:154
Method
getOutline
(View view, Outline outline)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/Util.java:37
Method
getPeekOnDismiss
Returns the current peekOnDismiss value, which controls the behavior response to back presses when the current state is {@link State#EXPANDED}. @retu
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:797
Method
getTileType
@return The {@link TileType} of this tile: either {@link #IMAGE}, {@link #CAMERA}, or {@link #PICKER}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:118
Method
getView
(int position, View recycled, @NonNull ViewGroup parent)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:331
Method
getView
(int position, View convertView, ViewGroup parent)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:219
Method
getViewTransformer
{@inheritDoc}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:64
Method
getViewTransformer
()
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:156
Method
getViewTransformer
()
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:228
Method
getViewTypeCount
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:289
Method
include
(ActivityInfo info)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:53
Method
inflateMenu
Inflates a menu resource into the menu backing this sheet. @param menuRes Menu resource ID
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:113
Method
isEnabled
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:389
Method
onActivityCreated
Corresponding onActivityCreated() method @param savedInstanceState Instance state, here to match the Fragment API but unused
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:243
Method
onActivityCreated
(@Nullable Bundle savedInstanceState)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:92
Method
onAnimationCancel
(Animator animation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:108
Method
onAnimationEnd
(@NonNull Animator animation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:542
Method
onAttach
Corresponding onAttach() method @param context Context to match the Fragment API, unused.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:159
Method
onAttach
(Context context)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:69
Method
onAttachedToWindow
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:122
Method
onAttachedToWindow
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:243
Method
onAttachedToWindow
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:158
Method
onAttachedToWindow
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:214
Method
onBackPressed
()
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:156
Method
onClick
(final View v)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:61
Method
onClick
(View v)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:43
Method
onClick
(final View v)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:60
Method
onCreate
Corresponding onCreate() method @param savedInstanceState Instance state, can be null.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:179
Method
onCreate
(Bundle savedInstanceState)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:81
Method
onCreate
(Bundle savedInstanceState)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:33
Method
onCreateOptionsMenu
(final Menu menu)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:124
Method
onCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:38
Method
onCreateView
(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:42
Method
onDestroyView
Corresponding onDestroyView() method
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:287
Method
onDestroyView
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:110
Method
onDetach
Corresponding onDetach() method
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:168
Method
onDetach
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:75
Method
onDetachedFromWindow
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:59
Method
onDetachedFromWindow
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:229
Method
onDismissed
(BottomSheetLayout bottomSheetLayout)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:295
Method
onEditorAction
(final TextView v,final int actionId,final KeyEvent event)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:64
Method
onFocusChange
(final View v,final boolean hasFocus)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:90
Method
onItemClick
(AdapterView<?> parent, View view, int position, long id)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:93
Method
onItemClick
(@NonNull AdapterView<?> parent, @NonNull View view, int position, long id)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:208
Method
onItemClick
(AdapterView<?> parent, View view, int position, long id)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:123
Method
onKey
(final View v,final int keyCode,final KeyEvent event)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:77
Method
onKeyPreIme
(int keyCode, @NonNull KeyEvent event)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:245
Method
onLayout
(boolean changed, int left, int top, int right, int bottom)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:238
Method
onLayoutChange
(View sheetView, int left, int top, int right, int bottom, int
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:709
Method
onMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:129
Method
onMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:258
Method
onMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:165
Method
onMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetImageView.java:30
Method
onOffsetChanged
(final AppBarLayout appBarLayout, final int verticalOffset)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:172
Method
onOffsetChanged
(final AppBarLayout appBarLayout,final int verticalOffset)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:109
Method
onOptionsItemSelected
(final MenuItem item)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:131
Method
onPostExecute
(@NonNull Drawable drawable)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:246
Method
onPreDraw
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:683
Method
onSaveInstanceState
Corresponding onSaveInstanceState() method @param outState The output state, here to match the Fragment API but unused
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:272
Method
onSaveInstanceState
(Bundle outState)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:104
Method
onScrollChange
(final NestedScrollView v,final int scrollX,final int scrollY,final int oldScrollX,final int oldScrollY)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:98
Method
onSheetStateChanged
(final State state)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:193
Method
onSizeChanged
(int w, int h, int oldw, int oldh)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:139
Method
onSizeChanged
(int w, int h, int oldw, int oldh)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:250
Method
onSizeChanged
(int w, int h, int oldw, int oldh)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:174
Method
onStart
Corresponding onStart() method
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:259
Method
onStart
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:98
Method
onTouchEvent
(@NonNull MotionEvent event)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:318
Method
predictedDefaultWidth
Returns the predicted default width of the sheet if it were shown. @param context Context instance to retrieve resources and display metrics @return
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:932
Method
removeOnSheetDismissedListener
Removes a previously added {@link OnSheetDismissedListener}. @param onSheetDismissedListener the listener to be removed.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:911
Method
removeOnSheetStateChangeListener
Removes a previously added {@link OnSheetStateChangeListener}. @param onSheetStateChangeListener the listener to be removed.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:901
Method
setCameraDrawable
Sets a drawable resource ID for the camera option tile. Default is to use the material design version included in the library. @param resId Camera dr
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:475
← previous
next →
101–200 of 223, ranked by callers