Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MartinRajniak/BottomBarDrawer
/ functions
Functions
67 in github.com/MartinRajniak/BottomBarDrawer
⨍
Functions
67
◇
Types & classes
7
↓ 17 callers
Method
isContentView
(View child)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:563
↓ 5 callers
Method
findDrawer
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:367
↓ 3 callers
Method
closeDrawerView
(View drawerView)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:698
↓ 2 callers
Method
filter
(View child)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:999
↓ 2 callers
Method
findVisibleDrawer
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:736
↓ 2 callers
Method
openDrawerView
(View drawerView)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:715
↓ 2 callers
Method
setDrawerViewOffset
(View drawerView, float slideOffset)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:342
↓ 1 callers
Method
closeDrawer
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:691
↓ 1 callers
Method
copyNodeInfoNoChildren
This should really be in AccessibilityNodeInfoCompat, but there unfortunately seem to be a few elements that are not easily cloneable using the underl
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:1010
↓ 1 callers
Method
dispatchOnDrawerClosed
(View drawerView)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:314
↓ 1 callers
Method
dispatchOnDrawerOpened
(View drawerView)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:325
↓ 1 callers
Method
dispatchOnDrawerSlide
(View drawerView, float slideOffset)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:336
↓ 1 callers
Method
findContent
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:377
↓ 1 callers
Method
findOpenDrawer
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:356
↓ 1 callers
Method
getDrawerViewOffset
(View drawerView)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:352
↓ 1 callers
Method
hasOpaqueBackground
(View v)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:499
↓ 1 callers
Method
hasVisibleDrawer
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:732
↓ 1 callers
Method
isBottomBarTouched
(View touchedView, MotionEvent ev)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:747
↓ 1 callers
Method
isDrawerOpen
Check if the drawer view is currently in an open state. To be considered "open" the drawer must have settled into its fully visible state. To check fo
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:275
↓ 1 callers
Method
isDrawerVisible
Check if the drawer view is currently visible on-screen. The drawer may be dragged or fully extended. @return true if the drawer is visible on-screen
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:251
↓ 1 callers
Method
onDrawerClosed
Called when a drawer has settled in a completely closed state. @param drawerView Drawer view that is now closed
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:132
↓ 1 callers
Method
onDrawerOpened
Called when a drawer has settled in a completely open state. The drawer is interactive at this point. @param drawerView Drawer view that i
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:124
↓ 1 callers
Method
onDrawerSlide
Called when a drawer's position changes. @param drawerView The child view that was moved @param slideOffset The new offset of t
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:115
↓ 1 callers
Method
onDrawerStateChanged
Called when the drawer motion state changes. The new state will be one of {@link #STATE_IDLE}, {@link #STATE_DRAGGING} or {@link #STATE_SETTLING}. @p
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:142
↓ 1 callers
Method
setDragger
(ViewDragHelper dragger)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:847
↓ 1 callers
Method
setDrawerListener
Set a listener to be notified of drawer events. @param listener Listener to notify when drawer events occur @see DrawerListener
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:240
↓ 1 callers
Method
setDrawerShadow
Set a simple drawable used for the left or right shadow. The drawable provided must have a nonzero intrinsic width. @param shadowDrawable
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:187
↓ 1 callers
Method
updateDrawerState
Should be called whenever a ViewDragHelper's state changes.
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:293
Method
BottomBarDrawerLayout
(Context context)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:145
Method
LayoutParams
(Context c, AttributeSet attrs)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:823
Method
SavedState
(Parcel in)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:937
Method
checkLayoutParams
(ViewGroup.LayoutParams p)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:773
Method
clampViewPositionHorizontal
(View child, int left, int dx)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:910
Method
clampViewPositionVertical
(View child, int top, int dy)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:915
Method
computeScroll
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:483
Method
createFromParcel
(Parcel source)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:953
Method
drawChild
(Canvas canvas, View child, long drawingTime)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:507
Method
generateDefaultLayoutParams
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:762
Method
generateLayoutParams
(ViewGroup.LayoutParams p)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:767
Method
getViewVerticalDragRange
(View child)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:905
Method
newArray
(int size)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:958
Method
onAttachedToWindow
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:394
Method
onCreate
(Bundle savedInstanceState)
bottombardrawer-example/src/sk/rajniak/bottombardrawerexample/MainActivity.java:13
Method
onCreateOptionsMenu
(Menu menu)
bottombardrawer-example/src/sk/rajniak/bottombardrawerexample/MainActivity.java:52
Method
onDetachedFromWindow
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:388
Method
onDrawerClosed
(View drawerView)
bottombardrawer-example/src/sk/rajniak/bottombardrawerexample/MainActivity.java:45
Method
onDrawerOpened
(View drawerView)
bottombardrawer-example/src/sk/rajniak/bottombardrawerexample/MainActivity.java:40
Method
onDrawerSlide
(View drawerView, float slideOffset)
bottombardrawer-example/src/sk/rajniak/bottombardrawerexample/MainActivity.java:29
Method
onDrawerStateChanged
(int newState)
bottombardrawer-example/src/sk/rajniak/bottombardrawerexample/MainActivity.java:24
Method
onInitializeAccessibilityNodeInfo
(View host, AccessibilityNodeInfoCompat info)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:968
Method
onInterceptTouchEvent
(MotionEvent ev)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:567
Method
onKeyDown
(int keyCode, KeyEvent event)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:670
Method
onKeyUp
(int keyCode, KeyEvent event)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:679
Method
onLayout
(boolean changed, int l, int t, int r, int b)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:443
Method
onMeasure
(int widthMeasureSpec, int heightMeasureSpec)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:400
Method
onRequestSendAccessibilityEvent
(ViewGroup host, View child, AccessibilityEvent event)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:991
Method
onRestoreInstanceState
(Parcelable state)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:783
Method
onSaveInstanceState
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:796
Method
onTouchEvent
(MotionEvent ev)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:599
Method
onViewDragStateChanged
(int state)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:856
Method
onViewPositionChanged
(View changedView, int left, int top, int dx, int dy)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:861
Method
onViewReleased
(View releasedChild, float xvel, float yvel)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:881
Method
requestLayout
()
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:476
Method
setContentScrimColor
Set a color to use for the scrim that obscures primary content while a drawer is open. @param color Color to use in 0xAARRGGBB format.
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:216
Method
setDrawerScrimColor
Set a color to use for the scrim that obscures drawer content while a drawer is opening. @param color Color to use in 0xAARRGGBB format.
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:228
Method
tryCaptureView
(View child, int pointerId)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:851
Method
writeToParcel
(Parcel dest, int flags)
bottombardrawer/src/sk/rajniak/bottombardrawer/BottomBarDrawerLayout.java:946