MCPcopy Create free account

hub / github.com/Nightonke/BoomMenu / functions

Functions710 in github.com/Nightonke/BoomMenu

Methodrun
()
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:694
MethodsetAutoBoom
Whether BMB will boom automatically when it's shown. This property can be useful if the BMB is supposed to boom when its activity appears. @param aut
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2105
MethodsetAutoBoomImmediately
Whether BMB will boom automatically without animations when it's shown. This property can be useful if the BMB is supposed to boom when its activity a
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2119
MethodsetAutoHide
Whether the BMB is auto-hide. If the BMB is auto-hide, then when after the boom animation of booming, you can click one of the boom-buttons to re-boom
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1948
MethodsetBackPressListened
Whether BMB will reboom when the back-key is pressed. @param backPressListened whether BMB will reboom when the back-key is pressed
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1381
MethodsetBackgroundEffect
Whether the BMB should have a background effect. Use this when you don't want the circle background of BMB. It can be useful when you want to use BMB
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1513
MethodsetBoomInWholeScreen
Whether the BMB should boom in the whole screen. If this value is false, then BMB will boom its boom-buttons to its parent-view. @param boomInWholeSc
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1342
MethodsetBottomHamButtonTopMargin
Set the top-margin of bottom ham-boom-button. This method is used when the bottom ham-boom-button has different meaning compared with others. For exam
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2276
MethodsetBuilder
Set a builder at index, notice that @needToLayout will be called. @param index index @param builder builder
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1163
MethodsetBuilders
Set builders array, notice that @needToLayout will be called. @param builders builders
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1173
MethodsetButtonHorizontalMargin
Set the horizontal-margin between buttons. @param buttonHorizontalMargin horizontal-margin
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2183
MethodsetButtonInclinedMargin
Set the inclined-margin between buttons. @param buttonInclinedMargin Inclined-margin
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2209
MethodsetButtonRadius
Set the radius of BMB, if you use this method to set the size of BMB, then you should set the width and height of BMB in .xml file to "wrap-content".
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1474
MethodsetButtonVerticalMargin
Set the vertical-margin between buttons. @param buttonVerticalMargin vertical-margin
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2196
MethodsetCacheOptimization
Whether use cache optimization to avoid multi-creating boom-buttons. @param cacheOptimization cache optimization
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1328
MethodsetCancelable
Whether the BMB is cancelable. If the BMB is cancelable, then when after the boom animation of booming, you can re-boom BMB by clicking the background
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1934
MethodsetClickable
(boolean clickable)
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:748
MethodsetColor
(int color)
boommenu/src/main/java/com/nightonke/boommenu/Piece/BoomPiece.java:26
MethodsetColorRes
(int colorRes)
boommenu/src/main/java/com/nightonke/boommenu/Piece/BoomPiece.java:28
MethodsetColorRes
(int colorRes)
boommenu/src/main/java/com/nightonke/boommenu/Piece/Ham.java:36
MethodsetCustomButtonPlacePositions
(ArrayList<PointF> customButtonPlacePositions)
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2155
MethodsetCustomPiecePlacePositions
The customized positions of pieces. Only works when the piece-place-enum is custom . The elements in positions-array must be Point. @param customPi
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1813
MethodsetDelay
(long delay)
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1848
MethodsetDimColor
Set the dim-color of the background when the BMB booms. @param dimColor dim-color of background
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1842
MethodsetEdgeInsetsInParentView
Set the top, left, bottom and right margins in BMB's parent view when BMB is draggable. @param edgeInsetsInParentView the top, left, bottom and right
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1608
MethodsetEnable
Set enable attribute of the boom-button at index. @param index index of the boom-button @param enable whether the boom-button should be enable
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1222
MethodsetFrames
Set the animation-frames for every boom-button animation. The higher, the animations more continue. @param frames frames for every boom-button animat
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1975
MethodsetHamHeight
Set the height of hams in BMB. @param hamHeight height of ham
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1653
MethodsetHamWidth
Set the width of hams in BMB. @param hamWidth width of ham
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1638
MethodsetHideEaseEnum
(EaseEnum hideEaseEnum)
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2037
MethodsetHideProcess
(float process)
boommenu/src/main/java/com/nightonke/boommenu/Animation/ShareLinesView.java:110
MethodsetHighlightedColor
Set the color of BMB at highlighted-state. @param highlightedColor the color of BMB at highlighted-state
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1562
MethodsetInFragment
When BMB is used in fragment, it must be setInFragment(true). @param inFragment use BMB in fragment
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1368
MethodsetInList
When BMB is used in list-view, it must be setInList(true). @param inList use BMB in list-view
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1355
MethodsetNonRippleButtonColor
(int color)
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:740
MethodsetNormalColor
Set the color of BMB at normal-state. @param normalColor the color of BMB at normal-state
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1546
MethodsetPieceCornerRadius
Set the corner radius of pieces. @param pieceCornerRadius corner radius of pieces
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1668
MethodsetPieceHorizontalMargin
Set the horizontal margin between pieces(dots, blocks or hams) in BMB. @param pieceHorizontalMargin horizontal margin between pieces
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1683
MethodsetPieceInclinedMargin
Set the inclined margin between pieces(dots, blocks or hams) in BMB. @param pieceInclinedMargin inclined margin between pieces
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1713
MethodsetPieceVerticalMargin
Set the vertical margin between pieces(dots, blocks or hams) in BMB. @param pieceVerticalMargin vertical margin between pieces
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1698
MethodsetRippleButtonColor
(int color)
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:744
MethodsetRippleEffect
Whether the BMB should have a ripple-effect. The ripple effect is disable below LOLLIPOP. @param rippleEffect ripple effect
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1530
MethodsetRotateAnchorPoints
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/SimpleCircleButton.java:100
MethodsetRotateAnchorPoints
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextInsideCircleButton.java:106
MethodsetRotateAnchorPoints
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:823
MethodsetRotateAnchorPoints
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:105
MethodsetRotateDegree
Set the rotate degree of rotate-animation of every boom-button. @param rotateDegree rotate degree
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:2132
MethodsetSelfScaleAnchorPoints
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/SimpleCircleButton.java:106
MethodsetSelfScaleAnchorPoints
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextInsideCircleButton.java:114
MethodsetSelfScaleAnchorPoints
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:824
MethodsetSelfScaleAnchorPoints
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:113
MethodsetShadowEffect
(boolean shadowEffect)
boommenu/src/main/java/com/nightonke/boommenu/BMBShadow.java:126
MethodsetShowEaseEnum
(EaseEnum showEaseEnum)
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1992
MethodsetShowProcess
(float process)
boommenu/src/main/java/com/nightonke/boommenu/Animation/ShareLinesView.java:93
MethodsetUnableColor
Set the color of BMB at unable-state. @param unableColor the color of BMB at unable-state
boommenu/src/main/java/com/nightonke/boommenu/BoomMenuButton.java:1578
MethodshadowColor
Set the color of the shadow of boom-button. @param shadowColor the shadow color @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonBuilder.java:265
MethodshadowEffect
Whether the boom-button should have a shadow effect. @param shadowEffect have shadow effect or not @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonBuilder.java:210
MethodshadowOffsetX
Set the horizontal shadow-offset of the boom-button. @param shadowOffsetX the shadow offset x @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonBuilder.java:221
MethodshadowOffsetY
Set the vertical shadow-offset of the boom-button. @param shadowOffsetY the shadow offset y @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonBuilder.java:232
MethodshadowRadius
Set the radius of shadow of the boom-button. @param shadowRadius the shadow radius @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonBuilder.java:243
MethodsubEllipsize
Set the ellipsize of the sub-text-view. @param subEllipsize ellipsize @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:482
MethodsubHighlightedText
Set the sub-text when boom-button is at highlighted-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchronize this
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:194
MethodsubHighlightedTextColor
Set the color of sub-text when boom-button is at highlighted-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchron
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:320
MethodsubHighlightedTextColorRes
Set the color of sub-text when boom-button is at highlighted-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchron
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:341
MethodsubHighlightedTextRes
Set the sub-text resource when boom-button is at highlighted-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchron
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:215
MethodsubMaxLines
Set the maximum of the lines of sub-text-view. @param subMaxLines maximum lines @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:460
MethodsubNormalTextColorRes
Set the color of sub-text when boom-button is at normal-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchronize t
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:299
MethodsubTextGravity
Set the gravity of sub-text-view. @param subTextGravity gravity, for example, Gravity.CENTER @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:471
MethodsubTextPadding
Set the padding of sub-text. By this method, you can control the padding in the sub-text-view. For instance, builder.textPadding(new Rect(10, 10, 10,
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:431
MethodsubTextRect
Set the rect of sub-text. By this method, you can set the position and size of the sub-text-view in boom-button. For example, builder.textRect(new Rec
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:407
MethodsubTextSize
Set the text size of the sub-text-view. @param subTextSize size of sub-text, in sp @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:493
MethodsubTypeface
Set the typeface of the sub-text. @param subTypeface typeface @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:449
MethodsubUnableText
Set the sub-text when boom-button is at unable-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchronize this chang
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:236
MethodsubUnableTextColor
Set the color of sub-text when boom-button is at unable-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchronize t
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:362
MethodsubUnableTextColorRes
Set the color of sub-text when boom-button is at unable-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchronize t
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:383
MethodsubUnableTextRes
Set the sub-text resource when boom-button is at unable-state. <br><br> <STRONG>Synchronicity:</STRONG> If the boom-button existed, then synchronize t
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:257
MethodtextGravity
Set the gravity of text-view. @param gravity gravity, for example, Gravity.CENTER @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonWithTextBuilder.java:345
MethodtextHeight
The height of text-view. @param textHeight height of text-view @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:162
MethodtextPadding
Set the padding of text. By this method, you can control the padding in the text-view. For instance, builder.textPadding(new Rect(10, 10, 10, 10)) wil
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonWithTextBuilder.java:305
MethodtextRect
Set the rect of text. By this method, you can set the position and size of the text-view in boom-button. For example, builder.textRect(new Rect(0, 50,
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonWithTextBuilder.java:281
MethodtextSize
Set the text size of the text-view. @param textSize size of text, in sp @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButtonWithTextBuilder.java:367
MethodtextTopMargin
Set the top-margin between text-view and the circle button. Don't need to mind the shadow, BMB will mind this in code. @param textTopMargin top-margi
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:139
MethodtextWidth
The width of text-view. @param textWidth width of text-view @return the builder
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:151
MethodtoHighlighted
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/SimpleCircleButton.java:84
MethodtoHighlighted
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextInsideCircleButton.java:88
MethodtoHighlighted
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:93
MethodtoHighlighted
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:87
MethodtoNormal
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/SimpleCircleButton.java:92
MethodtoNormal
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextInsideCircleButton.java:97
MethodtoNormal
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:103
MethodtoNormal
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:96
MethodtrueHeight
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/SimpleCircleButton.java:69
MethodtrueHeight
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextInsideCircleButton.java:73
MethodtrueHeight
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:818
MethodtrueHeight
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:72
MethodtrueWidth
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/SimpleCircleButton.java:64
MethodtrueWidth
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextInsideCircleButton.java:68
MethodtrueWidth
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:817
MethodtrueWidth
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/TextOutsideCircleButton.java:67
Methodtype
()
boommenu/src/main/java/com/nightonke/boommenu/BoomButtons/SimpleCircleButton.java:45
← previousnext →601–700 of 710, ranked by callers