SYMBOL INDEX (158 symbols across 20 files) FILE: LemonHello4Android/lemonhello-samples/src/androidTest/java/lemonsoft/net/lemonhello4android/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: LemonHello4Android/lemonhello-samples/src/main/java/lemonsoft/net/lemonhello4android/MainActivity.java class MainActivity (line 35) | public class MainActivity extends Activity { method onCreate (line 44) | @Override method initFunctions (line 84) | private void initFunctions() { FILE: LemonHello4Android/lemonhello-samples/src/test/java/lemonsoft/net/lemonhello4android/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: LemonHello4Android/lemonhello/src/androidTest/java/net/lemonsoft/lemonhello/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHello.java class LemonHello (line 16) | public class LemonHello { method getWarningHello (line 25) | public static LemonHelloInfo getWarningHello(String title, String cont... method getInformationHello (line 69) | public static LemonHelloInfo getInformationHello(String title, String ... method getErrorHello (line 109) | public static LemonHelloInfo getErrorHello(String title, String conten... method getSuccessHello (line 146) | public static LemonHelloInfo getSuccessHello(String title, String cont... FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHelloAction.java class LemonHelloAction (line 14) | public class LemonHelloAction { method LemonHelloAction (line 49) | public LemonHelloAction() { method LemonHelloAction (line 52) | public LemonHelloAction(String title, LemonHelloActionDelegate delegat... method LemonHelloAction (line 57) | public LemonHelloAction(String title, int titleColor, LemonHelloAction... method LemonHelloAction (line 63) | public LemonHelloAction(String title, int titleColor, int backgroundCo... method LemonHelloAction (line 70) | public LemonHelloAction(String title, int titleColor, Drawable backgro... method getTitle (line 77) | public String getTitle() { method setTitle (line 81) | public LemonHelloAction setTitle(String title) { method getBackgroundColor (line 86) | public int getBackgroundColor() { method setBackgroundColor (line 90) | public LemonHelloAction setBackgroundColor(int backgroundColor) { method getBackgroundDrawable (line 95) | public Drawable getBackgroundDrawable() { method setBackgroundDrawable (line 99) | public LemonHelloAction setBackgroundDrawable(Drawable backgroundDrawa... method getTitleColor (line 104) | public int getTitleColor() { method setTitleColor (line 108) | public LemonHelloAction setTitleColor(int titleColor) { method getBackgroundHoverColor (line 113) | public int getBackgroundHoverColor() { method setBackgroundHoverColor (line 125) | public LemonHelloAction setBackgroundHoverColor(int backgroundHoverCol... method getBackgroundHoverDrawable (line 130) | public Drawable getBackgroundHoverDrawable() { method setBackgroundHoverDrawable (line 134) | public LemonHelloAction setBackgroundHoverDrawable(Drawable background... method getTitleHoverColor (line 139) | public int getTitleHoverColor() { method setTitleHoverColor (line 143) | public LemonHelloAction setTitleHoverColor(int titleHoverColor) { method getDelegate (line 148) | public LemonHelloActionDelegate getDelegate() { method setDelegate (line 152) | public LemonHelloAction setDelegate(LemonHelloActionDelegate delegate) { FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHelloGlobal.java class LemonHelloGlobal (line 19) | public class LemonHelloGlobal { FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHelloInfo.java class LemonHelloInfo (line 33) | public class LemonHelloInfo { method getWidth (line 154) | public int getWidth() { method setWidth (line 158) | public LemonHelloInfo setWidth(int width) { method getCornerRadius (line 163) | public int getCornerRadius() { method setCornerRadius (line 167) | public LemonHelloInfo setCornerRadius(int cornerRadius) { method getPanelBackgroundColor (line 172) | public int getPanelBackgroundColor() { method setPanelBackgroundColor (line 176) | public LemonHelloInfo setPanelBackgroundColor(int panelBackgroundColor) { method getPanelBackgroundDrawable (line 181) | public Drawable getPanelBackgroundDrawable() { method setPanelBackgroundDrawable (line 185) | public LemonHelloInfo setPanelBackgroundDrawable(Drawable panelBackgro... method getMaskColor (line 190) | public int getMaskColor() { method setMaskColor (line 194) | public LemonHelloInfo setMaskColor(int maskColor) { method getIconPaintContext (line 199) | public LemonPaintContext getIconPaintContext() { method setIconPaintContext (line 203) | public LemonHelloInfo setIconPaintContext(LemonPaintContext iconPaintC... method isIconAnimationRepeat (line 208) | public boolean isIconAnimationRepeat() { method setIconAnimationRepeat (line 212) | public LemonHelloInfo setIconAnimationRepeat(boolean iconAnimationRepe... method getAnimationTime (line 217) | public int getAnimationTime() { method setAnimationTime (line 221) | public LemonHelloInfo setAnimationTime(int animationTime) { method getIcon (line 226) | public Bitmap getIcon() { method setIcon (line 230) | public LemonHelloInfo setIcon(Bitmap icon) { method getIconWidth (line 235) | public int getIconWidth() { method setIconWidth (line 241) | public LemonHelloInfo setIconWidth(int iconWidth) { method getIconLocation (line 246) | public LemonHelloIconLocation getIconLocation() { method setIconLocation (line 250) | public LemonHelloInfo setIconLocation(LemonHelloIconLocation iconLocat... method getTitle (line 255) | public String getTitle() { method setTitle (line 259) | public LemonHelloInfo setTitle(String title) { method getContent (line 264) | public String getContent() { method setContent (line 268) | public LemonHelloInfo setContent(String content) { method getTitleColor (line 273) | public int getTitleColor() { method setTitleColor (line 277) | public LemonHelloInfo setTitleColor(int titleColor) { method getContentColor (line 282) | public int getContentColor() { method setContentColor (line 286) | public LemonHelloInfo setContentColor(int contentColor) { method getTitleFontSize (line 291) | public int getTitleFontSize() { method setTitleFontSize (line 295) | public LemonHelloInfo setTitleFontSize(int titleFontSize) { method getContentFontSize (line 300) | public int getContentFontSize() { method setContentFontSize (line 304) | public LemonHelloInfo setContentFontSize(int contentFontSize) { method getButtonFontSize (line 309) | public int getButtonFontSize() { method setButtonFontSize (line 313) | public LemonHelloInfo setButtonFontSize(int buttonFontSize) { method getPadding (line 318) | public int getPadding() { method setPadding (line 322) | public void setPadding(int padding) { method getSpace (line 326) | public int getSpace() { method setSpace (line 330) | public LemonHelloInfo setSpace(int space) { method getActionLineHeight (line 335) | public int getActionLineHeight() { method setActionLineHeight (line 339) | public LemonHelloInfo setActionLineHeight(int actionLineHeight) { method getActions (line 344) | public List getActions() { method setActions (line 348) | public LemonHelloInfo setActions(List actions) { method addAction (line 353) | public LemonHelloInfo addAction(LemonHelloAction... actions) { method removeAction (line 359) | public LemonHelloInfo removeAction(LemonHelloAction... actions) { method removeAllActions (line 366) | public LemonHelloInfo removeAllActions() { method getFirstLineButtonCount (line 371) | public int getFirstLineButtonCount() { method setFirstLineButtonCount (line 375) | public LemonHelloInfo setFirstLineButtonCount(int firstLineButtonCount) { method isShowStatusBar (line 380) | public boolean isShowStatusBar() { method setShowStatusBar (line 384) | public LemonHelloInfo setShowStatusBar(boolean showStatusBar) { method getStatusBarColor (line 389) | public int getStatusBarColor() { method setStatusBarColor (line 393) | public LemonHelloInfo setStatusBarColor(int statusBarColor) { method getEventDelegate (line 398) | public LemonHelloEventDelegate getEventDelegate() { method setEventDelegate (line 402) | public LemonHelloInfo setEventDelegate(LemonHelloEventDelegate eventDe... method isUseMessageQueue (line 407) | public boolean isUseMessageQueue() { method setUseMessageQueue (line 411) | public LemonHelloInfo setUseMessageQueue(boolean useMessageQueue) { method getTextViewHeight (line 416) | private int getTextViewHeight(TextView textView) { method measureTextViewHeight (line 421) | private int measureTextViewHeight(TextView textView, int viewWidth) { method getTextViewWidth (line 434) | private int getTextViewWidth(TextView textView) { method calViewsFrame (line 449) | public void calViewsFrame(final LemonHelloView helloView, method show (line 581) | public void show(Context context) { FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHelloInfoPack.java class LemonHelloInfoPack (line 11) | public class LemonHelloInfoPack { method LemonHelloInfoPack (line 16) | public LemonHelloInfoPack(Context context, LemonHelloInfo helloInfo) { method getContext (line 21) | public Context getContext() { method setContext (line 25) | public void setContext(Context context) { method getHelloInfo (line 29) | public LemonHelloInfo getHelloInfo() { method setHelloInfo (line 33) | public void setHelloInfo(LemonHelloInfo helloInfo) { FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHelloPanel.java class LemonHelloPanel (line 16) | public class LemonHelloPanel extends RelativeLayout { method LemonHelloPanel (line 20) | public LemonHelloPanel(Context context) { method getCornerRadius (line 26) | public int getCornerRadius() { method setCornerRadius (line 30) | public void setCornerRadius(int cornerRadius) { method onDraw (line 35) | @Override method onInterceptHoverEvent (line 49) | @Override method onTouchEvent (line 54) | @Override FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHelloPrivateAnimationTool.java class LemonHelloPrivateAnimationTool (line 21) | class LemonHelloPrivateAnimationTool { method defaultPrivateAnimationTool (line 29) | static synchronized LemonHelloPrivateAnimationTool defaultPrivateAnima... method _DP (line 36) | private int _DP(int value) { method setSize (line 47) | void setSize(final View view, final int widthDp, final int heightDp) { method setLocation (line 80) | void setLocation(final View view, int x, int y) { method setAlpha (line 108) | void setAlpha(final View view, float alpha) { method setBackgroundColor (line 128) | void setBackgroundColor(final View view, final int cornerRadius, int c... method setCornerRadius (line 171) | void setCornerRadius(View view, int radius, int color) { FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHelloPrivateSizeTool.java class LemonHelloPrivateSizeTool (line 14) | class LemonHelloPrivateSizeTool { method getPrivateSizeTool (line 21) | static synchronized LemonHelloPrivateSizeTool getPrivateSizeTool() { method setContext (line 27) | void setContext(Context context) { method dpToPx (line 39) | int dpToPx(int dpValue) { method pxToDp (line 49) | int pxToDp(int pxValue) { method screenWidthDp (line 58) | int screenWidthDp() { method screenHeightDp (line 67) | int screenHeightDp() { FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonHelloView.java class LemonHelloView (line 25) | public class LemonHelloView { method isShow (line 67) | public boolean isShow() { method setIsShow (line 71) | public synchronized void setIsShow(boolean isShow) { method defaultHelloView (line 86) | public static synchronized LemonHelloView defaultHelloView(Context con... method defaultHelloView (line 97) | public static synchronized LemonHelloView defaultHelloView() { method showHelloWithInfo (line 104) | public void showHelloWithInfo(Context context, LemonHelloInfo helloInf... method autoInit (line 136) | private void autoInit(Context context) { method initContainerAndRootLayout (line 149) | private void initContainerAndRootLayout() { method initCommonView (line 186) | private void initCommonView() { method initContentPanel (line 245) | private void initContentPanel(final LemonHelloInfo info) { method hide (line 274) | public void hide() { method forceHide (line 308) | public void forceHide() { FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/LemonPaintView.java class LemonPaintView (line 13) | public class LemonPaintView extends ImageView { method LemonPaintView (line 22) | public LemonPaintView(final Context context) { method setHelloInfo (line 37) | public void setHelloInfo(LemonHelloInfo bubbleInfo) { method onDraw (line 51) | @Override FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/adapter/LemonHelloEventDelegateAdapter.java class LemonHelloEventDelegateAdapter (line 13) | public abstract class LemonHelloEventDelegateAdapter implements LemonHel... method onActionDispatch (line 15) | @Override method onMaskTouch (line 20) | @Override FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/enums/LemonHelloIconLocation.java type LemonHelloIconLocation (line 8) | public enum LemonHelloIconLocation { method LemonHelloIconLocation (line 16) | LemonHelloIconLocation(int code) { FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/interfaces/LemonHelloActionDelegate.java type LemonHelloActionDelegate (line 12) | public interface LemonHelloActionDelegate { method onClick (line 14) | void onClick( FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/interfaces/LemonHelloEventDelegate.java type LemonHelloEventDelegate (line 14) | public interface LemonHelloEventDelegate { method onActionDispatch (line 23) | void onActionDispatch( method onMaskTouch (line 35) | void onMaskTouch( FILE: LemonHello4Android/lemonhello/src/main/java/net/lemonsoft/lemonhello/interfaces/LemonPaintContext.java type LemonPaintContext (line 8) | public interface LemonPaintContext { method paint (line 15) | void paint(Canvas canvas, float playProgress); FILE: LemonHello4Android/lemonhello/src/test/java/net/lemonsoft/lemonhello/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test