MCPcopy Create free account

hub / github.com/AndroidHJS/AndroidProject / functions

Functions946 in github.com/AndroidHJS/AndroidProject

MethodsetmUser
(User mUser)
app/src/main/java/com/jack/login/LoginResult.java:30
MethodshadowColor
Set the color of the shadow of boom-button. @param shadowColor the shadow color @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:300
MethodshadowCornerRadius
Set the corner-radius of the shadow. @param shadowCornerRadius corner-radius of the shadow @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:289
MethodshadowEffect
Whether the boom-button should have a shadow effect. @param shadowEffect have shadow effect or not @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:245
MethodshadowOffsetX
Set the horizontal shadow-offset of the boom-button. @param shadowOffsetX the shadow offset x @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:256
MethodshadowOffsetY
Set the vertical shadow-offset of the boom-button. @param shadowOffsetY the shadow offset y @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:267
MethodshadowRadius
Set the radius of shadow of the boom-button. @param shadowRadius the shadow radius @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:278
Methodshare
(View view)
app/src/main/java/com/jack/UI/GanHuoDatailsActivity.java:73
MethodshowLoginDialog
()
app/src/main/java/com/jack/login/LoginActivity.java:113
MethodshowToastLong
(String msg)
app/src/main/java/com/jack/utils/ToastUtils.java:19
MethodsizeOf
(String key, String value)
app/src/main/java/com/jack/Cache/MemoryCache.java:28
MethodstartLogin
(View view)
app/src/main/java/com/jack/login/LoginActivity.java:88
MethodsubEllipsize
Set the ellipsize of the sub-text-view. @param subEllipsize ellipsize @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:747
MethodsubHighlightedText
Set the sub-text when boom-button is at highlighted-state. @param subHighlightedText sub-text @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:631
MethodsubHighlightedTextColor
Set the color of sub-text when boom-button is at highlighted-state. @param subHighlightedTextColor color of sub-text @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:664
MethodsubHighlightedTextRes
Set the sub-text resource when boom-button is at highlighted-state. @param subHighlightedTextRes sub-text resource @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:598
MethodsubMaxLines
Set the maximum of the lines of sub-text-view. @param subMaxLines maximum lines @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:725
MethodsubNormalText
Set the sub-text when boom-button is at normal-state. @param subNormalText sub-text @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:620
MethodsubNormalTextColor
Set the color of sub-text when boom-button is at normal-state. @param subNormalTextColor color of sub-text @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:653
MethodsubNormalTextRes
Set the sub-text resource when boom-button is at normal-state. @param subNormalTextRes sub-text resource @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:587
MethodsubTextGravity
Set the gravity of sub-text-view. @param subTextGravity gravity, for example, Gravity.CENTER @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:736
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,
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:703
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
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:689
MethodsubTypeface
Set the typeface of the sub-text. @param subTypeface typeface @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:714
MethodsubUnableText
Set the sub-text when boom-button is at unable-state. @param subUnableText sub-text @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:642
MethodsubUnableTextColor
Set the color of sub-text when boom-button is at unable-state. @param subUnableTextColor color the sub-text @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:675
MethodsubUnableTextRes
Set the sub-text resource when boom-button is at unable-state. @param subUnableTextRes sub-text resource @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:609
MethodtextGravity
Set the gravity of text-view. @param gravity gravity, for example, Gravity.CENTER @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:554
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
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:521
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,
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:507
MethodtextSize
Set the text size of the text-view. @param textSize size of text, in sp @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:576
MethodtoNormal
()
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:95
MethodtoPress
()
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:85
MethodtoString
()
app/src/main/java/com/jack/bean/StoriesBean.java:57
MethodtoString
()
app/src/main/java/com/jack/bean/BaseBean.java:14
MethodtrueHeight
()
app/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:619
MethodtrueWidth
()
app/src/main/java/com/nightonke/boommenu/BoomButtons/BoomButton.java:618
Methodtypeface
Set the typeface of the text. @param typeface typeface @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:532
Methodunable
Whether the boom-button is unable, default value is false. @param unable the unable @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:824
MethodunableColor
The color of boom-button when it is at unable-state. @param unableColor the unable color @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:802
MethodunableImageDrawable
Set the image drawable when boom-button is at unable-state. @param unableImageDrawable the unable image drawable @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:366
MethodunableImageRes
Set the image resource when boom-button is at unable-state. @param unableImageRes the unable image res @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:333
MethodunableText
Set the text when boom-button is at unable-state. @param unableText text @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:460
MethodunableTextColor
Set the color of text when boom-button is at unable-state. @param unableTextColor color the text @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:493
MethodunableTextRes
Set the text resource when boom-button is at unable-state. @param unableTextRes text resource @return the builder
app/src/main/java/com/nightonke/boommenu/BoomButtons/HamButton.java:427
MethoduseAppContext
()
app/src/androidTest/java/com/jack/main/ExampleInstrumentedTest.java:19
← previous901–946 of 946, ranked by callers