SYMBOL INDEX (362 symbols across 31 files) FILE: app/src/androidTest/java/com/example/gpy/whiteboard/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: app/src/main/java/com/example/gpy/whiteboard/MainActivity.java class MainActivity (line 24) | public class MainActivity extends BaseActivity { method getLayoutId (line 36) | @Override method afterCreate (line 41) | @Override method loadData (line 47) | private void loadData() { method initView (line 65) | private void initView() { method onBackPressed (line 77) | @Override class WbAdapter (line 89) | private class WbAdapter extends BaseAdapter { method getCount (line 90) | @Override method getItem (line 95) | @Override method getItemId (line 100) | @Override method getView (line 105) | @Override class WbViewHolder (line 132) | private final class WbViewHolder { method WbViewHolder (line 135) | public WbViewHolder(final View view) { FILE: app/src/main/java/com/example/gpy/whiteboard/SelfApplication.java class SelfApplication (line 13) | public class SelfApplication extends Application{ method onCreate (line 15) | @Override FILE: app/src/main/java/com/example/gpy/whiteboard/bean/WbInfo.java class WbInfo (line 8) | public class WbInfo { method getName (line 26) | public String getName() { method setName (line 37) | public void setName(String name) { method getFile (line 48) | public File getFile() { method setFile (line 59) | public void setFile(File file) { FILE: app/src/main/java/com/example/gpy/whiteboard/utils/FileUtil.java class FileUtil (line 13) | public class FileUtil { method getFileName (line 25) | public static String getFileName(File file) { method getAutoFileOrFilesSize (line 42) | public static String getAutoFileOrFilesSize(String filePath) { method getFileOrFilesSize (line 65) | public static double getFileOrFilesSize(String filePath, int sizeType) { method getFileSize (line 88) | private static long getFileSize(File file) throws Exception { method getFileSizes (line 108) | private static long getFileSizes(File f) throws Exception { method FormetFileSize (line 127) | private static String FormetFileSize(long fileS) { method FormetFileSize (line 153) | private static double FormetFileSize(long fileS, int sizeType) { FILE: app/src/main/java/com/example/gpy/whiteboard/utils/SdCardStatus.java class SdCardStatus (line 10) | public class SdCardStatus { method init (line 14) | public static void init(String cacheFolderName) { method getDefaulstCacheDirInSdCard (line 17) | public static String getDefaulstCacheDirInSdCard() throws IllegalState... method getSDPath (line 31) | public static String getSDPath() { FILE: app/src/main/java/com/example/gpy/whiteboard/utils/StoreUtil.java class StoreUtil (line 33) | public class StoreUtil { method getPhotoSavePath (line 45) | public static String getPhotoSavePath() { method getPhotoPath (line 49) | public static String getPhotoPath() { method getWbSavePath (line 55) | public static String getWbSavePath() { method getWbPath (line 59) | public static String getWbPath() { method saveWhiteBoardPoints (line 65) | public static void saveWhiteBoardPoints() { method readWhiteBoardPoints (line 88) | public static void readWhiteBoardPoints(String filePath) { method convertWhiteBoardPoints (line 101) | public static void convertWhiteBoardPoints(WhiteBoardPoints whiteBoard... method write (line 141) | public static void write(String strWb, String path) { method read (line 191) | public static String read(String wbPath) { FILE: app/src/main/java/com/example/gpy/whiteboard/utils/ToastUtils.java class ToastUtils (line 9) | public class ToastUtils { method showToast (line 11) | public static void showToast(Context context, String string) { method showToast (line 15) | public static void showToast(Context context, int intStr) { FILE: app/src/main/java/com/example/gpy/whiteboard/view/WhiteBoardActivity.java class WhiteBoardActivity (line 39) | public class WhiteBoardActivity extends BaseActivity implements View.OnC... method afterCreate (line 128) | @Override method initView (line 134) | private void initView() { method initEvent (line 147) | private void initEvent() { method onClick (line 210) | @Override method setPenSize (line 324) | private void setPenSize(int size) { method changePenBack (line 333) | private void changePenBack() { method setColor (line 353) | private void setColor(int color) { method changeColorBack (line 364) | private void changeColorBack() { method setTextStyle (line 381) | private void setTextStyle(int textStyle) { method changeTextBack (line 389) | private void changeTextBack() { method setEraserSize (line 420) | private void setEraserSize(int size) { method changeEraserBack (line 430) | private void changeEraserBack() { method newPage (line 450) | private void newPage() { method prePage (line 458) | private void prePage() { method nextPage (line 468) | private void nextPage() { method showPoints (line 478) | private void showPoints() { method showPage (line 489) | private void showPage() { method undo (line 506) | private void undo() { method redo (line 527) | private void redo() { method getLayoutId (line 545) | @Override method afterEdit (line 553) | private void afterEdit(boolean isSave) { method ToolsOperation (line 571) | private void ToolsOperation(int currentOperation) { method showOutSideView (line 582) | private void showOutSideView() { method setPenOperation (line 602) | private void setPenOperation(int currentOperation) { method setColorOperation (line 662) | private void setColorOperation(int currentOperation) { method setTextOperation (line 697) | private void setTextOperation(int currentOperation) { method setEraserOperation (line 762) | private void setEraserOperation(int currentOperation) { method saveImage (line 822) | public void saveImage() { method onBackPressed (line 854) | @Override method textEdit (line 860) | @ReceiveEvents(name = Events.WHITE_BOARD_TEXT_EDIT) method showUndoRedo (line 875) | @ReceiveEvents(name = Events.WHITE_BOARD_UNDO_REDO) FILE: app/src/main/java/com/example/gpy/whiteboard/view/base/BaseActivity.java class BaseActivity (line 16) | public abstract class BaseActivity extends FragmentActivity { method onCreate (line 18) | @Override method getLayoutId (line 27) | protected abstract int getLayoutId(); method afterCreate (line 29) | protected abstract void afterCreate(Bundle savedInstanceState); method showMessage (line 31) | protected void showMessage(CharSequence msg) { method onResume (line 35) | @Override method onPause (line 41) | @Override method navi2Page (line 47) | public void navi2Page(final Class page) { method navi2Page (line 51) | public void navi2Page(final Class page, final boolean shut) { method navi2Page (line 55) | public void navi2Page(final Class page, final Bundle data, final bo... FILE: app/src/main/java/com/example/gpy/whiteboard/view/widget/floatingactionmenu/AddFloatingActionButton.java class AddFloatingActionButton (line 18) | public class AddFloatingActionButton extends FloatingActionButton { method AddFloatingActionButton (line 21) | public AddFloatingActionButton(Context context) { method AddFloatingActionButton (line 25) | public AddFloatingActionButton(Context context, AttributeSet attrs) { method AddFloatingActionButton (line 29) | public AddFloatingActionButton(Context context, AttributeSet attrs, in... method init (line 33) | @Override method getPlusColor (line 45) | public int getPlusColor() { method setPlusColorResId (line 49) | public void setPlusColorResId(@ColorRes int plusColor) { method setPlusColor (line 53) | public void setPlusColor(int color) { method setIcon (line 60) | @Override method getIconDrawable (line 65) | @Override FILE: app/src/main/java/com/example/gpy/whiteboard/view/widget/floatingactionmenu/FloatingActionButton.java class FloatingActionButton (line 37) | public class FloatingActionButton extends FloatingImageButton { method FloatingActionButton (line 62) | public FloatingActionButton(Context context) { method FloatingActionButton (line 66) | public FloatingActionButton(Context context, AttributeSet attrs) { method FloatingActionButton (line 71) | public FloatingActionButton(Context context, AttributeSet attrs, int d... method init (line 76) | void init(Context context, AttributeSet attributeSet) { method updateDrawableSize (line 95) | private void updateDrawableSize() { method updateCircleSize (line 99) | private void updateCircleSize() { method setSize (line 103) | public void setSize(@FAB_SIZE int size) { method getSize (line 116) | @FAB_SIZE method setIcon (line 121) | public void setIcon(@DrawableRes int icon) { method setIconDrawable (line 129) | public void setIconDrawable(@NonNull Drawable iconDrawable) { method getColorNormal (line 140) | public int getColorNormal() { method setColorNormalResId (line 144) | public void setColorNormalResId(@ColorRes int colorNormal) { method setColorNormal (line 148) | public void setColorNormal(int color) { method getColorPressed (line 158) | public int getColorPressed() { method setColorPressedResId (line 162) | public void setColorPressedResId(@ColorRes int colorPressed) { method setColorPressed (line 166) | public void setColorPressed(int color) { method getColorDisabled (line 176) | public int getColorDisabled() { method setColorDisabledResId (line 180) | public void setColorDisabledResId(@ColorRes int colorDisabled) { method setColorDisabled (line 184) | public void setColorDisabled(int color) { method setStrokeVisible (line 191) | public void setStrokeVisible(boolean visible) { method isStrokeVisible (line 198) | public boolean isStrokeVisible() { method getColor (line 202) | int getColor(@ColorRes int id) { method getDimension (line 206) | float getDimension(@DimenRes int id) { method setTitle (line 210) | public void setTitle(String title) { method getLabelView (line 218) | TextView getLabelView() { method getTitle (line 222) | public String getTitle() { method onMeasure (line 226) | @Override method updateBackground (line 232) | void updateBackground() { method getIconDrawable (line 271) | Drawable getIconDrawable() { method createFillDrawable (line 281) | private StateListDrawable createFillDrawable(float strokeWidth) { method createCircleDrawable (line 289) | private Drawable createCircleDrawable(int color, float strokeWidth) { class TranslucentLayerDrawable (line 314) | private static class TranslucentLayerDrawable extends LayerDrawable { method TranslucentLayerDrawable (line 317) | public TranslucentLayerDrawable(int alpha, Drawable... layers) { method draw (line 322) | @Override method createOuterStrokeDrawable (line 331) | private Drawable createOuterStrokeDrawable(float strokeWidth) { method opacityToAlpha (line 344) | private int opacityToAlpha(float opacity) { method darkenColor (line 348) | private int darkenColor(int argb) { method lightenColor (line 352) | private int lightenColor(int argb) { method adjustColorBrightness (line 356) | private int adjustColorBrightness(int argb, float factor) { method halfTransparent (line 365) | private int halfTransparent(int argb) { method opaque (line 374) | private int opaque(int argb) { method createInnerStrokesDrawable (line 382) | private Drawable createInnerStrokesDrawable(final int color, float str... method setBackgroundCompat (line 412) | @SuppressWarnings("deprecation") method setVisibility (line 422) | @Override FILE: app/src/main/java/com/example/gpy/whiteboard/view/widget/floatingactionmenu/FloatingActionsMenu.java class FloatingActionsMenu (line 29) | public class FloatingActionsMenu extends ViewGroup { type OnFloatingActionsMenuUpdateListener (line 77) | public interface OnFloatingActionsMenuUpdateListener { method onMenuExpanded (line 78) | void onMenuExpanded(); method onMenuCollapsed (line 80) | void onMenuCollapsed(); method FloatingActionsMenu (line 83) | public FloatingActionsMenu(Context context) { method FloatingActionsMenu (line 87) | public FloatingActionsMenu(Context context, AttributeSet attrs) { method FloatingActionsMenu (line 92) | public FloatingActionsMenu(Context context, AttributeSet attrs, int de... type OnFloatingActionsMenuClickListener (line 96) | public interface OnFloatingActionsMenuClickListener{ method addButtonLister (line 98) | void addButtonLister(); method setOnFloatingActionsMenuClickListener (line 101) | public void setOnFloatingActionsMenuClickListener(OnFloatingActionsMe... method drawRing (line 110) | public void drawRing(int color){ method clearDraw (line 116) | public void clearDraw(){ method setAddButtonBackground (line 123) | public void setAddButtonBackground(int drawable){ method dip2px (line 129) | private int dip2px(float dpValue) { method init (line 133) | private void init(Context context, AttributeSet attributeSet) { method setOnFloatingActionsMenuUpdateListener (line 165) | public void setOnFloatingActionsMenuUpdateListener(OnFloatingActionsMe... method expandsHorizontally (line 169) | private boolean expandsHorizontally() { class RotatingDrawable (line 173) | private static class RotatingDrawable extends LayerDrawable { method RotatingDrawable (line 174) | public RotatingDrawable(Drawable drawable) { method getRotation (line 180) | @SuppressWarnings("UnusedDeclaration") method setRotation (line 185) | @SuppressWarnings("UnusedDeclaration") method draw (line 191) | @Override method createAddButton (line 203) | private void createAddButton(Context context) { method getColor (line 261) | private int getColor(@ColorRes int id) { method onMeasure (line 265) | @Override method adjustForOvershoot (line 326) | private int adjustForOvershoot(int dimension) { method onLayout (line 330) | @Override method generateDefaultLayoutParams (line 460) | @Override method generateLayoutParams (line 465) | @Override method generateLayoutParams (line 470) | @Override method checkLayoutParams (line 475) | @Override class LayoutParams (line 484) | private class LayoutParams extends ViewGroup.LayoutParams { method LayoutParams (line 492) | public LayoutParams(ViewGroup.LayoutParams source) { method setAnimationsTarget (line 520) | public void setAnimationsTarget(View view) { method onFinishInflate (line 537) | @Override method collapse (line 547) | public void collapse() { method toggle (line 560) | public void toggle() { method expand (line 568) | public void expand() { method isExpanded (line 581) | public boolean isExpanded() { method onSaveInstanceState (line 585) | @Override method onRestoreInstanceState (line 594) | @Override class SavedState (line 611) | public static class SavedState extends BaseSavedState { method SavedState (line 614) | public SavedState(Parcelable parcel) { method SavedState (line 618) | private SavedState(Parcel in) { method writeToParcel (line 623) | @Override method createFromParcel (line 631) | @Override method newArray (line 636) | @Override FILE: app/src/main/java/com/example/gpy/whiteboard/view/widget/floatingactionmenu/FloatingImageButton.java class FloatingImageButton (line 15) | public class FloatingImageButton extends ImageButton { method FloatingImageButton (line 28) | public FloatingImageButton(Context context) { method FloatingImageButton (line 32) | public FloatingImageButton(Context context, AttributeSet attrs) { method FloatingImageButton (line 37) | public FloatingImageButton(Context context, AttributeSet attrs, int de... method init (line 41) | private void init(Context context){ method drawMiniRing (line 49) | public void drawMiniRing(int color){ method drawLargeRing (line 56) | public void drawLargeRing(int color){ method drawRing (line 64) | public void drawRing(int size,int color){ method drawCircle (line 75) | public void drawCircle(int size){ method drawCircle (line 83) | public void drawCircle(int size,int color){ method drawCircleAndRing (line 95) | public void drawCircleAndRing(int size,int color){ method clearDraw (line 105) | public void clearDraw(){ method onDraw (line 109) | @Override FILE: app/src/main/java/com/example/gpy/whiteboard/view/widget/floatingactionmenu/TouchDelegateGroup.java class TouchDelegateGroup (line 11) | public class TouchDelegateGroup extends TouchDelegate { method TouchDelegateGroup (line 17) | public TouchDelegateGroup(View uselessHackyView) { method addTouchDelegate (line 21) | public void addTouchDelegate(@NonNull TouchDelegate touchDelegate) { method removeTouchDelegate (line 25) | public void removeTouchDelegate(TouchDelegate touchDelegate) { method clearTouchDelegates (line 32) | public void clearTouchDelegates() { method onTouchEvent (line 37) | @Override method setEnabled (line 68) | public void setEnabled(boolean enabled) { FILE: wblib/src/androidTest/java/com/github/guanpy/wblib/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: wblib/src/main/java/com/github/guanpy/wblib/bean/DrawPenPoint.java class DrawPenPoint (line 12) | public class DrawPenPoint { method getPath (line 30) | public Path getPath() { method setPath (line 41) | public void setPath(Path path) { method getPaint (line 52) | public Paint getPaint() { method setPaint (line 63) | public void setPaint(Paint paint) { FILE: wblib/src/main/java/com/github/guanpy/wblib/bean/DrawPenStr.java class DrawPenStr (line 12) | public class DrawPenStr { method getColor (line 38) | public int getColor() { method setColor (line 48) | public void setColor(int color) { method getStrokeWidth (line 58) | public float getStrokeWidth() { method setStrokeWidth (line 68) | public void setStrokeWidth(float strokeWidth) { method getIsEraser (line 78) | public boolean getIsEraser() { method setIsEraser (line 88) | public void setIsEraser(boolean isEraser) { method getMoveTo (line 98) | public Point getMoveTo() { method setMoveTo (line 108) | public void setMoveTo(Point moveTo) { method getQuadToA (line 118) | public List getQuadToA() { method setQuadToA (line 131) | public void setQuadToA(List quadToA) { method getQuadToB (line 141) | public List getQuadToB() { method setQuadToB (line 154) | public void setQuadToB(List quadToB) { method getLineTo (line 164) | public Point getLineTo() { method setLineTo (line 174) | public void setLineTo(Point lineTo) { method getOffset (line 184) | public Point getOffset() { method setOffset (line 194) | public void setOffset(Point offset) { FILE: wblib/src/main/java/com/github/guanpy/wblib/bean/DrawPoint.java class DrawPoint (line 6) | public class DrawPoint { method getDrawPenStr (line 24) | public DrawPenStr getDrawPenStr() { method setDrawPenStr (line 34) | public void setDrawPenStr(DrawPenStr DrawPenStr) { method getType (line 45) | public int getType() { method setType (line 55) | public void setType(int type) { method getDrawPen (line 67) | public DrawPenPoint getDrawPen() { method setDrawPen (line 77) | public void setDrawPen(DrawPenPoint drawPen) { method getDrawText (line 87) | public DrawTextPoint getDrawText() { method setDrawText (line 102) | public void setDrawText(DrawTextPoint drawText) { method copyDrawPoint (line 119) | public static DrawPoint copyDrawPoint(DrawPoint drawPoint) { FILE: wblib/src/main/java/com/github/guanpy/wblib/bean/DrawTextPoint.java class DrawTextPoint (line 9) | public class DrawTextPoint { method getId (line 61) | public long getId() { method setId (line 72) | public void setId(long id) { method getX (line 83) | public float getX() { method setX (line 94) | public void setX(float x) { method getY (line 105) | public float getY() { method setY (line 116) | public void setY(float y) { method getStr (line 127) | public String getStr() { method setStr (line 138) | public void setStr(String str) { method getIsUnderline (line 149) | public boolean getIsUnderline() { method setIsUnderline (line 160) | public void setIsUnderline(boolean isUnderline) { method getIsItalics (line 171) | public boolean getIsItalics() { method setIsItalics (line 182) | public void setIsItalics(boolean isItalics) { method getIsBold (line 193) | public boolean getIsBold() { method setIsBold (line 204) | public void setIsBold(boolean isBold) { method getColor (line 215) | public int getColor() { method setColor (line 226) | public void setColor(int color) { method getStatus (line 237) | public int getStatus() { method setStatus (line 248) | public void setStatus(int status) { method getIsVisible (line 259) | public boolean getIsVisible() { method setIsVisible (line 270) | public void setIsVisible(boolean isVisible) { FILE: wblib/src/main/java/com/github/guanpy/wblib/bean/Point.java class Point (line 6) | public class Point { method Point (line 16) | public Point(){ method Point (line 18) | public Point(float x,float y){ method getX (line 29) | public float getX() { method setX (line 40) | public void setX(float x) { method getY (line 51) | public float getY() { method setY (line 62) | public void setY(float y) { FILE: wblib/src/main/java/com/github/guanpy/wblib/bean/WhiteBoardPoint.java class WhiteBoardPoint (line 13) | public class WhiteBoardPoint { method getId (line 37) | public int getId() { method setId (line 47) | public void setId(int id) { method getSavePoints (line 57) | public List getSavePoints() { method getDeletePoints (line 70) | public List getDeletePoints() { FILE: wblib/src/main/java/com/github/guanpy/wblib/bean/WhiteBoardPoints.java class WhiteBoardPoints (line 9) | public class WhiteBoardPoints { method getId (line 22) | public String getId() { method setId (line 32) | public void setId(String id) { method getWhiteBoardPoints (line 42) | public List getWhiteBoardPoints() { method setWhiteBoardPoints (line 52) | public void setWhiteBoardPoints(List whiteBoardPoints) { FILE: wblib/src/main/java/com/github/guanpy/wblib/utils/AppContextUtil.java class AppContextUtil (line 11) | public class AppContextUtil { method init (line 15) | public static void init(Context ctx) { method getContext (line 19) | public static Context getContext() { method getColor (line 23) | public static int getColor(int resId) { method getString (line 30) | public static String getString(int resId) { method getString (line 37) | public static String getString(int resId, Object... objs) { method dip2px (line 47) | public static int dip2px(float dpValue) { FILE: wblib/src/main/java/com/github/guanpy/wblib/utils/BeanUtil.java class BeanUtil (line 8) | public class BeanUtil { method CopyBeanToBean (line 20) | public static Object CopyBeanToBean(Object obj1, Object obj2) throws E... FILE: wblib/src/main/java/com/github/guanpy/wblib/utils/Events.java class Events (line 7) | public class Events { FILE: wblib/src/main/java/com/github/guanpy/wblib/utils/OperationUtils.java class OperationUtils (line 16) | public class OperationUtils { method getInstance (line 86) | public static OperationUtils getInstance() { method OperationUtils (line 96) | private OperationUtils() { method init (line 102) | public void init() { method getDrawPointList (line 120) | public WhiteBoardPoint getDrawPointList(int i) { method getDrawPointSize (line 140) | public int getDrawPointSize() { method getWhiteBoardPoints (line 152) | public WhiteBoardPoints getWhiteBoardPoints() { method setWhiteBoardPoints (line 159) | public void setWhiteBoardPoints(WhiteBoardPoints whiteBoardPoints) { method initDrawPointList (line 166) | public void initDrawPointList() { method newPage (line 178) | public void newPage() { method getNewMarkId (line 187) | public long getNewMarkId() { method getSavePoints (line 194) | public List getSavePoints() { method getDeletePoints (line 201) | public List getDeletePoints() { FILE: wblib/src/main/java/com/github/guanpy/wblib/utils/WhiteBoardVariable.java class WhiteBoardVariable (line 9) | public final class WhiteBoardVariable { type Operation (line 11) | public interface Operation{ type Color (line 44) | public interface Color{ type PenSize (line 57) | public interface PenSize{ type EraserSize (line 66) | public interface EraserSize{ type RingSize (line 75) | public interface RingSize{ type TextStyle (line 82) | public interface TextStyle{ FILE: wblib/src/main/java/com/github/guanpy/wblib/widget/DrawPenView.java class DrawPenView (line 26) | public class DrawPenView extends View { method DrawPenView (line 57) | public DrawPenView(Context context, AttributeSet attr, int defStyle) { method DrawPenView (line 62) | public DrawPenView(Context context, AttributeSet attr) { method DrawPenView (line 67) | public DrawPenView(Context context) { method initView (line 72) | private void initView(Context context) { method init (line 79) | public void init(Paint paint) { method initPaint (line 90) | private void initPaint() { method changeEraser (line 105) | public void changeEraser() { method setEraserSize (line 114) | public void setEraserSize() { method setPenSize (line 121) | public void setPenSize() { method setPenColor (line 128) | public void setPenColor() { method onSizeChanged (line 133) | @Override method onDraw (line 143) | @Override method onTouchEvent (line 158) | @Override method setPaint (line 219) | public void setPaint(Paint paint) { method clearImage (line 231) | public void clearImage() { method undo (line 242) | public void undo() { method redo (line 248) | public void redo() { method showPoints (line 255) | public void showPoints() { FILE: wblib/src/main/java/com/github/guanpy/wblib/widget/DrawTextLayout.java class DrawTextLayout (line 24) | public class DrawTextLayout extends FrameLayout { method DrawTextLayout (line 33) | public DrawTextLayout(Context context, AttributeSet attrs) { method DrawTextLayout (line 39) | public DrawTextLayout(Context context) { method initView (line 44) | private void initView(Context context) { method init (line 49) | public void init(Activity activity) { method onTouchEvent (line 61) | @Override method showPoints (line 95) | public void showPoints() { method afterEdit (line 116) | public void afterEdit(boolean isSave){ method showNewPoint (line 120) | private void showNewPoint(DrawPoint dp) { method onUpdate (line 131) | @Override method updatePoint (line 139) | private void updatePoint(DrawPoint drawPoint) { method setTextStyle (line 158) | public void setTextStyle(int changeStyle){ method setTextColor (line 183) | public void setTextColor(){ method undo (line 197) | public void undo(){ method redo (line 212) | public void redo(){ method dip2px (line 230) | public int dip2px(float dpValue) { FILE: wblib/src/main/java/com/github/guanpy/wblib/widget/DrawTextView.java class DrawTextView (line 26) | public class DrawTextView extends RelativeLayout implements method DrawTextView (line 73) | public DrawTextView(Context context method init (line 80) | private void init(Context context method initUI (line 102) | private void initUI() { method initEvent (line 124) | private void initEvent() { method setText (line 189) | private void setText(String strText) { method setLayoutParams (line 207) | private void setLayoutParams() { method switchView (line 215) | public void switchView(int currentStatus) { method afterEdit (line 268) | public void afterEdit(boolean isSave) { method onClick (line 277) | @Override type CallBackListener (line 300) | public interface CallBackListener { method onUpdate (line 304) | void onUpdate(DrawPoint drawPoint); method showSoftKeyBoard (line 307) | private void showSoftKeyBoard(final EditText et) { method hideSoftInput (line 319) | private void hideSoftInput() {