MCPcopy Create free account

hub / github.com/AndroidDeveloperLB/ThreePhasesBottomSheet / functions

Functions223 in github.com/AndroidDeveloperLB/ThreePhasesBottomSheet

MethodImagePickerTile
(@SpecialTileType int tileType)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:92
MethodIntentPickerSheetView
(Context context, Intent intent, @StringRes int titleRes, OnIntentPickedListener listener)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:109
MethodMenuSheetView
@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
MethodNormalViewHolder
(View root)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:355
MethodShadowOutline
(int width, int height)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/Util.java:32
MethodSheetMenuItem
(MenuItem item)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:373
MethodUtil
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/Util.java:43
MethodViewHolder
(View root)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:264
MethodareAllItemsEnabled
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:341
Methodblur
(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
Methodcompare
(ActivityInfo lhs, ActivityInfo rhs)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:46
Methoddismiss
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
Methoddismiss
{@inheritDoc}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:48
MethoddismissAllowingStateLoss
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
MethoddismissAllowingStateLoss
{@inheritDoc}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:56
MethoddoInBackground
(@NonNull Void... params)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:241
MethodgetConcreteIntent
(Intent intent)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:94
MethodgetCount
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:274
MethodgetCount
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:316
MethodgetCount
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:204
MethodgetDimAlpha
(float translation, float maxTranslation, float peekedTranslation, BottomSheetLayout parent, View view)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BaseViewTransformer.java:12
MethodgetImageUri
@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
MethodgetInterceptContentTouch
@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
MethodgetItemId
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:326
MethodgetItemId
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:214
MethodgetLayoutInflater
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
MethodgetLayoutInflater
(Bundle savedInstanceState)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:87
MethodgetMenuType
@return The {@link MenuType} this instance was built with
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:219
MethodgetMixins
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:154
MethodgetOutline
(View view, Outline outline)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/Util.java:37
MethodgetPeekOnDismiss
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
MethodgetTileType
@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
MethodgetView
(int position, View recycled, @NonNull ViewGroup parent)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:331
MethodgetView
(int position, View convertView, ViewGroup parent)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:219
MethodgetViewTransformer
{@inheritDoc}
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:64
MethodgetViewTransformer
()
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:156
MethodgetViewTransformer
()
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:228
MethodgetViewTypeCount
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:289
Methodinclude
(ActivityInfo info)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:53
MethodinflateMenu
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
MethodisEnabled
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:389
MethodonActivityCreated
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
MethodonActivityCreated
(@Nullable Bundle savedInstanceState)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:92
MethodonAnimationCancel
(Animator animation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:108
MethodonAnimationEnd
(@NonNull Animator animation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:542
MethodonAttach
Corresponding onAttach() method @param context Context to match the Fragment API, unused.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:159
MethodonAttach
(Context context)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:69
MethodonAttachedToWindow
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:122
MethodonAttachedToWindow
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:243
MethodonAttachedToWindow
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:158
MethodonAttachedToWindow
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:214
MethodonBackPressed
()
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:156
MethodonClick
(final View v)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:61
MethodonClick
(View v)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:43
MethodonClick
(final View v)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:60
MethodonCreate
Corresponding onCreate() method @param savedInstanceState Instance state, can be null.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:179
MethodonCreate
(Bundle savedInstanceState)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:81
MethodonCreate
(Bundle savedInstanceState)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:33
MethodonCreateOptionsMenu
(final Menu menu)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:124
MethodonCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:38
MethodonCreateView
(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:42
MethodonDestroyView
Corresponding onDestroyView() method
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:287
MethodonDestroyView
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:110
MethodonDetach
Corresponding onDetach() method
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:168
MethodonDetach
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:75
MethodonDetachedFromWindow
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:59
MethodonDetachedFromWindow
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:229
MethodonDismissed
(BottomSheetLayout bottomSheetLayout)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:295
MethodonEditorAction
(final TextView v,final int actionId,final KeyEvent event)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:64
MethodonFocusChange
(final View v,final boolean hasFocus)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:90
MethodonItemClick
(AdapterView<?> parent, View view, int position, long id)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:93
MethodonItemClick
(@NonNull AdapterView<?> parent, @NonNull View view, int position, long id)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:208
MethodonItemClick
(AdapterView<?> parent, View view, int position, long id)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:123
MethodonKey
(final View v,final int keyCode,final KeyEvent event)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:77
MethodonKeyPreIme
(int keyCode, @NonNull KeyEvent event)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:245
MethodonLayout
(boolean changed, int left, int top, int right, int bottom)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:238
MethodonLayoutChange
(View sheetView, int left, int top, int right, int bottom, int
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:709
MethodonMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:129
MethodonMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:258
MethodonMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:165
MethodonMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetImageView.java:30
MethodonOffsetChanged
(final AppBarLayout appBarLayout, final int verticalOffset)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:172
MethodonOffsetChanged
(final AppBarLayout appBarLayout,final int verticalOffset)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:109
MethodonOptionsItemSelected
(final MenuItem item)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:131
MethodonPostExecute
(@NonNull Drawable drawable)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:246
MethodonPreDraw
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:683
MethodonSaveInstanceState
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
MethodonSaveInstanceState
(Bundle outState)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:104
MethodonScrollChange
(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
MethodonSheetStateChanged
(final State state)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:193
MethodonSizeChanged
(int w, int h, int oldw, int oldh)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:139
MethodonSizeChanged
(int w, int h, int oldw, int oldh)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:250
MethodonSizeChanged
(int w, int h, int oldw, int oldh)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:174
MethodonStart
Corresponding onStart() method
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:259
MethodonStart
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:98
MethodonTouchEvent
(@NonNull MotionEvent event)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:318
MethodpredictedDefaultWidth
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
MethodremoveOnSheetDismissedListener
Removes a previously added {@link OnSheetDismissedListener}. @param onSheetDismissedListener the listener to be removed.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:911
MethodremoveOnSheetStateChangeListener
Removes a previously added {@link OnSheetStateChangeListener}. @param onSheetStateChangeListener the listener to be removed.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:901
MethodsetCameraDrawable
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
← previousnext →101–200 of 223, ranked by callers