MCPcopy Create free account

hub / github.com/AndroidDeveloperLB/ThreePhasesBottomSheet / functions

Functions223 in github.com/AndroidDeveloperLB/ThreePhasesBottomSheet

↓ 17 callersMethodgetSheetView
@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 callersMethodgetDelegate
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:116
↓ 10 callersMethoddismissSheet
Dismiss the sheet currently being presented.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:732
↓ 7 callersMethodget
(BottomSheetLayout object)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:37
↓ 7 callersMethodpeekSheet
Set the presented sheet to be in a peeked state.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:557
↓ 7 callersMethodsetState
(State state)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:510
↓ 6 callersMethodgetItem
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:279
↓ 6 callersMethodgetMaxSheetTranslation
@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 callersMethodgetPeekSheetTranslation
@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 callersMethodshow
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 callersMethodexpandSheet
Set the presented sheet to be in an expanded state.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:535
↓ 5 callersMethodgetMenuItem
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:385
↓ 5 callersMethodisSheetShowing
@return Whether or not a sheet is currently presented.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:829
↓ 5 callersMethodsetSheetLayerTypeIfEnabled
(int layerType)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:504
↓ 4 callersMethodcancelCurrentAnimation
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:480
↓ 4 callersMethodcheckNotNull
(T value, String message)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:940
↓ 4 callersMethoddp2px
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 callersMethodgetContentView
@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 callersMethodgetValFromProgress
(float start, float end, float progress)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:205
↓ 4 callersMethodsetSheetTranslation
(float sheetTranslation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:272
↓ 4 callersMethodshowBottomSheet
()
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MainActivity.java:176
↓ 3 callersMethodaddView
Don't call addView directly, use setContentView() and showWithSheetView()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:186
↓ 3 callersMethoddismissInternal
(boolean allowStateLoss)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:129
↓ 3 callersMethodgetTitle
@return The current title text of the sheet
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:258
↓ 3 callersMethodgetView
(int position, View convertView, ViewGroup parent)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:306
↓ 3 callersMethodinit
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:153
↓ 3 callersMethodof
(MenuItem item)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:377
↓ 3 callersMethodreportState
(final BottomSheetState state)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:210
↓ 3 callersMethodreportState
(final BottomSheetState state)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:280
↓ 3 callersMethodset
(BottomSheetLayout object, Float value)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:42
↓ 3 callersMethodsetBottomSheetLayout
(final BottomSheetLayout bottomSheetLayout)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment2.java:265
↓ 2 callersMethodcreate
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:514
↓ 2 callersMethodgetDimAlpha
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 callersMethodgetState
@return The current state of the sheet.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:822
↓ 2 callersMethodhasFullHeightSheet
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:517
↓ 2 callersMethodisCameraTile
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 callersMethodisPickerTile
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 callersMethodisXInSheet
(float x)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:472
↓ 2 callersMethodprepareMenuItems
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 callersMethodsetAppBarLayout
(final AppBarLayout appBarLayout)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:220
↓ 2 callersMethodsetContentView
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 callersMethodshowWithSheetView
Convenience for showWithSheetView(sheetView, null, null). @param sheetView The sheet to be presented.
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:633
↓ 2 callersMethodtoString
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:155
↓ 2 callersMethodtransformView
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 callersMethodaddOnSheetDismissedListener
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 callersMethodaddOnSheetStateChangeListener
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 callersMethodbindView
(SheetMenuItem item)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:360
↓ 1 callersMethodcanScrollUp
(View view, float x, float y)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:486
↓ 1 callersMethodcreate
(BottomSheetFragmentInterface sheetFragmentInterface)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:66
↓ 1 callersMethoddismiss
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 callersMethoddismissAllowingStateLoss
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 callersMethodfindBottomSheetLayout
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:220
↓ 1 callersMethodgetActionBarHeight
returns the height of the action bar
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/Utils.java:35
↓ 1 callersMethodgetActionBarHeight
returns the height of the action bar
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:172
↓ 1 callersMethodgetBottomSheetLayout
@return this fragment sheet's {@link BottomSheetLayout}.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:212
↓ 1 callersMethodgetContainerId
(Fragment fragment)
bottomsheet-commons/src/main/java/android/support/v4/app/AccessFragmentInternals.java:8
↓ 1 callersMethodgetDefaultPeekTranslation
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:583
↓ 1 callersMethodgetDimAlpha
(float sheetTranslation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:296
↓ 1 callersMethodgetItem
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:321
↓ 1 callersMethodgetItem
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:209
↓ 1 callersMethodgetItemId
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:284
↓ 1 callersMethodgetItemViewType
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:294
↓ 1 callersMethodgetMenu
@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 callersMethodgetViewTransformer
Override this to proved a custom {@link ViewTransformer}.
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentInterface.java:52
↓ 1 callersMethodhideSoftKeyboardFromFocusedView
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 callersMethodinclude
(ActivityInfo info)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:38
↓ 1 callersMethodinitializeSheetValues
Set dim and translation to the initial state
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:524
↓ 1 callersMethodisAnimating
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:476
↓ 1 callersMethodisEnabled
(int position)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:346
↓ 1 callersMethodisImageTile
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 callersMethodisSeparator
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:381
↓ 1 callersMethodisTablet
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 callersMethodonDismissed
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 callersMethodonIntentPicked
(ActivityInfo activityInfo)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:42
↓ 1 callersMethodonInterceptTouchEvent
(@NonNull MotionEvent ev)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:305
↓ 1 callersMethodonMenuItemClick
(MenuItem item)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:48
↓ 1 callersMethodonProvideImage
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 callersMethodonSheetStateChanged
(State state)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:130
↓ 1 callersMethodonTileSelected
@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 callersMethodrun
()
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:647
↓ 1 callersMethodsetBottomSheetLayout
(final BottomSheetLayout bottomSheetLayout)
bottomsheet-sample/src/main/java/com/lb/three_phases_bottom_sheet/MyFragment.java:183
↓ 1 callersMethodsetEnableDismissByScroll
(final boolean enableDismissByScroll)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:179
↓ 1 callersMethodsetInterceptContentTouch
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 callersMethodsetPeekOnDismiss
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 callersMethodsetPeekSheetTranslation
Set custom height for PEEKED state. @param peek Peek height in pixels
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:592
↓ 1 callersMethodsetShouldDimContentView
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 callersMethodsetTitle
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 callersMethodsetTitle
(@StringRes int titleRes)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:224
↓ 1 callersMethodtransformView
(float sheetTranslation)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:288
MethodAccessFragmentInternals
()
bottomsheet-commons/src/main/java/android/support/v4/app/AccessFragmentInternals.java:4
MethodActivityInfo
(Drawable icon, String label, Context context, Class<?> clazz)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:81
MethodAdapter
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/MenuSheetView.java:270
MethodAdapter
(Context context)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:278
MethodAdapter
(Context context, Intent intent, List<ActivityInfo> mixins)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/IntentPickerSheetView.java:188
MethodBottomSheetFragment
()
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragment.java:27
MethodBottomSheetFragmentDelegate
(BottomSheetFragmentInterface sheetFragmentInterface)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/BottomSheetFragmentDelegate.java:70
MethodBottomSheetLayout
(Context context)
bottomsheet/src/main/java/com/flipboard/bottomsheet/BottomSheetLayout.java:133
MethodBuilder
(@NonNull Context context)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:383
MethodImagePickerSheetImageView
(Context context)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetImageView.java:13
MethodImagePickerSheetView
(final Builder builder)
bottomsheet-commons/src/main/java/com/flipboard/bottomsheet/commons/ImagePickerSheetView.java:187
next →1–100 of 223, ranked by callers