SYMBOL INDEX (1408 symbols across 105 files) FILE: MoneyCharge/app/src/main/java/com/cwp/chart/BaseFoldingLayout.java class BaseFoldingLayout (line 57) | public class BaseFoldingLayout extends ViewGroup { type Orientation (line 71) | public static enum Orientation { method BaseFoldingLayout (line 122) | public BaseFoldingLayout(Context context) { method BaseFoldingLayout (line 126) | public BaseFoldingLayout(Context context, AttributeSet attrs) { method BaseFoldingLayout (line 131) | public BaseFoldingLayout(Context context, AttributeSet attrs, int defS... method init (line 136) | public void init(Context context, AttributeSet attrs) { method addViewInLayout (line 150) | @Override method addView (line 159) | @Override method onMeasure (line 165) | @Override method onLayout (line 172) | @Override class NumberOfFoldingLayoutChildrenException (line 183) | private class NumberOfFoldingLayoutChildrenException extends method NumberOfFoldingLayoutChildrenException (line 190) | public NumberOfFoldingLayoutChildrenException(String message) { method throwCustomException (line 199) | private void throwCustomException(int numOfChildViews) { method setFoldListener (line 206) | public void setFoldListener(OnFoldListener foldListener) { method setFoldFactor (line 215) | public void setFoldFactor(float foldFactor) { method setOrientation (line 223) | public void setOrientation(Orientation orientation) { method setAnchorFactor (line 230) | public void setAnchorFactor(float anchorFactor) { method setNumberOfFolds (line 237) | public void setNumberOfFolds(int numberOfFolds) { method getAnchorFactor (line 244) | public float getAnchorFactor() { method getOrientation (line 248) | public Orientation getOrientation() { method getFoldFactor (line 252) | public float getFoldFactor() { method getNumberOfFolds (line 256) | public int getNumberOfFolds() { method updateFold (line 260) | private void updateFold() { method prepareFold (line 276) | private void prepareFold(Orientation orientation, float anchorFactor, method calculateMatrices (line 366) | private void calculateMatrices() { method dispatchDraw (line 586) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/chart/ChartProp.java class ChartProp (line 7) | public class ChartProp { method ChartProp (line 20) | public ChartProp(View chartView) { method setId (line 24) | public void setId(int id) { method getId (line 29) | public int getId() { method setPercent (line 38) | public void setPercent(float percent) { method getPercent (line 46) | public float getPercent() { method getSweepAngle (line 50) | public float getSweepAngle() { method setColor (line 54) | public void setColor(int color) { method getColor (line 59) | public int getColor() { method getName (line 63) | public String getName() { method setName (line 67) | public void setName(String name) { method getName2 (line 72) | public String getName2() { method setName2 (line 76) | public void setName2(String name) { method invalidate (line 81) | private void invalidate() { method getStartAngle (line 87) | public float getStartAngle() { method setStartAngle (line 91) | public void setStartAngle(float startAngle) { method getEndAngle (line 95) | public float getEndAngle() { method setEndAngle (line 99) | public void setEndAngle(float endAngle) { FILE: MoneyCharge/app/src/main/java/com/cwp/chart/ChartPropChangeListener.java type ChartPropChangeListener (line 3) | public interface ChartPropChangeListener { method getChartProp (line 4) | public void getChartProp(ChartProp chartProp); FILE: MoneyCharge/app/src/main/java/com/cwp/chart/CheckAdapter.java class CheckAdapter (line 14) | public class CheckAdapter extends BaseAdapter { class ViewHolder (line 16) | private class ViewHolder { method CheckAdapter (line 26) | public CheckAdapter(Context context, String[] names, boolean[] checked... method getCount (line 35) | @Override method getItem (line 40) | @Override method getItemId (line 45) | @Override method getItemView (line 50) | public View getItemView(int position) { method getCheckedItem (line 54) | public boolean[] getCheckedItem() { method getView (line 67) | public View getView(int position, View convertView, ViewGroup parent) { FILE: MoneyCharge/app/src/main/java/com/cwp/chart/CustomMultiChoiceDialog.java class CustomMultiChoiceDialog (line 22) | public class CustomMultiChoiceDialog extends Dialog { method CustomMultiChoiceDialog (line 24) | public CustomMultiChoiceDialog(Context context) { method CustomMultiChoiceDialog (line 28) | public CustomMultiChoiceDialog(Context context, int theme) { class Builder (line 32) | public static class Builder { method Builder (line 50) | public Builder(Context context) { method setMessage (line 54) | public Builder setMessage(String message) { method getListView (line 59) | public ListView getListView() { method getCheckedItems (line 63) | public boolean[] getCheckedItems() { method setMessage (line 77) | public Builder setMessage(int message) { method setTitle (line 88) | public Builder setTitle(int title) { method setTitle (line 100) | public Builder setTitle(String title) { method setContentView (line 105) | public Builder setContentView(View v) { method setPositiveButton (line 116) | public Builder setPositiveButton(int positiveButtonText, method setPositiveButton (line 124) | public Builder setPositiveButton(String positiveButtonText, method setNegativeButton (line 131) | public Builder setNegativeButton(int negativeButtonText, method setNegativeButton (line 139) | public Builder setNegativeButton(String negativeButtonText, method setMultiChoiceItems (line 157) | public Builder setMultiChoiceItems(boolean isMultiChoice, method create (line 168) | public CustomMultiChoiceDialog create() { class OnMultiItemClick (line 351) | class OnMultiItemClick implements OnItemClickListener { method onItemClick (line 352) | @Override method getisMultiChoice (line 364) | public static boolean getisMultiChoice() { method getcontact_name (line 368) | public static String getcontact_name() { FILE: MoneyCharge/app/src/main/java/com/cwp/chart/FoldingLayout.java class FoldingLayout (line 47) | public class FoldingLayout extends BaseFoldingLayout { method FoldingLayout (line 61) | public FoldingLayout(Context context) { method FoldingLayout (line 67) | public FoldingLayout(Context context, AttributeSet attrs) { method FoldingLayout (line 73) | public FoldingLayout(Context context, AttributeSet attrs, int defStyle) { method init (line 79) | public void init(Context context, AttributeSet attrs) { method addViewInLayout (line 87) | @Override class NumberOfFoldingLayoutChildrenException (line 100) | private class NumberOfFoldingLayoutChildrenException extends method NumberOfFoldingLayoutChildrenException (line 107) | public NumberOfFoldingLayoutChildrenException(String message) { method throwCustomException (line 116) | private void throwCustomException(int numOfChildViews) { class ScrollGestureDetector (line 124) | private class ScrollGestureDetector extends method onDown (line 126) | @Override method onScroll (line 144) | @Override method onTouchEvent (line 201) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/chart/MenuFragment.java class MenuFragment (line 26) | public class MenuFragment extends PreferenceFragment implements method onCreate (line 30) | @Override method setTranslucentStatus (line 55) | @TargetApi(19) method onPreferenceClick (line 68) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/chart/MyAdspter.java class MyAdspter (line 20) | public class MyAdspter extends BaseAdapter { method MyAdspter (line 28) | public MyAdspter(Context context, List> data, method getCount (line 36) | @Override method getItem (line 44) | @Override method getItemId (line 52) | @Override class Zujian (line 62) | public final class Zujian { method getView (line 76) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/chart/MyButton.java class MyButton (line 23) | public class MyButton extends View implements View.OnTouchListener { method setWidth (line 35) | public void setWidth(float width) { method setHeight (line 39) | public void setHeight(float height) { method setMyButtonClickListener (line 43) | public void setMyButtonClickListener(MyButtonClickListener listener) { method setBackgroundPaintColor (line 47) | public void setBackgroundPaintColor(int color) { method onMeasure (line 52) | @Override method draw (line 65) | @Override method MyButton (line 87) | public MyButton(Context context, AttributeSet attrs, int defStyle) { method MyButton (line 92) | public MyButton(Context context, AttributeSet attrs) { method MyButton (line 97) | public MyButton(Context context) { method init (line 102) | private void init() { method getRadius (line 113) | private float getRadius() { method onTouch (line 122) | @Override method createBitmap (line 145) | public Bitmap createBitmap(Bitmap b, float x, float y) { FILE: MoneyCharge/app/src/main/java/com/cwp/chart/MyButtonClickListener.java type MyButtonClickListener (line 3) | public interface MyButtonClickListener { method onclick (line 4) | public void onclick(); FILE: MoneyCharge/app/src/main/java/com/cwp/chart/OnFoldListener.java type OnFoldListener (line 24) | public interface OnFoldListener { method onStartFold (line 25) | public void onStartFold(float foldFactor); method onFoldingState (line 26) | public void onFoldingState(float foldFactor, float foldDrawHeight); method onEndFold (line 27) | public void onEndFold(float foldFactor); FILE: MoneyCharge/app/src/main/java/com/cwp/chart/PieChart.java class PieChart (line 13) | public class PieChart extends ViewGroup { method PieChart (line 15) | public PieChart(Context context, AttributeSet attrs, int defStyle) { method PieChart (line 20) | public PieChart(Context context, AttributeSet attrs) { method PieChart (line 25) | public PieChart(Context context) { method init (line 30) | private void init() { method onMeasure (line 40) | @Override method onLayout (line 56) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/chart/PieView.java class PieView (line 30) | public class PieView extends View implements View.OnTouchListener, Runna... method setBackgroundPaintColor (line 64) | public void setBackgroundPaintColor(int color) { method writeLog (line 69) | private void writeLog(String string) { method destory (line 73) | public void destory() { method draw (line 78) | @Override method PieView (line 131) | public PieView(Context context, AttributeSet attrs, int defStyle) { method PieView (line 136) | public PieView(Context context, AttributeSet attrs) { method PieView (line 141) | public PieView(Context context) { method init (line 146) | private void init() { method start (line 174) | public void start() { method run (line 178) | @Override method createBitmap (line 198) | private Bitmap createBitmap(Bitmap b, float x, float y) { method createCharts (line 217) | public ArrayList createCharts(int itemCount) { method reInit (line 227) | public void reInit() { method initPercents (line 233) | public void initPercents() { method setChartPropChangeListener (line 244) | public void setChartPropChangeListener(ChartPropChangeListener listene... method createChartProp (line 254) | private void createChartProp(int chartsNum) { method createNullChartProp (line 262) | public ChartProp createNullChartProp() { method initResoure (line 269) | private void initResoure() { method onMeasure (line 290) | @Override method measureWidth (line 302) | private int measureWidth(int pWidthMeasureSpec) { method measureHeight (line 335) | private int measureHeight(int pHeightMeasureSpec) { method firstInit (line 350) | private void firstInit() { method getCurrentChartProp (line 383) | public void getCurrentChartProp(ChartProp chartProp, float f) { method drawableCenterCircle (line 392) | public void drawableCenterCircle(float x, float y) { method getBorderAngle (line 423) | private float getBorderAngle() { method getCurrentChartProp (line 448) | public ChartProp getCurrentChartProp() { method drawItem (line 470) | public void drawItem(RectF localRectf) { method isRotateEnabled (line 507) | public boolean isRotateEnabled() { method setRotateEnabled (line 511) | public void setRotateEnabled(boolean rotateEnabled) { method rotateEnable (line 515) | public void rotateEnable() { method rotateDisable (line 519) | public void rotateDisable() { method onTouch (line 523) | @Override method getAngle (line 606) | private float getAngle(float x, float y) { FILE: MoneyCharge/app/src/main/java/com/cwp/chart/PiewController.java class PiewController (line 9) | public class PiewController { method getWidth (line 14) | public static int getWidth(View view) { method getHeight (line 26) | public static int getHeight(View view) { method setLayoutX (line 38) | public static void setLayoutX(View view, int x) { method setLayoutY (line 51) | public static void setLayoutY(View view, int y) { method setLayout (line 64) | public static void setLayout(View view, int x, int y) { method measureWidth (line 73) | public static int measureWidth(int pWidthMeasureSpec) { method measureHeight (line 106) | public static int measureHeight(int pHeightMeasureSpec) { method mySetMargins (line 121) | public static void mySetMargins(View view, int left, int top, int right, FILE: MoneyCharge/app/src/main/java/com/cwp/chart/PullToRefreshView.java class PullToRefreshView (line 29) | public class PullToRefreshView extends LinearLayout { method PullToRefreshView (line 130) | public PullToRefreshView(Context context, AttributeSet attrs) { method PullToRefreshView (line 135) | public PullToRefreshView(Context context) { method init (line 140) | private void init() { method addHeaderView (line 160) | private void addHeaderView() { method addFooterView (line 184) | private void addFooterView() { method onFinishInflate (line 206) | @Override method initContentAdapterView (line 214) | private void initContentAdapterView() { method measureView (line 235) | private void measureView(View child) { method onInterceptTouchEvent (line 255) | @Override method onTouchEvent (line 281) | @Override method isRefreshViewScroll (line 339) | private boolean isRefreshViewScroll(int deltaY) { method headerPrepareToRefresh (line 413) | private void headerPrepareToRefresh(int deltaY) { method footerPrepareToRefresh (line 441) | private void footerPrepareToRefresh(int deltaY) { method changingHeaderViewTopMargin (line 461) | private int changingHeaderViewTopMargin(int deltaY) { method headerRefreshing (line 481) | public void headerRefreshing() { method footerRefreshing (line 494) | private void footerRefreshing() { method setHeaderTopMargin (line 512) | private void setHeaderTopMargin(int topMargin) { method onHeaderRefreshComplete (line 523) | public void onHeaderRefreshComplete() { method onHeaderRefreshComplete (line 533) | public void onHeaderRefreshComplete(CharSequence lastUpdated) { method onFooterRefreshComplete (line 541) | public void onFooterRefreshComplete() { method onFooterRefreshComplete (line 554) | public void onFooterRefreshComplete(int size) { method setLastUpdated (line 569) | public void setLastUpdated(CharSequence lastUpdated) { method getHeaderTopMargin (line 578) | private int getHeaderTopMargin() { method setOnHeaderRefreshListener (line 601) | public void setOnHeaderRefreshListener( method setOnFooterRefreshListener (line 606) | public void setOnFooterRefreshListener( type OnFooterRefreshListener (line 611) | public interface OnFooterRefreshListener { method onFooterRefresh (line 612) | public void onFooterRefresh(PullToRefreshView view); type OnHeaderRefreshListener (line 615) | public interface OnHeaderRefreshListener { method onHeaderRefresh (line 616) | public void onHeaderRefresh(PullToRefreshView view); method isEnablePullTorefresh (line 619) | public boolean isEnablePullTorefresh() { method setEnablePullTorefresh (line 623) | public void setEnablePullTorefresh(boolean enablePullTorefresh) { method isEnablePullLoadMoreDataStatus (line 627) | public boolean isEnablePullLoadMoreDataStatus() { method setEnablePullLoadMoreDataStatus (line 631) | public void setEnablePullLoadMoreDataStatus( FILE: MoneyCharge/app/src/main/java/com/cwp/chart/RiseNumberBase.java type RiseNumberBase (line 3) | public interface RiseNumberBase { method start (line 4) | public void start(); method withNumber (line 5) | public RiseNumberTextView withNumber(float number); method withNumber (line 6) | public RiseNumberTextView withNumber(int number); method setDuration (line 7) | public RiseNumberTextView setDuration(long duration); method setOnEnd (line 8) | public void setOnEnd(RiseNumberTextView.EndListener callback); FILE: MoneyCharge/app/src/main/java/com/cwp/chart/RiseNumberTextView.java class RiseNumberTextView (line 11) | public class RiseNumberTextView extends TextView implements RiseNumberBa... method RiseNumberTextView (line 36) | public RiseNumberTextView(Context context) { method RiseNumberTextView (line 40) | public RiseNumberTextView(Context context, AttributeSet attr) { method RiseNumberTextView (line 44) | public RiseNumberTextView(Context context, AttributeSet attr, int defS... type EndListener (line 48) | public interface EndListener { method onEndFinish (line 49) | public void onEndFinish(); method isRunning (line 52) | public boolean isRunning() { method runFloat (line 56) | private void runFloat() { method runInt (line 78) | private void runInt() { method sizeOfInt (line 99) | static int sizeOfInt(int x) { method onFinishInflate (line 105) | @Override method start (line 111) | @Override method withNumber (line 123) | @Override method withNumber (line 139) | @Override method setDuration (line 154) | @Override method setOnEnd (line 160) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/chart/SystemBarTintManager.java class SystemBarTintManager (line 46) | public class SystemBarTintManager { method SystemBarTintManager (line 79) | @TargetApi(19) method setStatusBarTintEnabled (line 133) | public void setStatusBarTintEnabled(boolean enabled) { method setStatusBarDarkMode (line 145) | public void setStatusBarDarkMode(boolean darkmode, Activity activity) { method setNavigationBarTintEnabled (line 170) | public void setNavigationBarTintEnabled(boolean enabled) { method setTintColor (line 182) | public void setTintColor(int color) { method setTintResource (line 192) | public void setTintResource(int res) { method setTintDrawable (line 202) | public void setTintDrawable(Drawable drawable) { method setTintAlpha (line 212) | public void setTintAlpha(float alpha) { method setStatusBarTintColor (line 222) | public void setStatusBarTintColor(int color) { method setStatusBarTintResource (line 233) | public void setStatusBarTintResource(int res) { method setStatusBarTintDrawable (line 244) | @SuppressWarnings("deprecation") method setStatusBarAlpha (line 256) | @TargetApi(11) method setNavigationBarTintColor (line 268) | public void setNavigationBarTintColor(int color) { method setNavigationBarTintResource (line 279) | public void setNavigationBarTintResource(int res) { method setNavigationBarTintDrawable (line 290) | @SuppressWarnings("deprecation") method setNavigationBarAlpha (line 302) | @TargetApi(11) method getConfig (line 314) | public SystemBarConfig getConfig() { method isStatusBarTintEnabled (line 323) | public boolean isStatusBarTintEnabled() { method isNavBarTintEnabled (line 332) | public boolean isNavBarTintEnabled() { method setupStatusBarView (line 336) | private void setupStatusBarView(Context context, ViewGroup decorViewGr... method setupNavBarView (line 349) | private void setupNavBarView(Context context, ViewGroup decorViewGroup) { class SystemBarConfig (line 370) | public static class SystemBarConfig { method SystemBarConfig (line 387) | private SystemBarConfig(Activity activity, boolean translucentStatus... method getActionBarHeight (line 400) | @TargetApi(14) method getNavigationBarHeight (line 411) | @TargetApi(14) method getNavigationBarWidth (line 429) | @TargetApi(14) method getInternalDimensionSize (line 441) | private int getInternalDimensionSize(Resources res, String key) { method getSmallestWidthDp (line 450) | @SuppressLint("NewApi") method isNavigationAtBottom (line 471) | public boolean isNavigationAtBottom() { method getStatusBarHeight (line 480) | public int getStatusBarHeight() { method getActionBarHeight (line 489) | public int getActionBarHeight() { method hasNavigtionBar (line 498) | public boolean hasNavigtionBar() { method getNavigationBarHeight (line 508) | public int getNavigationBarHeight() { method getNavigationBarWidth (line 518) | public int getNavigationBarWidth() { method getPixelInsetTop (line 528) | public int getPixelInsetTop(boolean withActionBar) { method getPixelInsetBottom (line 537) | public int getPixelInsetBottom() { method getPixelInsetRight (line 550) | public int getPixelInsetRight() { FILE: MoneyCharge/app/src/main/java/com/cwp/chart/Util.java class Util (line 5) | public class Util { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/About.java class About (line 41) | public class About extends Activity { method About (line 58) | public About() { method onCreate (line 62) | @Override method setTranslucentStatus (line 95) | @TargetApi(19) method onStart (line 108) | @Override method onActivityResult (line 264) | @Override method getVersion (line 287) | public static String getVersion(Context context)// 获取版本号 method onKeyDown (line 300) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/AddPay.java class AddPay (line 81) | public class AddPay extends Activity implements AMapLocationListener, method AddPay (line 142) | public AddPay() { method onCreate (line 146) | @Override method setTranslucentStatus (line 267) | @TargetApi(19) method initData (line 280) | private void initData(int userid) { // 初始化数据 method initphotodata (line 338) | private void initphotodata(String photo) { // 初始化图片数据 method initphoto (line 357) | @SuppressWarnings("deprecation") method updatetype (line 372) | private void updatetype() { // 更新类别 method onStart (line 383) | @Override method get2Double (line 598) | public static double get2Double(String strMoney) { // 处理小数点 method onCreateDialog (line 604) | @Override method onDateSet (line 616) | public void onDateSet(DatePicker view, int year, int monthOfYear, method updateDisplay (line 625) | private void updateDisplay() { method setTimeFormat (line 633) | private String setTimeFormat(String newtxtTime) { // 设置日期格式 method VoiceRecognition (line 667) | void VoiceRecognition() { // 调用百度语音识别 method VoiceSuccess (line 698) | void VoiceSuccess() { // 识别成功录入数据 method Recognition (line 783) | private void Recognition(String t) { method listToString (line 906) | public String listToString(List list, char separator) { method gotoback (line 917) | private boolean gotoback() { // 返回 method onKeyDown (line 943) | public boolean onKeyDown(int keyCode, KeyEvent event) { method onDestroy (line 950) | @Override method onPause (line 961) | @Override method onResume (line 970) | protected void onResume() { method onLocationChanged (line 983) | @Override method onStatusChanged (line 987) | @Override method onProviderEnabled (line 991) | @Override method onProviderDisabled (line 995) | @Override method onLocationChanged (line 999) | @Override method onClick (line 1013) | @Override method onActivityResult (line 1028) | protected void onActivityResult(int requestCode, int resultCode, Inten... method showVoiveDialog (line 1057) | public static void showVoiveDialog() { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/Author.java class Author (line 11) | public class Author extends Activity { method Author (line 14) | public Author() { method onCreate (line 17) | @Override method onStart (line 24) | @Override method onKeyDown (line 32) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/BaseEffects.java class BaseEffects (line 37) | public abstract class BaseEffects { method setupAnimation (line 49) | protected abstract void setupAnimation(View view); method start (line 51) | public void start(View view) { method reset (line 56) | public void reset(View view) { method getAnimatorSet (line 62) | public AnimatorSet getAnimatorSet() { method setDuration (line 66) | public void setDuration(long duration) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/BaseFrament.java class BaseFrament (line 5) | abstract public class BaseFrament extends Fragment { method filngtonext (line 6) | public void filngtonext() { method filngtonpre (line 10) | public void filngtonpre(){ FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/Config.java class Config (line 11) | public class Config { method getPushlog (line 18) | public static int getPushlog() { method setPushlog (line 22) | public static void setPushlog(int pushlog) { method getCurrentLanguage (line 40) | public static String getCurrentLanguage() { method getCurrentLanguageIndex (line 44) | public static int getCurrentLanguageIndex() { method setCurrentLanguageIndex (line 48) | public static void setCurrentLanguageIndex(int index) { method getCurrentPropIndex (line 65) | public static int getCurrentPropIndex() { method setCurrentPropIndex (line 69) | public static void setCurrentPropIndex(int index) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/Constants.java class Constants (line 3) | public class Constants { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/CrashApplication.java class CrashApplication (line 11) | public class CrashApplication extends Application { method getInstance (line 19) | public static CrashApplication getInstance() { method onCreate (line 23) | @Override method getLockPatternUtils (line 37) | public LockPatternUtils getLockPatternUtils() { class LockScreenReceiver (line 41) | class LockScreenReceiver extends BroadcastReceiver { method onReceive (line 42) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/CrashHandler.java class CrashHandler (line 42) | public class CrashHandler implements UncaughtExceptionHandler { method CrashHandler (line 55) | private CrashHandler() { method getInstance (line 60) | public static CrashHandler getInstance() { method init (line 69) | public void init(Context context) { method uncaughtException (line 84) | @SuppressWarnings("static-access") method handleException (line 107) | public boolean handleException(Throwable ex) { method sendreport (line 135) | protected void sendreport(Context mContext) { method sendAppCrashReport (line 144) | public void sendAppCrashReport(Context mContext, File file) { // 通过系统分... method collectDeviceInfo (line 166) | public void collectDeviceInfo(Context context) { method saveCrashInfo2File (line 196) | private File saveCrashInfo2File(Throwable ex) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/Description.java class Description (line 9) | public class Description extends Activity{ method Description (line 13) | public Description() { method onCreate (line 17) | @Override method onStart (line 24) | @Override method onKeyDown (line 31) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/DialogShowUtil.java class DialogShowUtil (line 8) | public class DialogShowUtil { method DialogShowUtil (line 17) | public DialogShowUtil(Activity act, Context ctx, String[] VoiceSave, method dialogShow (line 26) | public void dialogShow(String showtype, String style, method dialoggettype (line 238) | public static String dialoggettype() { method dialogVoiceDefault (line 242) | public static String dialogVoiceDefault() { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/DigitUtil.java class DigitUtil (line 10) | public class DigitUtil { method ywqbs (line 51) | private static int ywqbs(int num, Boolean bool, int no, int remain, method parse (line 93) | public static int parse(String word) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/Effectstype.java type Effectstype (line 10) | public enum Effectstype { method Effectstype (line 18) | private Effectstype(Class mclass) { method getAnimator (line 22) | public BaseEffects getAnimator() { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/FragmentPage1.java class FragmentPage1 (line 40) | public class FragmentPage1 extends BaseFrament { method Pay (line 49) | public void Pay() { method onCreateView (line 66) | @Override method onActivityCreated (line 73) | public void onActivityCreated(Bundle savedInstanceState) { method onStart (line 85) | @Override method Showamount (line 129) | private void Showamount() { method ShowInfo (line 140) | private void ShowInfo(int intType) {// 用来根据传入的管理类型,显示相应的信息 method filngtonext (line 208) | @Override method filngtonpre (line 213) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/FragmentPage2.java class FragmentPage2 (line 27) | public class FragmentPage2 extends Fragment implements OnClickListener { method FragmentPage2 (line 61) | public FragmentPage2(FragmentActivity activity) { method FragmentPage2 (line 65) | public FragmentPage2() { method onCreateView (line 68) | @Override method onActivityCreated (line 75) | public void onActivityCreated(Bundle savedInstanceState) { method initView (line 106) | public void initView() { method initData (line 128) | private void initData() { method onClick (line 139) | @Override method clickPop_photoViewBtn (line 176) | private void clickPop_photoViewBtn() { method showPopupWindow (line 186) | private void showPopupWindow(View parent) { method clickFriendfeedBtn (line 252) | public static void clickFriendfeedBtn() { method clickMyfeedBtn (line 281) | public static void clickMyfeedBtn() { method clickHomeBtn (line 296) | public static void clickHomeBtn() { method clickMoreBtn (line 323) | public static void clickMoreBtn() { method clickPop_voiceBtn (line 347) | private void clickPop_voiceBtn() { method clickPop_quickBtn (line 355) | private void clickPop_quickBtn() { method clickToggleBtn (line 366) | private void clickToggleBtn() { method changeButtonImage (line 376) | private void changeButtonImage() { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/FragmentPage3.java class FragmentPage3 (line 56) | @SuppressLint("InflateParams") method onCreateView (line 89) | @Override method onActivityCreated (line 96) | public void onActivityCreated(Bundle savedInstanceState) { method initData (line 134) | private void initData(int newyear) { method gofordate (line 286) | static String gofordate(String s) { method findViews (line 304) | private void findViews() { class ExpandableAdapter (line 366) | class ExpandableAdapter extends BaseExpandableListAdapter { method ExpandableAdapter (line 374) | public ExpandableAdapter(Context context, method getChild (line 382) | @Override method getChildId (line 387) | @Override method getChildView (line 393) | @SuppressWarnings("unchecked") method getChildrenCount (line 445) | @Override method getGroup (line 454) | @Override method getGroupCount (line 459) | @Override method getGroupId (line 464) | @Override method getGroupView (line 470) | @Override method hasStableIds (line 511) | @Override method isChildSelectable (line 516) | @Override method onFooterRefresh (line 523) | @Override method onHeaderRefresh (line 535) | @Override method handleMessage (line 550) | @Override method onActivityResult (line 571) | @Override method getyear (line 580) | public static int getyear() { method filngtonext (line 584) | @Override method filngtonpre (line 590) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/FragmentPage4.java class FragmentPage4 (line 28) | public class FragmentPage4 extends BaseFrament{ method Setting (line 34) | public void Setting() { method onCreateView (line 38) | @Override method onActivityCreated (line 45) | public void onActivityCreated(Bundle savedInstanceState) { method onStart (line 56) | @Override method alarmDialog (line 107) | private void alarmDialog(int type) { // 退出程序的方法 method filngtonext (line 206) | @Override method filngtonpre (line 212) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/InPtypeManager.java class InPtypeManager (line 39) | public class InPtypeManager extends Activity { method InPtypeManager (line 41) | public InPtypeManager() { method onCreate (line 55) | @Override method setTranslucentStatus (line 78) | @TargetApi(19) method onStart (line 91) | @Override method inputTitleDialog (line 127) | private void inputTitleDialog() { method deleteDialog (line 155) | private void deleteDialog() { // 退出程序的方法 method onDeleteClick (line 189) | public void onDeleteClick() { method refresh (line 214) | public void refresh() { method onKeyDown (line 222) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/IncomeData.java class IncomeData (line 37) | public class IncomeData extends Activity { method IncomeData (line 61) | public IncomeData() { method onCreate (line 64) | @Override method onStart (line 101) | @Override method getAnyDate (line 274) | public void getAnyDate(){ method getRandomColor (line 279) | private int getRandomColor() {// 分别产生RBG数值 method onKeyDown (line 287) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/KeyboardUtil.java class KeyboardUtil (line 18) | public class KeyboardUtil { method KeyboardUtil (line 31) | public KeyboardUtil(Activity act, Context ctx, EditText edit, method swipeUp (line 48) | @Override method swipeRight (line 52) | @Override method swipeLeft (line 56) | @Override method swipeDown (line 60) | @Override method onText (line 64) | @Override method onRelease (line 68) | @Override method onPress (line 72) | @Override method onKey (line 76) | @Override method goforkey (line 81) | private void goforkey(int primaryCode, int[] keyCodes) { method showKeyboard (line 138) | public void showKeyboard() { method hideKeyboard (line 145) | public void hideKeyboard() { method isword (line 152) | private boolean isword(String str) { type InputFinishListener (line 160) | public interface InputFinishListener { method inputHasOver (line 161) | public void inputHasOver(String text); FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/MainActivity.java class MainActivity (line 39) | public class MainActivity extends FragmentActivity implements OnClickLis... method onCreate (line 53) | @Override method initdefault (line 100) | private void initdefault() { // 初始化数据 method onClick (line 106) | @Override method onKeyDown (line 111) | public boolean onKeyDown(int keyCode, KeyEvent event) { method getValueFM (line 118) | public static int getValueFM() { method setTranslucentStatus (line 122) | @TargetApi(19) method onResume (line 135) | protected void onResume() { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/ModifyInP.java class ModifyInP (line 34) | public class ModifyInP extends Activity{ method ModifyInP (line 55) | public ModifyInP() { method onCreate (line 58) | @Override method onStart (line 74) | @Override method onCreateDialog (line 191) | @Override method onDateSet (line 203) | public void onDateSet(DatePicker view, int year, int monthOfYear, method updateDisplay (line 212) | private void updateDisplay() { method gotoback (line 218) | private void gotoback(){ method setTimeFormat (line 225) | private String setTimeFormat(String txtTime){ FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/NiftyDialogBuilder.java class NiftyDialogBuilder (line 25) | public class NiftyDialogBuilder extends Dialog implements DialogInterface { method NiftyDialogBuilder (line 71) | public NiftyDialogBuilder(Context context) { method NiftyDialogBuilder (line 76) | public NiftyDialogBuilder(Context context,int theme) { method onCreate (line 81) | @Override method getInstance (line 91) | public static NiftyDialogBuilder getInstance(Context context) { method init (line 110) | private void init(Context context) { method toDefault (line 151) | public void toDefault(){ method withDividerColor (line 158) | public NiftyDialogBuilder withDividerColor(String colorString) { method withTitle (line 164) | public NiftyDialogBuilder withTitle(CharSequence title) { method withTitleColor (line 170) | public NiftyDialogBuilder withTitleColor(String colorString) { method withMessage (line 175) | public NiftyDialogBuilder withMessage(int textResId) { method withMessage (line 181) | public NiftyDialogBuilder withMessage(CharSequence msg) { method withMessageColor (line 186) | public NiftyDialogBuilder withMessageColor(String colorString) { method withIcon (line 191) | public NiftyDialogBuilder withIcon(int drawableResId) { method withIcon (line 196) | public NiftyDialogBuilder withIcon(Drawable icon) { method withDuration (line 201) | public NiftyDialogBuilder withDuration(int duration) { method withEffect (line 206) | public NiftyDialogBuilder withEffect(Effectstype type) { method withButtonDrawable (line 211) | public NiftyDialogBuilder withButtonDrawable(int resid) { method withButton1Text (line 216) | public NiftyDialogBuilder withButton1Text(CharSequence text) { method withButton2Text (line 222) | public NiftyDialogBuilder withButton2Text(CharSequence text) { method setButton1Click (line 227) | public NiftyDialogBuilder setButton1Click(View.OnClickListener click) { method setButton2Click (line 232) | public NiftyDialogBuilder setButton2Click(View.OnClickListener click) { method setCustomView (line 238) | public NiftyDialogBuilder setCustomView(int resId, Context context) { method setCustomView (line 247) | public NiftyDialogBuilder setCustomView(View view, Context context) { method isCancelableOnTouchOutside (line 255) | public NiftyDialogBuilder isCancelableOnTouchOutside(boolean cancelabl... method isCancelable (line 261) | public NiftyDialogBuilder isCancelable(boolean cancelable) { method toggleView (line 267) | private void toggleView(View view,Object obj){ method show (line 274) | @Override method start (line 282) | private void start(Effectstype type){ method dismiss (line 290) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/PayChart.java class PayChart (line 61) | public class PayChart extends SlidingActivity implements OnClickListener { method onCreate (line 112) | @Override method setTranslucentStatus (line 166) | @TargetApi(19) method onStart (line 179) | @Override method onResume (line 186) | @Override method onPause (line 201) | protected void onPause() { method initView (line 215) | public void initView() { method handleMessage (line 351) | public void handleMessage(android.os.Message msg) { method initItem (line 367) | public void initItem() { method getRandomColor (line 426) | private int getRandomColor() {// 分别产生RBG数值 method getamount (line 434) | public static String getamount() { method onClick (line 438) | @Override method clickPop_photoViewBtn (line 521) | private void clickPop_photoViewBtn() { method clickSwitchBtn (line 528) | private void clickSwitchBtn(String i) { method onOptionsItemSelected (line 537) | @Override method showPopupWindow (line 554) | private void showPopupWindow(View parent) { method clickToggleBtn (line 620) | private void clickToggleBtn() { method changeButtonImage (line 630) | private void changeButtonImage() { method clickPop_voiceBtn (line 635) | private void clickPop_voiceBtn() { method clickPop_quickBtn (line 643) | private void clickPop_quickBtn() { method initData (line 650) | private void initData() { method getAnyDate (line 664) | public void getAnyDate() {// 处理任意时间 method change (line 687) | private void change() { method onKeyDown (line 693) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/PayData.java class PayData (line 41) | public class PayData extends Activity { method PayData (line 69) | public PayData() { method onCreate (line 73) | @Override method onStart (line 112) | @Override method getAnyDate (line 266) | public void getAnyDate() { method getRandomColor (line 275) | private int getRandomColor() {// 分别产生RBG数值 method onKeyDown (line 283) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/RotateBottom.java class RotateBottom (line 12) | public class RotateBottom extends BaseEffects{ method setupAnimation (line 14) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/SearchActivity.java class SearchActivity (line 52) | public class SearchActivity extends Activity { method onCreate (line 115) | @Override method init (line 133) | public void init() { method closemore (line 361) | protected void closemore() { method getQuarterInMonth (line 372) | int getQuarterInMonth(int month, boolean isQuarterStart) { method showMultiChoiceDialog (line 387) | public void showMultiChoiceDialog(View view, String type) { // 类型选择 class PositiveClickListener (line 421) | class PositiveClickListener implements DialogInterface.OnClickListener... method onClick (line 422) | @Override class onitem (line 485) | class onitem implements OnItemClickListener { // 时间范围响应事件 method onItemClick (line 487) | @Override method update (line 631) | protected void update(String string) { method dispay (line 636) | private void dispay(List listinfos2) { method onActivityResult (line 694) | @Override method onDateSet (line 707) | public void onDateSet(DatePicker view, int year, int monthOfYear, method onCreateDialog (line 716) | @Override method updateDisplay (line 727) | private void updateDisplay() { method DateCompare (line 737) | public static void DateCompare(CharSequence s1, CharSequence s2) method setTranslucentStatus (line 752) | @TargetApi(19) FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/SettingActivity.java class SettingActivity (line 23) | public class SettingActivity extends Activity implements method onCreate (line 42) | @Override method onCheckedChanged (line 177) | @Override method onKeyDown (line 193) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/Shake.java class Shake (line 10) | public class Shake extends BaseEffects{ method setupAnimation (line 12) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/SlideTop.java class SlideTop (line 10) | public class SlideTop extends BaseEffects{ method setupAnimation (line 12) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/cmoneycharge/SysApplication.java class SysApplication (line 10) | public class SysApplication extends Application { method SysApplication (line 14) | private SysApplication() { method getInstance (line 17) | public synchronized static SysApplication getInstance() { method addActivity (line 25) | public void addActivity(Activity activity) { method exit (line 29) | public void exit() { method onLowMemory (line 42) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/pattern/CreateGesturePasswordActivity.java class CreateGesturePasswordActivity (line 28) | public class CreateGesturePasswordActivity extends Activity implements type LeftButtonMode (line 49) | enum LeftButtonMode { method LeftButtonMode (line 62) | LeftButtonMode(int text, boolean enabled) { type RightButtonMode (line 74) | enum RightButtonMode { method RightButtonMode (line 87) | RightButtonMode(int text, boolean enabled) { type Stage (line 99) | protected enum Stage { method Stage (line 134) | Stage(int headerMessage, LeftButtonMode leftMode, method showToast (line 151) | private void showToast(CharSequence message) { method onCreate (line 161) | @Override method initPreviewViews (line 211) | private void initPreviewViews() { method updatePreviewViews (line 224) | private void updatePreviewViews() { method onSaveInstanceState (line 237) | @Override method onKeyDown (line 247) | @Override method run (line 263) | public void run() { method onPatternStart (line 270) | public void onPatternStart() { method onPatternCleared (line 275) | public void onPatternCleared() { method onPatternDetected (line 279) | public void onPatternDetected(List pattern) { method patternInProgress (line 308) | private void patternInProgress() { method onPatternCellAdded (line 314) | @Override method updateStage (line 320) | private void updateStage(Stage stage) { method postClearPatternRunnable (line 378) | private void postClearPatternRunnable() { method onClick (line 383) | @Override method setTranslucentStatus (line 430) | @TargetApi(19) method saveChosenPatternAndFinish (line 443) | private void saveChosenPatternAndFinish() { FILE: MoneyCharge/app/src/main/java/com/cwp/pattern/GuideGesturePasswordActivity.java class GuideGesturePasswordActivity (line 20) | public class GuideGesturePasswordActivity extends Activity { method onCreate (line 22) | @Override method setTranslucentStatus (line 53) | @TargetApi(19) method onActivityResult (line 66) | @Override FILE: MoneyCharge/app/src/main/java/com/cwp/pattern/LockPatternUtils.java class LockPatternUtils (line 24) | public class LockPatternUtils { class LockPatternFileObserver (line 54) | private static class LockPatternFileObserver extends FileObserver { method LockPatternFileObserver (line 55) | public LockPatternFileObserver(String path, int mask) { method onEvent (line 59) | @Override method LockPatternUtils (line 69) | public LockPatternUtils(Context context) { method savedPatternExists (line 90) | public boolean savedPatternExists() { method clearLock (line 94) | public void clearLock() { method stringToPattern (line 104) | public static List stringToPattern(String string) { method patternToString (line 122) | public static String patternToString(List patter... method saveLockPattern (line 144) | public void saveLockPattern(List pattern) { method patternToHash (line 177) | private static byte[] patternToHash(List pattern) { method checkPattern (line 205) | public boolean checkPattern(List pattern) { FILE: MoneyCharge/app/src/main/java/com/cwp/pattern/LockPatternView.java class LockPatternView (line 39) | public class LockPatternView extends View { class Cell (line 114) | public static class Cell { method Cell (line 134) | private Cell(int row, int column) { method getRow (line 140) | public int getRow() { method getColumn (line 144) | public int getColumn() { method of (line 154) | public static synchronized Cell of(int row, int column) { method checkRange (line 159) | private static void checkRange(int row, int column) { method toString (line 169) | public String toString() { type DisplayMode (line 177) | public enum DisplayMode { type OnPatternListener (line 198) | public static interface OnPatternListener { method onPatternStart (line 203) | void onPatternStart(); method onPatternCleared (line 208) | void onPatternCleared(); method onPatternCellAdded (line 216) | void onPatternCellAdded(List pattern); method onPatternDetected (line 224) | void onPatternDetected(List pattern); method LockPatternView (line 227) | public LockPatternView(Context context) { method LockPatternView (line 231) | public LockPatternView(Context context, AttributeSet attrs) { method getBitmapFor (line 273) | private Bitmap getBitmapFor(int resId) { method isInStealthMode (line 280) | public boolean isInStealthMode() { method isTactileFeedbackEnabled (line 287) | public boolean isTactileFeedbackEnabled() { method setInStealthMode (line 298) | public void setInStealthMode(boolean inStealthMode) { method setTactileFeedbackEnabled (line 309) | public void setTactileFeedbackEnabled(boolean tactileFeedbackEnabled) { method setOnPatternListener (line 319) | public void setOnPatternListener(OnPatternListener onPatternListener) { method setPattern (line 332) | public void setPattern(DisplayMode displayMode, List pattern) { method setDisplayMode (line 351) | public void setDisplayMode(DisplayMode displayMode) { method notifyCellAdded (line 368) | private void notifyCellAdded() { method notifyPatternStarted (line 375) | private void notifyPatternStarted() { method notifyPatternDetected (line 382) | private void notifyPatternDetected() { method notifyPatternCleared (line 389) | private void notifyPatternCleared() { method clearPattern (line 399) | public void clearPattern() { method resetPattern (line 406) | private void resetPattern() { method clearPatternDrawLookup (line 416) | private void clearPatternDrawLookup() { method disableInput (line 428) | public void disableInput() { method enableInput (line 435) | public void enableInput() { method onSizeChanged (line 439) | @Override method resolveMeasured (line 448) | private int resolveMeasured(int measureSpec, int desired) { method getSuggestedMinimumWidth (line 465) | @Override method getSuggestedMinimumHeight (line 471) | @Override method onMeasure (line 477) | @Override method detectAndAddHit (line 510) | private Cell detectAndAddHit(float x, float y) { method addCellToPattern (line 552) | private void addCellToPattern(Cell newCell) { method checkForNewHit (line 559) | private Cell checkForNewHit(float x, float y) { method getRowHit (line 583) | private int getRowHit(float y) { method getColumnHit (line 606) | private int getColumnHit(float x) { method onTouchEvent (line 621) | @Override method handleActionMove (line 652) | private void handleActionMove(MotionEvent event) { method sendAccessEvent (line 789) | private void sendAccessEvent(int resId) { method handleActionUp (line 795) | private void handleActionUp(MotionEvent event) { method handleActionDown (line 810) | private void handleActionDown(MotionEvent event) { method getCenterXForColumn (line 844) | private float getCenterXForColumn(int column) { method getCenterYForRow (line 848) | private float getCenterYForRow(int row) { method onDraw (line 852) | @Override method drawCircle (line 981) | private void drawCircle(Canvas canvas, int leftX, int topY, method onSaveInstanceState (line 1032) | @Override method onRestoreInstanceState (line 1041) | @Override class SavedState (line 1056) | private static class SavedState extends BaseSavedState { method SavedState (line 1067) | private SavedState(Parcelable superState, String serializedPattern, method SavedState (line 1081) | private SavedState(Parcel in) { method getSerializedPattern (line 1090) | public String getSerializedPattern() { method getDisplayMode (line 1094) | public int getDisplayMode() { method isInputEnabled (line 1098) | public boolean isInputEnabled() { method isInStealthMode (line 1102) | public boolean isInStealthMode() { method isTactileFeedbackEnabled (line 1106) | public boolean isTactileFeedbackEnabled() { method writeToParcel (line 1110) | @Override method createFromParcel (line 1121) | public SavedState createFromParcel(Parcel in) { method newArray (line 1125) | public SavedState[] newArray(int size) { FILE: MoneyCharge/app/src/main/java/com/cwp/pattern/ParseXmlService.java class ParseXmlService (line 19) | public class ParseXmlService { method parseXml (line 20) | public HashMap parseXml(InputStream inStream) FILE: MoneyCharge/app/src/main/java/com/cwp/pattern/UnlockGesturePasswordActivity.java class UnlockGesturePasswordActivity (line 35) | public class UnlockGesturePasswordActivity extends Activity { method showToast (line 46) | private void showToast(CharSequence message) { method onCreate (line 57) | @Override method onResume (line 101) | @Override method onActivityResult (line 112) | @Override method onDestroy (line 125) | @Override method run (line 133) | public void run() { method onPatternStart (line 140) | public void onPatternStart() { method onPatternCleared (line 145) | public void onPatternCleared() { method onPatternDetected (line 149) | public void onPatternDetected(List pattern) { method patternInProgress (line 202) | private void patternInProgress() { method onPatternCellAdded (line 205) | @Override method run (line 213) | @Override method setTranslucentStatus (line 241) | @TargetApi(19) method onKeyDown (line 257) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/cwp/pattern/UpdateManager.java class UpdateManager (line 47) | public class UpdateManager extends Service { method handleMessage (line 82) | public void handleMessage(Message msg) { method handleMessage (line 106) | @Override method UpdateManager (line 130) | public UpdateManager(Context context) { method checkUpdate (line 137) | public void checkUpdate(String show) { method isUpdate (line 152) | public void isUpdate() { method getVersionCode (line 203) | public double getVersionCode(Context context) { method showNoticeDialog (line 220) | private void showNoticeDialog() { method showDownloadDialog (line 249) | private void showDownloadDialog() { method downloadApk (line 286) | private void downloadApk() { class downloadApkThread (line 298) | private class downloadApkThread extends Thread { method run (line 299) | @Override method isWifi (line 368) | private static boolean isWifi(Context mContext) { method installApk (line 382) | @SuppressWarnings("deprecation") method createNotification (line 410) | @SuppressWarnings("deprecation") method onBind (line 441) | @Override FILE: MoneyCharge/app/src/main/java/com/example/testpic/AlbumHelper.java class AlbumHelper (line 24) | public class AlbumHelper { method AlbumHelper (line 37) | private AlbumHelper() { method getHelper (line 40) | public static AlbumHelper getHelper() { method init (line 52) | public void init(Context context) { method getThumbnail (line 62) | private void getThumbnail() { method getThumbnailColumnData (line 75) | private void getThumbnailColumnData(Cursor cur) { method getAlbum (line 105) | void getAlbum() { method getAlbumColumnData (line 119) | private void getAlbumColumnData(Cursor cur) { method buildImagesBucketList (line 170) | void buildImagesBucketList() { method getImagesBucketList (line 254) | public List getImagesBucketList(boolean refresh) { method getOriginalImagePath (line 275) | String getOriginalImagePath(String image_id) { FILE: MoneyCharge/app/src/main/java/com/example/testpic/Bimp.java class Bimp (line 17) | public class Bimp { method getbitmap (line 28) | public static Bitmap getbitmap(String path) throws IOException { method revitionImageSize (line 37) | public static Bitmap revitionImageSize(String path) throws IOException { FILE: MoneyCharge/app/src/main/java/com/example/testpic/BitmapCache.java class BitmapCache (line 18) | public class BitmapCache extends Activity { method put (line 24) | public void put(String path, Bitmap bmp) { method displayBmp (line 30) | public void displayBmp(final ImageView iv, final String thumbPath, method revitionImageSize (line 100) | public Bitmap revitionImageSize(String path) throws IOException { type ImageCallback (line 124) | public interface ImageCallback { method imageLoad (line 125) | public void imageLoad(ImageView imageView, Bitmap bitmap, FILE: MoneyCharge/app/src/main/java/com/example/testpic/FileUtils.java class FileUtils (line 12) | public class FileUtils { method saveBitmap (line 17) | public static void saveBitmap(Bitmap bm, String picName) { method createSDDir (line 39) | public static File createSDDir(String dirName) throws IOException { method isFileExist (line 51) | public static boolean isFileExist(String fileName) { method delFile (line 57) | public static void delFile(String fileName) { method deleteDir (line 65) | public static void deleteDir() { method fileIsExists (line 79) | public static boolean fileIsExists(String path) { FILE: MoneyCharge/app/src/main/java/com/example/testpic/ImageBucket.java class ImageBucket (line 11) | public class ImageBucket { FILE: MoneyCharge/app/src/main/java/com/example/testpic/ImageBucketAdapter.java class ImageBucketAdapter (line 17) | public class ImageBucketAdapter extends BaseAdapter { method imageLoad (line 27) | @Override method ImageBucketAdapter (line 43) | public ImageBucketAdapter(Activity act, List list) { method getCount (line 49) | @Override method getItem (line 59) | @Override method getItemId (line 65) | @Override class Holder (line 71) | class Holder { method getView (line 78) | @Override FILE: MoneyCharge/app/src/main/java/com/example/testpic/ImageGridActivity.java class ImageGridActivity (line 31) | public class ImageGridActivity extends Activity { method handleMessage (line 42) | @Override method onCreate (line 61) | @SuppressWarnings("unchecked") method initView (line 139) | private void initView() { method onKeyDown (line 174) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/example/testpic/ImageGridAdapter.java class ImageGridAdapter (line 22) | public class ImageGridAdapter extends BaseAdapter { method imageLoad (line 33) | @Override type TextCallback (line 49) | public static interface TextCallback { method onListen (line 50) | public void onListen(int count); method setTextCallback (line 53) | public void setTextCallback(TextCallback listener) { method ImageGridAdapter (line 57) | public ImageGridAdapter(Activity act, List list, Handler mH... method getCount (line 64) | @Override method getItem (line 73) | @Override method getItemId (line 79) | @Override class Holder (line 85) | class Holder { method getView (line 91) | @Override FILE: MoneyCharge/app/src/main/java/com/example/testpic/ImageItem.java class ImageItem (line 11) | public class ImageItem implements Serializable { FILE: MoneyCharge/app/src/main/java/com/example/testpic/NoScrollGridView.java class NoScrollGridView (line 7) | public class NoScrollGridView extends GridView { method NoScrollGridView (line 8) | public NoScrollGridView(Context context) { method NoScrollGridView (line 12) | public NoScrollGridView(Context context, AttributeSet attrs) { method onMeasure (line 16) | protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { FILE: MoneyCharge/app/src/main/java/com/example/testpic/PhotoActivity.java class PhotoActivity (line 21) | public class PhotoActivity extends Activity { method onCreate (line 36) | public void onCreate(Bundle savedInstanceState) { method initListViews (line 128) | private void initListViews(Bitmap bm) { method onPageSelected (line 141) | public void onPageSelected(int arg0) {// 页面选择响应函数 method onPageScrolled (line 145) | public void onPageScrolled(int arg0, float arg1, int arg2) {// 滑动中。。。 method onPageScrollStateChanged (line 149) | public void onPageScrollStateChanged(int arg0) {// 滑动状态改变 class MyPageAdapter (line 154) | class MyPageAdapter extends PagerAdapter { method MyPageAdapter (line 160) | public MyPageAdapter(ArrayList listViews) {// 构造函数 method setListViews (line 166) | public void setListViews(ArrayList listViews) {// 自己写的一个方法用来添加数据 method getCount (line 171) | public int getCount() {// 返回数量 method getItemPosition (line 175) | public int getItemPosition(Object object) { method destroyItem (line 179) | public void destroyItem(View arg0, int arg1, Object arg2) {// 销毁view对象 method finishUpdate (line 183) | public void finishUpdate(View arg0) { method instantiateItem (line 186) | public Object instantiateItem(View arg0, int arg1) {// 返回view对象 method isViewFromObject (line 195) | public boolean isViewFromObject(View arg0, Object arg1) { FILE: MoneyCharge/app/src/main/java/com/example/testpic/PublishedActivity.java class PublishedActivity (line 53) | public class PublishedActivity extends Activity { method onCreate (line 64) | protected void onCreate(Bundle savedInstanceState) { method setTranslucentStatus (line 84) | @TargetApi(19) method Init (line 97) | public void Init() { class GridAdapter (line 143) | @SuppressLint("HandlerLeak") method isShape (line 149) | public boolean isShape() { method setShape (line 153) | public void setShape(boolean shape) { method GridAdapter (line 157) | public GridAdapter(Context context) { method update (line 161) | public void update() { method getCount (line 168) | public int getCount() { method getItem (line 172) | public Object getItem(int arg0) { method getItemId (line 177) | public long getItemId(int arg0) { method setSelectedPosition (line 182) | public void setSelectedPosition(int position) { method getSelectedPosition (line 186) | public int getSelectedPosition() { method getView (line 193) | public View getView(int position, View convertView, ViewGroup parent) { class ViewHolder (line 220) | public class ViewHolder { method handleMessage (line 225) | public void handleMessage(Message msg) { method loading (line 235) | public void loading() { method getString (line 273) | public String getString(String s) { class PopupWindows (line 283) | public class PopupWindows extends PopupWindow { // 弹出菜单 method PopupWindows (line 285) | public PopupWindows(Context mContext, View parent) { method photo (line 339) | public void photo() { method onActivityResult (line 357) | protected void onActivityResult(int requestCode, int resultCode, Inten... method onDestroy (line 368) | @Override method onKeyDown (line 373) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/example/testpic/TestPicActivity.java class TestPicActivity (line 21) | public class TestPicActivity extends Activity { method onCreate (line 31) | @Override method initData (line 47) | private void initData() { method initView (line 64) | private void initView() { method onKeyDown (line 108) | public boolean onKeyDown(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/CanvasTransformerBuilder.java class CanvasTransformerBuilder (line 8) | public class CanvasTransformerBuilder { method getInterpolation (line 13) | public float getInterpolation(float t) { method initTransformer (line 18) | private void initTransformer() { method zoom (line 25) | public CanvasTransformer zoom(final int openedX, final int closedX, method zoom (line 31) | public CanvasTransformer zoom(final int openedX, final int closedX, method rotate (line 46) | public CanvasTransformer rotate(final int openedDeg, final int closedDeg, method rotate (line 51) | public CanvasTransformer rotate(final int openedDeg, final int closedDeg, method translate (line 65) | public CanvasTransformer translate(final int openedX, final int closedX, method translate (line 70) | public CanvasTransformer translate(final int openedX, final int closedX, method concatTransformer (line 84) | public CanvasTransformer concatTransformer(final CanvasTransformer t) { FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/CustomViewAbove.java class CustomViewAbove (line 34) | public class CustomViewAbove extends ViewGroup { method getInterpolation (line 45) | public float getInterpolation(float t) { type OnPageChangeListener (line 107) | public interface OnPageChangeListener { method onPageScrolled (line 118) | public void onPageScrolled(int position, float positionOffset, int p... method onPageSelected (line 126) | public void onPageSelected(int position); class SimpleOnPageChangeListener (line 135) | public static class SimpleOnPageChangeListener implements OnPageChange... method onPageScrolled (line 137) | public void onPageScrolled(int position, float positionOffset, int p... method onPageSelected (line 141) | public void onPageSelected(int position) { method onPageScrollStateChanged (line 145) | public void onPageScrollStateChanged(int state) { method CustomViewAbove (line 151) | public CustomViewAbove(Context context) { method CustomViewAbove (line 155) | public CustomViewAbove(Context context, AttributeSet attrs) { method initCustomViewAbove (line 160) | void initCustomViewAbove() { method setCurrentItem (line 197) | public void setCurrentItem(int item) { method setCurrentItem (line 207) | public void setCurrentItem(int item, boolean smoothScroll) { method getCurrentItem (line 211) | public int getCurrentItem() { method setCurrentItemInternal (line 215) | void setCurrentItemInternal(int item, boolean smoothScroll, boolean al... method setCurrentItemInternal (line 219) | void setCurrentItemInternal(int item, boolean smoothScroll, boolean al... method setOnPageChangeListener (line 250) | public void setOnPageChangeListener(OnPageChangeListener listener) { method setOnOpenedListener (line 262) | public void setOnOpenedListener(OnOpenedListener l) { method setOnClosedListener (line 266) | public void setOnClosedListener(OnClosedListener l) { method setInternalPageChangeListener (line 276) | OnPageChangeListener setInternalPageChangeListener(OnPageChangeListene... method addIgnoredView (line 282) | public void addIgnoredView(View v) { method removeIgnoredView (line 288) | public void removeIgnoredView(View v) { method clearIgnoredViews (line 292) | public void clearIgnoredViews() { method distanceInfluenceForSnapDuration (line 300) | float distanceInfluenceForSnapDuration(float f) { method getDestScrollX (line 306) | public int getDestScrollX(int page) { method getLeftBound (line 317) | private int getLeftBound() { method getRightBound (line 321) | private int getRightBound() { method getContentLeft (line 325) | public int getContentLeft() { method isMenuOpen (line 329) | public boolean isMenuOpen() { method isInIgnoredView (line 333) | private boolean isInIgnoredView(MotionEvent ev) { method getBehindWidth (line 342) | public int getBehindWidth() { method getChildWidth (line 350) | public int getChildWidth(int i) { method isSlidingEnabled (line 361) | public boolean isSlidingEnabled() { method setSlidingEnabled (line 365) | public void setSlidingEnabled(boolean b) { method smoothScrollTo (line 375) | void smoothScrollTo(int x, int y) { method smoothScrollTo (line 386) | void smoothScrollTo(int x, int y, int velocity) { method setContent (line 432) | public void setContent(View v) { method getContent (line 439) | public View getContent() { method setCustomViewBehind (line 443) | public void setCustomViewBehind(CustomViewBehind cvb) { method onMeasure (line 447) | @Override method onSizeChanged (line 459) | @Override method onLayout (line 472) | @Override method setAboveOffset (line 479) | public void setAboveOffset(int i) { method computeScroll (line 487) | @Override method pageScrolled (line 511) | private void pageScrolled(int xpos) { method onPageScrolled (line 532) | protected void onPageScrolled(int position, float offset, int offsetPi... method completeScroll (line 541) | private void completeScroll() { method setTouchMode (line 567) | public void setTouchMode(int i) { method getTouchMode (line 571) | public int getTouchMode() { method thisTouchAllowed (line 575) | private boolean thisTouchAllowed(MotionEvent ev) { method thisSlideAllowed (line 592) | private boolean thisSlideAllowed(float dx) { method getPointerIndex (line 604) | private int getPointerIndex(MotionEvent ev, int id) { method onInterceptTouchEvent (line 613) | @Override method onTouchEvent (line 667) | @Override method determineDrag (line 780) | private void determineDrag(MotionEvent ev) { method scrollTo (line 802) | @Override method determineTargetPage (line 811) | private int determineTargetPage(float pageOffset, int velocity, int de... method getPercentOpen (line 825) | protected float getPercentOpen() { method dispatchDraw (line 829) | @Override method onSecondaryPointerUp (line 841) | private void onSecondaryPointerUp(MotionEvent ev) { method startDrag (line 857) | private void startDrag() { method endDrag (line 862) | private void endDrag() { method setScrollingCacheEnabled (line 874) | private void setScrollingCacheEnabled(boolean enabled) { method canScroll (line 900) | protected boolean canScroll(View v, boolean checkV, int dx, int x, int... method dispatchKeyEvent (line 922) | @Override method executeKeyEvent (line 936) | public boolean executeKeyEvent(KeyEvent event) { method arrowScroll (line 962) | public boolean arrowScroll(int direction) { method pageLeft (line 995) | boolean pageLeft() { method pageRight (line 1003) | boolean pageRight() { FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/CustomViewBehind.java class CustomViewBehind (line 19) | public class CustomViewBehind extends ViewGroup { method CustomViewBehind (line 35) | public CustomViewBehind(Context context) { method CustomViewBehind (line 39) | public CustomViewBehind(Context context, AttributeSet attrs) { method setCustomViewAbove (line 45) | public void setCustomViewAbove(CustomViewAbove customViewAbove) { method setCanvasTransformer (line 49) | public void setCanvasTransformer(CanvasTransformer t) { method setWidthOffset (line 53) | public void setWidthOffset(int i) { method getBehindWidth (line 58) | public int getBehindWidth() { method setContent (line 62) | public void setContent(View v) { method getContent (line 69) | public View getContent() { method setSecondaryContent (line 77) | public void setSecondaryContent(View v) { method getSecondaryContent (line 84) | public View getSecondaryContent() { method setChildrenEnabled (line 88) | public void setChildrenEnabled(boolean enabled) { method scrollTo (line 92) | @Override method onInterceptTouchEvent (line 99) | @Override method onTouchEvent (line 104) | @Override method dispatchDraw (line 109) | @Override method onLayout (line 120) | @Override method onMeasure (line 129) | @Override method setMode (line 150) | public void setMode(int mode) { method getMode (line 160) | public int getMode() { method setScrollScale (line 164) | public void setScrollScale(float scrollScale) { method getScrollScale (line 168) | public float getScrollScale() { method setShadowDrawable (line 172) | public void setShadowDrawable(Drawable shadow) { method setSecondaryShadowDrawable (line 177) | public void setSecondaryShadowDrawable(Drawable shadow) { method setShadowWidth (line 182) | public void setShadowWidth(int width) { method setFadeEnabled (line 187) | public void setFadeEnabled(boolean b) { method setFadeDegree (line 191) | public void setFadeDegree(float degree) { method getMenuPage (line 197) | public int getMenuPage(int page) { method scrollBehindTo (line 208) | public void scrollBehindTo(View content, int x, int y) { method getMenuLeft (line 233) | public int getMenuLeft(View content, int page) { method getAbsLeftBound (line 259) | public int getAbsLeftBound(View content) { method getAbsRightBound (line 268) | public int getAbsRightBound(View content) { method marginTouchAllowed (line 277) | public boolean marginTouchAllowed(View content, int x) { method setTouchMode (line 291) | public void setTouchMode(int i) { method menuOpenTouchAllowed (line 295) | public boolean menuOpenTouchAllowed(View content, int currPage, float ... method menuTouchInQuickReturn (line 305) | public boolean menuTouchInQuickReturn(View content, int currPage, floa... method menuClosedSlideAllowed (line 314) | public boolean menuClosedSlideAllowed(float dx) { method menuOpenSlideAllowed (line 325) | public boolean menuOpenSlideAllowed(float dx) { method drawShadow (line 336) | public void drawShadow(View content, Canvas canvas) { method drawFade (line 355) | public void drawFade(View content, Canvas canvas, float openPercent) { method drawSelector (line 381) | public void drawSelector(View content, Canvas canvas, float openPercen... method setSelectorEnabled (line 405) | public void setSelectorEnabled(boolean b) { method setSelectedView (line 409) | public void setSelectedView(View v) { method getSelectorTop (line 421) | private int getSelectorTop() { method setSelectorBitmap (line 427) | public void setSelectorBitmap(Bitmap b) { FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/MenuInterface.java type MenuInterface (line 7) | public interface MenuInterface { method scrollBehindTo (line 9) | public abstract void scrollBehindTo(int x, int y, method getMenuLeft (line 12) | public abstract int getMenuLeft(CustomViewBehind cvb, View content); method getAbsLeftBound (line 14) | public abstract int getAbsLeftBound(CustomViewBehind cvb, View content); method getAbsRightBound (line 16) | public abstract int getAbsRightBound(CustomViewBehind cvb, View content); method marginTouchAllowed (line 18) | public abstract boolean marginTouchAllowed(View content, int x, int th... method menuOpenTouchAllowed (line 20) | public abstract boolean menuOpenTouchAllowed(View content, int currPag... method menuTouchInQuickReturn (line 22) | public abstract boolean menuTouchInQuickReturn(View content, int currP... method menuClosedSlideAllowed (line 24) | public abstract boolean menuClosedSlideAllowed(int x); method menuOpenSlideAllowed (line 26) | public abstract boolean menuOpenSlideAllowed(int x); method drawShadow (line 28) | public abstract void drawShadow(Canvas canvas, Drawable shadow, int wi... method drawFade (line 30) | public abstract void drawFade(Canvas canvas, int alpha, method drawSelector (line 33) | public abstract void drawSelector(View content, Canvas canvas, float p... FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/SlidingMenu.java class SlidingMenu (line 33) | public class SlidingMenu extends RelativeLayout { type OnOpenListener (line 85) | public interface OnOpenListener { method onOpen (line 90) | public void onOpen(); type OnOpenedListener (line 104) | public interface OnOpenedListener { method onOpened (line 109) | public void onOpened(); type OnCloseListener (line 123) | public interface OnCloseListener { method onClose (line 128) | public void onClose(); type OnClosedListener (line 142) | public interface OnClosedListener { method onClosed (line 147) | public void onClosed(); type CanvasTransformer (line 153) | public interface CanvasTransformer { method transformCanvas (line 161) | public void transformCanvas(Canvas canvas, float percentOpen); method SlidingMenu (line 169) | public SlidingMenu(Context context) { method SlidingMenu (line 179) | public SlidingMenu(Activity activity, int slideStyle) { method SlidingMenu (line 190) | public SlidingMenu(Context context, AttributeSet attrs) { method SlidingMenu (line 201) | public SlidingMenu(Context context, AttributeSet attrs, int defStyle) { method attachToActivity (line 287) | public void attachToActivity(Activity activity, int slideStyle) { method attachToActivity (line 298) | public void attachToActivity(Activity activity, int slideStyle, boolea... method setContent (line 342) | public void setContent(int res) { method setContent (line 351) | public void setContent(View view) { method getContent (line 360) | public View getContent() { method setMenu (line 370) | public void setMenu(int res) { method setMenu (line 379) | public void setMenu(View v) { method getMenu (line 387) | public View getMenu() { method setSecondaryMenu (line 397) | public void setSecondaryMenu(int res) { method setSecondaryMenu (line 406) | public void setSecondaryMenu(View v) { method getSecondaryMenu (line 415) | public View getSecondaryMenu() { method setSlidingEnabled (line 425) | public void setSlidingEnabled(boolean b) { method isSlidingEnabled (line 434) | public boolean isSlidingEnabled() { method setMode (line 442) | public void setMode(int mode) { method getMode (line 453) | public int getMode() { method setStatic (line 462) | public void setStatic(boolean b) { method showMenu (line 479) | public void showMenu() { method showMenu (line 488) | public void showMenu(boolean animate) { method showSecondaryMenu (line 496) | public void showSecondaryMenu() { method showSecondaryMenu (line 506) | public void showSecondaryMenu(boolean animate) { method showContent (line 513) | public void showContent() { method showContent (line 522) | public void showContent(boolean animate) { method toggle (line 529) | public void toggle() { method toggle (line 538) | public void toggle(boolean animate) { method isMenuShowing (line 551) | public boolean isMenuShowing() { method isSecondaryMenuShowing (line 560) | public boolean isSecondaryMenuShowing() { method getBehindOffset (line 569) | public int getBehindOffset() { method setBehindOffset (line 578) | public void setBehindOffset(int i) { method setBehindOffsetRes (line 593) | public void setBehindOffsetRes(int resID) { method setAboveOffset (line 603) | public void setAboveOffset(int i) { method setAboveOffsetRes (line 612) | public void setAboveOffsetRes(int resID) { method setBehindWidth (line 622) | @SuppressWarnings("deprecation") method setBehindWidthRes (line 646) | public void setBehindWidthRes(int res) { method getBehindScrollScale (line 656) | public float getBehindScrollScale() { method setBehindScrollScale (line 666) | public void setBehindScrollScale(float f) { method setBehindCanvasTransformer (line 677) | public void setBehindCanvasTransformer(CanvasTransformer t) { method getTouchModeAbove (line 686) | public int getTouchModeAbove() { method setTouchModeAbove (line 697) | public void setTouchModeAbove(int i) { method setTouchModeBehind (line 713) | public void setTouchModeBehind(int i) { method setShadowDrawable (line 727) | public void setShadowDrawable(int resId) { method setShadowDrawable (line 736) | public void setShadowDrawable(Drawable d) { method setSecondaryShadowDrawable (line 745) | public void setSecondaryShadowDrawable(int resId) { method setSecondaryShadowDrawable (line 754) | public void setSecondaryShadowDrawable(Drawable d) { method setShadowWidthRes (line 763) | public void setShadowWidthRes(int resId) { method setShadowWidth (line 772) | public void setShadowWidth(int pixels) { method setFadeEnabled (line 781) | public void setFadeEnabled(boolean b) { method setFadeDegree (line 791) | public void setFadeDegree(float f) { method setSelectorEnabled (line 800) | public void setSelectorEnabled(boolean b) { method setSelectedView (line 809) | public void setSelectedView(View v) { method setSelectorDrawable (line 818) | public void setSelectorDrawable(int res) { method setSelectorBitmap (line 827) | public void setSelectorBitmap(Bitmap b) { method addIgnoredView (line 836) | public void addIgnoredView(View v) { method removeIgnoredView (line 845) | public void removeIgnoredView(View v) { method clearIgnoredViews (line 852) | public void clearIgnoredViews() { method setOnOpenListener (line 861) | public void setOnOpenListener(OnOpenListener listener) { method setOnCloseListener (line 871) | public void setOnCloseListener(OnCloseListener listener) { method setOnOpenedListener (line 881) | public void setOnOpenedListener(OnOpenedListener listener) { method setOnClosedListener (line 890) | public void setOnClosedListener(OnClosedListener listener) { class SavedState (line 894) | public static class SavedState extends BaseSavedState { method SavedState (line 898) | public SavedState(Parcelable superState, int item) { method SavedState (line 903) | private SavedState(Parcel in) { method getItem (line 908) | public int getItem() { method writeToParcel (line 915) | public void writeToParcel(Parcel out, int flags) { method createFromParcel (line 922) | public SavedState createFromParcel(Parcel in) { method newArray (line 926) | public SavedState[] newArray(int size) { method onSaveInstanceState (line 936) | @Override method onRestoreInstanceState (line 946) | @Override method fitSystemWindows (line 956) | @SuppressLint("NewApi") method manageLayers (line 972) | @TargetApi(Build.VERSION_CODES.HONEYCOMB) FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/app/SlidingActivity.java class SlidingActivity (line 15) | public class SlidingActivity extends Activity implements SlidingActivity... method onCreate (line 24) | @Override method onPostCreate (line 38) | @Override method findViewById (line 49) | @Override method onSaveInstanceState (line 62) | @Override method setContentView (line 73) | @Override method setContentView (line 83) | @Override method setContentView (line 95) | @Override method setBehindContentView (line 107) | public void setBehindContentView(int id) { method setBehindContentView (line 118) | public void setBehindContentView(View v) { method setBehindContentView (line 130) | public void setBehindContentView(View v, LayoutParams params) { method getSlidingMenu (line 139) | public SlidingMenu getSlidingMenu() { method toggle (line 148) | public void toggle() { method showContent (line 157) | public void showContent() { method showMenu (line 166) | public void showMenu() { method showSecondaryMenu (line 175) | public void showSecondaryMenu() { method setSlidingActionBarEnabled (line 186) | public void setSlidingActionBarEnabled(boolean b) { method onKeyUp (line 195) | @Override FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/app/SlidingActivityBase.java type SlidingActivityBase (line 8) | public interface SlidingActivityBase { method setBehindContentView (line 17) | public void setBehindContentView(View view, LayoutParams layoutParams); method setBehindContentView (line 27) | public void setBehindContentView(View view); method setBehindContentView (line 35) | public void setBehindContentView(int layoutResID); method getSlidingMenu (line 42) | public SlidingMenu getSlidingMenu(); method toggle (line 47) | public void toggle(); method showContent (line 52) | public void showContent(); method showMenu (line 57) | public void showMenu(); method showSecondaryMenu (line 63) | public void showSecondaryMenu(); method setSlidingActionBarEnabled (line 72) | public void setSlidingActionBarEnabled(boolean slidingActionBarEnabled); FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/app/SlidingActivityHelper.java class SlidingActivityHelper (line 14) | public class SlidingActivityHelper { method SlidingActivityHelper (line 35) | public SlidingActivityHelper(Activity activity) { method onCreate (line 44) | public void onCreate(Bundle savedInstanceState) { method onPostCreate (line 53) | public void onPostCreate(Bundle savedInstanceState) { method setSlidingActionBarEnabled (line 95) | public void setSlidingActionBarEnabled(boolean slidingActionBarEnabled) { method findViewById (line 107) | public View findViewById(int id) { method onSaveInstanceState (line 124) | public void onSaveInstanceState(Bundle outState) { method registerAboveContentView (line 135) | public void registerAboveContentView(View v, LayoutParams params) { method setContentView (line 149) | public void setContentView(View v) { method setBehindContentView (line 161) | public void setBehindContentView(View view, LayoutParams layoutParams) { method getSlidingMenu (line 171) | public SlidingMenu getSlidingMenu() { method toggle (line 178) | public void toggle() { method showContent (line 185) | public void showContent() { method showMenu (line 192) | public void showMenu() { method showSecondaryMenu (line 200) | public void showSecondaryMenu() { method onKeyUp (line 211) | public boolean onKeyUp(int keyCode, KeyEvent event) { FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/app/SlidingFragmentActivity.java class SlidingFragmentActivity (line 11) | public class SlidingFragmentActivity extends FragmentActivity implements... method onCreate (line 18) | @Override method onPostCreate (line 28) | @Override method findViewById (line 37) | @Override method onSaveInstanceState (line 48) | @Override method setContentView (line 57) | @Override method setContentView (line 65) | @Override method setContentView (line 73) | @Override method setBehindContentView (line 82) | public void setBehindContentView(int id) { method setBehindContentView (line 89) | public void setBehindContentView(View v) { method setBehindContentView (line 96) | public void setBehindContentView(View v, LayoutParams params) { method getSlidingMenu (line 103) | public SlidingMenu getSlidingMenu() { method toggle (line 110) | public void toggle() { method showContent (line 117) | public void showContent() { method showMenu (line 124) | public void showMenu() { method showSecondaryMenu (line 131) | public void showSecondaryMenu() { method setSlidingActionBarEnabled (line 138) | public void setSlidingActionBarEnabled(boolean b) { method onKeyUp (line 145) | @Override FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/app/SlidingListActivity.java class SlidingListActivity (line 12) | public class SlidingListActivity extends ListActivity implements Sliding... method onCreate (line 19) | @Override method onPostCreate (line 32) | @Override method findViewById (line 41) | @Override method onSaveInstanceState (line 52) | @Override method setContentView (line 61) | @Override method setContentView (line 69) | @Override method setContentView (line 77) | @Override method setBehindContentView (line 86) | public void setBehindContentView(int id) { method setBehindContentView (line 93) | public void setBehindContentView(View v) { method setBehindContentView (line 100) | public void setBehindContentView(View v, LayoutParams params) { method getSlidingMenu (line 107) | public SlidingMenu getSlidingMenu() { method toggle (line 114) | public void toggle() { method showContent (line 121) | public void showContent() { method showMenu (line 128) | public void showMenu() { method showSecondaryMenu (line 136) | public void showSecondaryMenu() { method setSlidingActionBarEnabled (line 143) | public void setSlidingActionBarEnabled(boolean b) { method onKeyUp (line 150) | @Override FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/app/SlidingPreferenceActivity.java class SlidingPreferenceActivity (line 11) | public class SlidingPreferenceActivity extends PreferenceActivity implem... method onCreate (line 18) | @Override method onPostCreate (line 28) | @Override method findViewById (line 37) | @Override method onSaveInstanceState (line 48) | @Override method setContentView (line 57) | @Override method setContentView (line 65) | @Override method setContentView (line 73) | @Override method setBehindContentView (line 82) | public void setBehindContentView(int id) { method setBehindContentView (line 89) | public void setBehindContentView(View v) { method setBehindContentView (line 96) | public void setBehindContentView(View v, LayoutParams params) { method getSlidingMenu (line 103) | public SlidingMenu getSlidingMenu() { method toggle (line 110) | public void toggle() { method showContent (line 117) | public void showContent() { method showMenu (line 124) | public void showMenu() { method showSecondaryMenu (line 131) | public void showSecondaryMenu() { method setSlidingActionBarEnabled (line 138) | public void setSlidingActionBarEnabled(boolean b) { method onKeyUp (line 145) | @Override FILE: MoneyCharge/app/src/main/java/com/slidingmenu/lib/app/SystemBarTintManager.java class SystemBarTintManager (line 46) | public class SystemBarTintManager { method SystemBarTintManager (line 79) | @TargetApi(19) method setStatusBarTintEnabled (line 133) | public void setStatusBarTintEnabled(boolean enabled) { method setStatusBarDarkMode (line 145) | public void setStatusBarDarkMode(boolean darkmode, Activity activity) { method setNavigationBarTintEnabled (line 170) | public void setNavigationBarTintEnabled(boolean enabled) { method setTintColor (line 182) | public void setTintColor(int color) { method setTintResource (line 192) | public void setTintResource(int res) { method setTintDrawable (line 202) | public void setTintDrawable(Drawable drawable) { method setTintAlpha (line 212) | public void setTintAlpha(float alpha) { method setStatusBarTintColor (line 222) | public void setStatusBarTintColor(int color) { method setStatusBarTintResource (line 233) | public void setStatusBarTintResource(int res) { method setStatusBarTintDrawable (line 244) | @SuppressWarnings("deprecation") method setStatusBarAlpha (line 256) | @TargetApi(11) method setNavigationBarTintColor (line 268) | public void setNavigationBarTintColor(int color) { method setNavigationBarTintResource (line 279) | public void setNavigationBarTintResource(int res) { method setNavigationBarTintDrawable (line 290) | @SuppressWarnings("deprecation") method setNavigationBarAlpha (line 302) | @TargetApi(11) method getConfig (line 314) | public SystemBarConfig getConfig() { method isStatusBarTintEnabled (line 323) | public boolean isStatusBarTintEnabled() { method isNavBarTintEnabled (line 332) | public boolean isNavBarTintEnabled() { method setupStatusBarView (line 336) | private void setupStatusBarView(Context context, ViewGroup decorViewGr... method setupNavBarView (line 349) | private void setupNavBarView(Context context, ViewGroup decorViewGroup) { class SystemBarConfig (line 370) | public static class SystemBarConfig { method SystemBarConfig (line 387) | private SystemBarConfig(Activity activity, boolean translucentStatus... method getActionBarHeight (line 400) | @TargetApi(14) method getNavigationBarHeight (line 411) | @TargetApi(14) method getNavigationBarWidth (line 429) | @TargetApi(14) method getInternalDimensionSize (line 441) | private int getInternalDimensionSize(Resources res, String key) { method getSmallestWidthDp (line 450) | @SuppressLint("NewApi") method isNavigationAtBottom (line 471) | public boolean isNavigationAtBottom() { method getStatusBarHeight (line 480) | public int getStatusBarHeight() { method getActionBarHeight (line 489) | public int getActionBarHeight() { method hasNavigtionBar (line 498) | public boolean hasNavigtionBar() { method getNavigationBarHeight (line 508) | public int getNavigationBarHeight() { method getNavigationBarWidth (line 518) | public int getNavigationBarWidth() { method getPixelInsetTop (line 528) | public int getPixelInsetTop(boolean withActionBar) { method getPixelInsetBottom (line 537) | public int getPixelInsetBottom() { method getPixelInsetRight (line 550) | public int getPixelInsetRight() { FILE: MoneyCharge/app/src/main/java/com/umeng/fb/example/AppApplication.java class AppApplication (line 9) | public class AppApplication extends Application { method onCreate (line 10) | @Override FILE: MoneyCharge/app/src/main/java/com/umeng/fb/example/AppPush.java class AppPush (line 12) | public class AppPush { method getInstance (line 18) | public static AppPush getInstance(Context context) { method AppPush (line 24) | public AppPush(Context context) { method init (line 28) | public void init() { FILE: MoneyCharge/app/src/main/java/com/umeng/fb/example/CustomActivity.java class CustomActivity (line 43) | public class CustomActivity extends Activity { method handleMessage (line 60) | @Override method onCreate (line 67) | @Override method setTranslucentStatus (line 112) | @TargetApi(19) method initView (line 125) | private void initView() { method sync (line 167) | private void sync() { class ReplyAdapter (line 192) | class ReplyAdapter extends BaseAdapter { method getCount (line 194) | @Override method getItem (line 199) | @Override method getItemId (line 204) | @Override method getViewTypeCount (line 209) | @Override method getItemViewType (line 215) | @Override method getView (line 228) | @Override class ViewHolder (line 301) | class ViewHolder { FILE: MoneyCharge/app/src/main/java/com/umeng/fb/example/MyPushIntentService.java class MyPushIntentService (line 19) | public class MyPushIntentService extends UmengBaseIntentService{ method onMessage (line 22) | @Override FILE: MoneyCharge/app/src/main/java/com/zhy/view/HorizontalProgressBarWithNumber.java class HorizontalProgressBarWithNumber (line 13) | public class HorizontalProgressBarWithNumber extends ProgressBar method HorizontalProgressBarWithNumber (line 67) | public HorizontalProgressBarWithNumber(Context context, AttributeSet a... method HorizontalProgressBarWithNumber (line 72) | public HorizontalProgressBarWithNumber(Context context, AttributeSet a... method onMeasure (line 81) | @Override method measureHeight (line 93) | private int measureHeight(int measureSpec) method obtainStyledAttributes (line 120) | private void obtainStyledAttributes(AttributeSet attrs) method onDraw (line 165) | @Override method dp2px (line 221) | protected int dp2px(int dpVal) method sp2px (line 233) | protected int sp2px(int spVal) FILE: MoneyCharge/app/src/main/java/com/zhy/view/RoundProgressBarWidthNumber.java class RoundProgressBarWidthNumber (line 13) | public class RoundProgressBarWidthNumber extends method RoundProgressBarWidthNumber (line 22) | public RoundProgressBarWidthNumber(Context context) method RoundProgressBarWidthNumber (line 27) | public RoundProgressBarWidthNumber(Context context, AttributeSet attrs) method onMeasure (line 48) | @Override method onDraw (line 67) | @Override FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/dao/AccountDAO.java class AccountDAO (line 9) | public class AccountDAO { method AccountDAO (line 14) | public AccountDAO(Context context)// 定义构造函数 method add (line 25) | public int add(Tb_account tb_account) { method update (line 54) | public void update(int id, String username, String pwd) { method deleteById (line 61) | public void deleteById(int id) { method find (line 72) | public Tb_account find(String username, String pwd) { method find (line 89) | public String find(int id) { method getCount (line 104) | public long getCount() { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/dao/DBOpenHelper.java class DBOpenHelper (line 7) | public class DBOpenHelper extends SQLiteOpenHelper { method DBOpenHelper (line 11) | public DBOpenHelper(Context context){ method onCreate (line 15) | @Override method onUpgrade (line 72) | @Override method droptable (line 80) | public void droptable(SQLiteDatabase db){ FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/dao/IncomeDAO.java class IncomeDAO (line 25) | public class IncomeDAO { method IncomeDAO (line 32) | public IncomeDAO(Context context) { method add (line 42) | public void add(Tb_income tb_income) { method update (line 58) | public void update(Tb_income tb_income) { method find (line 76) | public Tb_income find(int id, int no) { method detele (line 102) | public void detele(Integer... ids) { method getScrollData (line 127) | public List getScrollData(int id, int start, int count) { method getScrollData (line 151) | public List getScrollData(int id, int start, int count, method getScrollDataTotal (line 176) | public List getScrollDataTotal(int id, int start, int count, method search (line 203) | public List search(int id, String string) { method searchALL (line 255) | public List searchALL(int id, String date1, String date2, method getCount (line 339) | public long getCount() { method getCount (line 349) | public long getCount(int id) { method getMaxNo (line 366) | public int getMaxNo(int id) { method addDays (line 377) | @SuppressLint("SimpleDateFormat") method getamountData (line 395) | public Double getamountData(int userid2) { method getDataOnDay (line 411) | public Datapicker getDataOnDay(String date1, String date2) { method getDataMonth (line 433) | public List getDataMonth(int id, int year, int month) { method getDataAnytime (line 511) | public List getDataAnytime(int id, String date1, String da... method deleteUserData (line 528) | public void deleteUserData(int id) {// 清空用户数据 method getKDataOnDay (line 533) | public List getKDataOnDay(int id, String date1, String date2) { method getKDataOnMonth (line 555) | public List getKDataOnMonth(int id, int year, int month) { method gettime (line 618) | public String gettime(int mYear, int defaultMonth, int defaultDay, FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/dao/ItypeDAO.java class ItypeDAO (line 20) | public class ItypeDAO { method ItypeDAO (line 34) | public ItypeDAO(Context context) { method add (line 43) | public void add(Tb_itype tb_itype){ method modify (line 53) | public void modify(Tb_itype tb_itype){ method delete (line 62) | public void delete(Integer... ids){ method deleteByName (line 78) | public void deleteByName(int id,String typename){ method deleteById (line 84) | public void deleteById(int id){ method getScrollData (line 98) | public List getScrollData(int id,int start, int count) { method getCount (line 120) | public long getCount() { method getCount (line 129) | public long getCount(int id) { method getMaxId (line 144) | public int getMaxId() { method getItypeName (line 157) | public List getItypeName(int id){ method getOneName (line 168) | public String getOneName(int id,int no){ method getOneImg (line 178) | public int getOneImg(int id, int no) { method getDataOnDay (line 187) | public List getDataOnDay(int id,String date1,String date2){ method modifyByName (line 206) | public void modifyByName(int id,String old,String now){ method initData (line 212) | public void initData(int id) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/dao/NoteDAO.java class NoteDAO (line 19) | public class NoteDAO { method NoteDAO (line 28) | public NoteDAO(Context context) { method add (line 37) | public void add(Tb_note tb_note) { method update (line 48) | public void update(Tb_note tb_note) { method find (line 60) | public Tb_note find(int id,int no) { method detele (line 80) | public void detele(Integer... ids) { method getScrollData (line 105) | public List getScrollData(int id,int start, int count) { method getCount (line 127) | public long getCount(int id) { method getMaxNo (line 142) | public int getMaxNo(int id) { method deleteUserData (line 150) | public void deleteUserData(int id){//清空用户数据 FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/dao/PayDAO.java class PayDAO (line 25) | public class PayDAO { method PayDAO (line 32) | public PayDAO(Context context) { method add (line 42) | public void add(Tb_pay tb_pay) { method update (line 58) | public void update(Tb_pay tb_pay) { method find (line 76) | public Tb_pay find(int id, int no) { method detele (line 102) | public void detele(Integer... ids) { method getScrollData (line 127) | public List getScrollData(int id, int start, int count) { method getCount (line 156) | public long getCount() { method getCount (line 166) | public long getCount(int id) { method getMaxNo (line 182) | public int getMaxNo(int id) { method addDays (line 192) | @SuppressLint("SimpleDateFormat") method getamountData (line 210) | public Double getamountData(int userid) { method getDataOnDay (line 226) | public Datapicker getDataOnDay(String date1, String date2) { method getDataMonth (line 248) | public List getDataMonth(int id, int year, int month) { method getDataAnytime (line 322) | public List getDataAnytime(int id, String date1, String da... method deleteUserData (line 339) | public void deleteUserData(int id) {// 清空用户数据 method getScrollData (line 344) | public List getScrollData(int id, int start, int count, method getKDataOnDay (line 368) | public List getKDataOnDay(int id, String date1, String date2) { method getKDataOnMonth (line 390) | public List getKDataOnMonth(int id, int year, int month) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/dao/PtypeDAO.java class PtypeDAO (line 14) | public class PtypeDAO { method PtypeDAO (line 29) | public PtypeDAO(Context context) { method add (line 39) | public void add(Tb_ptype tb_ptype) { method modify (line 53) | public void modify(Tb_ptype tb_ptype) { method modifyByName (line 61) | public void modifyByName(int id, String old, String now) { method delete (line 73) | public void delete(Integer... ids) { method deleteByName (line 89) | public void deleteByName(int id, String typename) { method deleteById (line 96) | public void deleteById(int id) { method getScrollData (line 111) | public List getScrollData(int id, int start, int count) { method getCount (line 135) | public long getCount() { method getCount (line 145) | public long getCount(int id) { method getMaxId (line 162) | public int getMaxId() { method getPtypeName (line 176) | public List getPtypeName(int id) { method getOneName (line 191) | public String getOneName(int id, int no) { method getOneImg (line 202) | public int getOneImg(int id, int no) { method initData (line 209) | public void initData(int id) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/ActivityManager.java class ActivityManager (line 11) | public class ActivityManager { method ActivityManager (line 15) | public ActivityManager() { method getInstance (line 20) | public synchronized static ActivityManager getInstance() { method addActivity (line 27) | public void addActivity(Activity activity) { method exit (line 31) | public void exit() { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/CustomDialog.java class CustomDialog (line 30) | public class CustomDialog extends Dialog { method CustomDialog (line 32) | public CustomDialog(Context context, int theme) { method CustomDialog (line 36) | public CustomDialog(Context context) { class Builder (line 43) | public static class Builder { method Builder (line 56) | public Builder(Context context) { method setMessage (line 65) | public Builder setMessage(String message) { method setMessage (line 75) | public Builder setMessage(int message) { method setTitle (line 85) | public Builder setTitle(int title) { method setTitle (line 95) | public Builder setTitle(String title) { method setContentView (line 107) | public Builder setContentView(View v) { method setPositiveButton (line 118) | public Builder setPositiveButton(int positiveButtonText, method setPositiveButton (line 132) | public Builder setPositiveButton(String positiveButtonText, method setNegativeButton (line 145) | public Builder setNegativeButton(int negativeButtonText, method setNegativeButton (line 159) | public Builder setNegativeButton(String negativeButtonText, method create (line 169) | public CustomDialog create() { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/Datapicker.java class Datapicker (line 3) | public class Datapicker { method Datapicker (line 7) | public Datapicker(int no,Double money,String time) { method getNo (line 13) | public int getNo() { method setNo (line 16) | public void setNo(int no) { method getTime (line 19) | public String getTime() { method setTime (line 22) | public void setTime(String time) { method getMoney (line 25) | public Double getMoney() { method setMoney (line 28) | public void setMoney(Double money) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/KindData.java class KindData (line 3) | public class KindData { method KindData (line 6) | public KindData(int kindname,double amount) { method getKindname (line 11) | public int getKindname() { method setKindname (line 14) | public void setKindname(int kindname) { method getAmount (line 17) | public double getAmount() { method setAmount (line 20) | public void setAmount(double amount) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/Tb_account.java class Tb_account (line 3) | public class Tb_account { method Tb_account (line 8) | public Tb_account( int id ,String username, String pwd ) { method Tb_account (line 15) | public Tb_account(){ method get_id (line 18) | public int get_id() { method getUsername (line 21) | public String getUsername() { method setUsername (line 24) | public void setUsername(String username) { method getPwd (line 27) | public String getPwd() { method setPwd (line 30) | public void setPwd(String pwd) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/Tb_income.java class Tb_income (line 13) | public class Tb_income { method Tb_income (line 27) | public Tb_income(int id, int no, double d, String time, int type, method getPhoto (line 42) | public String getPhoto() { method setPhoto (line 46) | public void setPhoto(String photo) { method Tb_income (line 50) | public Tb_income() { method get_id (line 54) | public int get_id() { method set_id (line 58) | public void set_id(int _id) { method getNo (line 62) | public int getNo() { method setNo (line 66) | public void setNo(int no) { method getMoney (line 70) | public double getMoney() { method getMoney2 (line 74) | public String getMoney2() { method setMoney (line 80) | public void setMoney(double money) { method getTime (line 84) | public String getTime() { method setTime (line 88) | public void setTime(String time) { method getType (line 92) | public int getType() { method setType (line 96) | public void setType(int type) { method getHandler (line 100) | public String getHandler() { method setHandler (line 104) | public void setHandler(String handler) { method getMark (line 108) | public String getMark() { method setMark (line 112) | public void setMark(String mark) { method getKind (line 116) | public String getKind() { method setKind (line 120) | public void setKind(String kind) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/Tb_itype.java class Tb_itype (line 3) | public class Tb_itype { method Tb_itype (line 9) | public Tb_itype() { method Tb_itype (line 13) | public Tb_itype(int id,int no,String typename) { method get_id (line 20) | public int get_id() { method set_id (line 23) | public void set_id(int _id) { method getNo (line 27) | public int getNo() { method set_No (line 30) | public void set_No(int no) { method getTypename (line 33) | public String getTypename() { method setTypename (line 36) | public void setTypename(String typename) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/Tb_note.java class Tb_note (line 3) | public class Tb_note { method Tb_note (line 9) | public Tb_note() { method Tb_note (line 13) | public Tb_note(int id,int no,String note) { method get_id (line 20) | public int get_id() { method set_id (line 23) | public void set_id(int _id) { method getNo (line 27) | public int getNo() { method setNo (line 31) | public void setNo(int no) { method getNote (line 34) | public String getNote() { method setNote (line 37) | public void setNote(String note) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/Tb_pay.java class Tb_pay (line 6) | public class Tb_pay { method Tb_pay (line 20) | public Tb_pay() { method Tb_pay (line 25) | public Tb_pay(int id, int no, double d, String time, int type, method get_id (line 39) | public int get_id() { method set_id (line 43) | public void set_id(int _id) { method setNo (line 47) | public void setNo(int no) { method getNo (line 51) | public int getNo() { method getMoney (line 55) | public double getMoney() { method setMoney (line 59) | public void setMoney(double money) { method getMoney2 (line 63) | public String getMoney2() { method getTime (line 69) | public String getTime() { method setTime (line 73) | public void setTime(String time) { method getType (line 77) | public int getType() { method setType (line 81) | public void setType(int type) { method getAddress (line 85) | public String getAddress() { method setAddress (line 89) | public void setAddress(String address) { method getMark (line 93) | public String getMark() { method setMark (line 97) | public void setMark(String mark) { method getPhoto (line 101) | public String getPhoto() { method setPhoto (line 105) | public void setPhoto(String photo) { FILE: MoneyCharge/app/src/main/java/cwp/moneycharge/model/Tb_ptype.java class Tb_ptype (line 3) | public class Tb_ptype { method Tb_ptype (line 9) | public Tb_ptype() { method Tb_ptype (line 13) | public Tb_ptype(int id,int no,String typename) { method get_id (line 20) | public int get_id() { method set_id (line 23) | public void set_id(int _id) { method set_No (line 26) | public void set_No(int no) { method getNo (line 29) | public int getNo() { method getTypename (line 32) | public String getTypename() { method setTypename (line 35) | public void setTypename(String typename) {