Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EddieRingle/android-undergarment
/ functions
Functions
28 in github.com/EddieRingle/android-undergarment
⨍
Functions
28
◇
Types & classes
3
↓ 4 callers
Method
closeDrawer
(final boolean animate)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:587
↓ 3 callers
Method
openDrawer
(final boolean animate)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:532
↓ 2 callers
Method
reconfigureViewHierarchy
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:137
↓ 1 callers
Method
onDrawerClosed
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:126
↓ 1 callers
Method
onDrawerOpened
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:124
Method
DrawerGarment
(Activity activity, int drawerLayout)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:196
Method
dispatchDraw
(Canvas canvas)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:459
Method
getDecorContentBackgroundColor
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:481
Method
getDrawerCallbacks
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:645
Method
getDrawerMaxWidth
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:508
Method
getInterpolation
(float v)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:131
Method
getSlideTarget
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:649
Method
getTouchTargetWidth
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:494
Method
isDrawerEnabled
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:516
Method
isDrawerMoving
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:637
Method
isDrawerOpened
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:633
Method
onClick
(View view)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:190
Method
onInterceptTouchEvent
(MotionEvent ev)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:265
Method
onLayout
(boolean changed, int left, int top, int right, int bottom)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:238
Method
onTouchEvent
(MotionEvent event)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:368
Method
run
()
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:557
Method
setDecorContentBackgroundColor
Sets the background color of the content view. Color.TRANSPARENT looks ugly and Color.WHITE is default. @param color
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:477
Method
setDrawerCallbacks
(final IDrawerCallbacks callbacks)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:641
Method
setDrawerEnabled
(final boolean enabled)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:512
Method
setDrawerMaxWidth
Sets the maximum width in pixels the drawer will open to. Default is WRAP_CONTENT. Can also be MATCH_PARENT or another value in pixels. @param maxWid
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:504
Method
setSlideTarget
(final int slideTarget)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:653
Method
setTouchTargetWidth
Sets the minimum width in pixels the content area will be when the drawer is open. @param width
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:490
Method
toggleDrawer
(final boolean animate)
src/com/github/eddieringle/android/libs/undergarment/widgets/DrawerGarment.java:520