SYMBOL INDEX (898 symbols across 75 files) FILE: MaterialPreference/src/main/java/com/jenzz/materialpreference/CheckBoxPreference.java class CheckBoxPreference (line 11) | public class CheckBoxPreference extends TwoStatePreference { method CheckBoxPreference (line 13) | public CheckBoxPreference(Context context) { method CheckBoxPreference (line 18) | public CheckBoxPreference(Context context, AttributeSet attrs) { method CheckBoxPreference (line 23) | public CheckBoxPreference(Context context, AttributeSet attrs, int def... method CheckBoxPreference (line 28) | public CheckBoxPreference(Context context, AttributeSet attrs, int def... method init (line 34) | private void init(Context context, AttributeSet attrs, int defStyleAtt... method onBindView (line 48) | @Override @SuppressWarnings("deprecation") FILE: MaterialPreference/src/main/java/com/jenzz/materialpreference/Preference.java class Preference (line 21) | public class Preference extends android.preference.Preference { method Preference (line 32) | public Preference(Context context) { method Preference (line 37) | public Preference(Context context, AttributeSet attrs) { method Preference (line 42) | public Preference(Context context, AttributeSet attrs, int defStyleAtt... method Preference (line 47) | @TargetApi(LOLLIPOP) method init (line 53) | private void init(Context context, AttributeSet attrs, int defStyleAtt... method onCreateView (line 61) | @Override method onBindView (line 77) | @Override method setIcon (line 104) | @Override method setIcon (line 110) | @Override FILE: MaterialPreference/src/main/java/com/jenzz/materialpreference/PreferenceCategory.java class PreferenceCategory (line 19) | public class PreferenceCategory extends android.preference.PreferenceCat... method PreferenceCategory (line 23) | public PreferenceCategory(Context context) { method PreferenceCategory (line 28) | public PreferenceCategory(Context context, AttributeSet attrs) { method PreferenceCategory (line 33) | public PreferenceCategory(Context context, AttributeSet attrs, int def... method PreferenceCategory (line 38) | @TargetApi(LOLLIPOP) method init (line 45) | private void init() { method onCreateView (line 49) | @Override method onBindView (line 56) | @Override FILE: MaterialPreference/src/main/java/com/jenzz/materialpreference/PreferenceImageView.java class PreferenceImageView (line 19) | public class PreferenceImageView extends ImageView { method PreferenceImageView (line 24) | public PreferenceImageView(Context context) { method PreferenceImageView (line 28) | public PreferenceImageView(Context context, AttributeSet attrs) { method PreferenceImageView (line 32) | public PreferenceImageView(Context context, AttributeSet attrs, int de... method PreferenceImageView (line 36) | @TargetApi(LOLLIPOP) method setMaxWidth (line 42) | @Override method setMaxHeight (line 48) | @Override method onMeasure (line 54) | @Override FILE: MaterialPreference/src/main/java/com/jenzz/materialpreference/SwitchPreference.java class SwitchPreference (line 9) | public class SwitchPreference extends TwoStatePreference { method SwitchPreference (line 11) | public SwitchPreference(Context context) { method SwitchPreference (line 16) | public SwitchPreference(Context context, AttributeSet attrs) { method SwitchPreference (line 21) | public SwitchPreference(Context context, AttributeSet attrs, int defSt... method SwitchPreference (line 26) | public SwitchPreference(Context context, AttributeSet attrs, int defSt... method init (line 31) | private void init(Context context, AttributeSet attrs, int defStyleAtt... method onBindView (line 45) | @Override FILE: MaterialPreference/src/main/java/com/jenzz/materialpreference/ThemeUtils.java class ThemeUtils (line 12) | final class ThemeUtils { method ThemeUtils (line 17) | private ThemeUtils() { method isAtLeastL (line 21) | static boolean isAtLeastL() { method resolveAccentColor (line 25) | @TargetApi(LOLLIPOP) FILE: MaterialPreference/src/main/java/com/jenzz/materialpreference/TwoStatePreference.java class TwoStatePreference (line 13) | public abstract class TwoStatePreference extends Preference { method TwoStatePreference (line 21) | public TwoStatePreference(Context context) { method TwoStatePreference (line 25) | public TwoStatePreference(Context context, AttributeSet attrs) { method TwoStatePreference (line 29) | public TwoStatePreference(Context context, AttributeSet attrs, int def... method TwoStatePreference (line 33) | public TwoStatePreference(Context context, AttributeSet attrs, int def... method onClick (line 38) | @Override method setChecked (line 54) | public void setChecked(boolean checked) { method isChecked (line 73) | public boolean isChecked() { method shouldDisableDependents (line 77) | @Override method setSummaryOn (line 89) | public void setSummaryOn(CharSequence summary) { method setSummaryOn (line 102) | public void setSummaryOn(int summaryResId) { method getSummaryOn (line 111) | public CharSequence getSummaryOn() { method setSummaryOff (line 121) | public void setSummaryOff(CharSequence summary) { method setSummaryOff (line 134) | public void setSummaryOff(int summaryResId) { method getSummaryOff (line 143) | public CharSequence getSummaryOff() { method getDisableDependentsState (line 154) | public boolean getDisableDependentsState() { method setDisableDependentsState (line 165) | public void setDisableDependentsState(boolean disableDependentsState) { method onGetDefaultValue (line 169) | @Override method onSetInitialValue (line 174) | @Override method syncSummaryView (line 185) | void syncSummaryView(View view) { method onSaveInstanceState (line 214) | @Override method onRestoreInstanceState (line 227) | @Override class SavedState (line 240) | static class SavedState extends BaseSavedState { method SavedState (line 244) | public SavedState(Parcel source) { method writeToParcel (line 249) | @Override method SavedState (line 255) | public SavedState(Parcelable superState) { method createFromParcel (line 260) | public SavedState createFromParcel(Parcel in) { method newArray (line 264) | public SavedState[] newArray(int size) { FILE: MaterialPreference/src/main/java/com/jenzz/materialpreference/Typefaces.java class Typefaces (line 8) | final class Typefaces { method Typefaces (line 13) | private Typefaces() { method get (line 17) | static Typeface get(Context context, String assetPath) { method getRobotoRegular (line 32) | static Typeface getRobotoRegular(Context context) { method getRobotoMedium (line 36) | static Typeface getRobotoMedium(Context context) { FILE: app/src/androidTest/java/com/lguipeng/notes/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: app/src/main/java/com/lguipeng/notes/App.java class App (line 16) | public class App extends Application{ method onCreate (line 18) | @Override method onTerminate (line 26) | @Override method onLowMemory (line 31) | @Override method getModules (line 36) | private List getModules() { method createScopedGraph (line 40) | public ObjectGraph createScopedGraph(Object... modules) { FILE: app/src/main/java/com/lguipeng/notes/adpater/BaseListAdapter.java class BaseListAdapter (line 16) | @SuppressLint("UseSparseArrays") method getList (line 25) | public List getList() { method setList (line 29) | public void setList(List list) { method add (line 34) | public void add(E e) { method addAll (line 39) | public void addAll(List list) { method remove (line 44) | public void remove(int position) { method BaseListAdapter (line 49) | public BaseListAdapter(Context context, List list) { method getCount (line 56) | @Override method getItem (line 61) | @Override method getItemId (line 66) | @Override method getView (line 71) | public View getView(int position, View convertView, ViewGroup parent) { method bindView (line 77) | public abstract View bindView(int position, View convertView, method addInternalClickListener (line 82) | private void addInternalClickListener(final View itemV, final Integer ... method setOnInViewClickListener (line 108) | public void setOnInViewClickListener(Integer key, type onInternalClickListener (line 115) | public interface onInternalClickListener { method OnClickListener (line 116) | void OnClickListener(View parentV, View v, Integer position, method OnLongClickListener (line 118) | void OnLongClickListener(View parentV, View v, Integer position, class onInternalClickListenerImpl (line 122) | public static class onInternalClickListenerImpl implements onIntern... method OnClickListener (line 123) | @Override method OnLongClickListener (line 128) | @Override FILE: app/src/main/java/com/lguipeng/notes/adpater/BaseRecyclerViewAdapter.java class BaseRecyclerViewAdapter (line 20) | public abstract class BaseRecyclerViewAdapter extends RecyclerView.Ad... method BaseRecyclerViewAdapter (line 34) | public BaseRecyclerViewAdapter(List list) { method BaseRecyclerViewAdapter (line 38) | public BaseRecyclerViewAdapter(List list, Context context) { method add (line 43) | public void add(E e) { method remove (line 48) | public void remove(E e) { method remove (line 53) | public void remove(int position) { method setList (line 59) | public void setList(List list) { method getList (line 65) | public List getList() { method getItemCount (line 69) | @Override method onCreateViewHolder (line 74) | @Override method onBindViewHolder (line 79) | @Override method getItemViewType (line 86) | @Override method addInternalClickListener (line 91) | private void addInternalClickListener(final View itemV, final Integer ... method setOnInViewClickListener (line 117) | public void setOnInViewClickListener(Integer key, onInternalClickListe... type onInternalClickListener (line 123) | public interface onInternalClickListener { method OnClickListener (line 124) | void OnClickListener(View parentV, View v, Integer position, method OnLongClickListener (line 126) | void OnLongClickListener(View parentV, View v, Integer position, class onInternalClickListenerImpl (line 130) | public static class onInternalClickListenerImpl implements onIntern... method OnClickListener (line 131) | @Override method OnLongClickListener (line 136) | @Override method setDuration (line 142) | public void setDuration(int duration) { method setInterpolator (line 146) | public void setInterpolator(Interpolator interpolator) { method setStartPosition (line 150) | public void setStartPosition(int start) { method setFirstOnly (line 154) | public void setFirstOnly(boolean firstOnly) { method animate (line 158) | protected void animate(RecyclerView.ViewHolder holder, int position){ method getAnimators (line 171) | protected abstract Animator[] getAnimators(View view); FILE: app/src/main/java/com/lguipeng/notes/adpater/ColorsListAdapter.java class ColorsListAdapter (line 16) | public class ColorsListAdapter extends BaseListAdapter{ method ColorsListAdapter (line 20) | public ColorsListAdapter(Context context, List list) { method bindView (line 24) | @Override method getCheckItem (line 43) | public int getCheckItem() { method setCheckItem (line 47) | public void setCheckItem(int checkItem) { class Holder (line 51) | static class Holder { FILE: app/src/main/java/com/lguipeng/notes/adpater/DrawerListAdapter.java class DrawerListAdapter (line 12) | public class DrawerListAdapter extends SimpleListAdapter{ method DrawerListAdapter (line 14) | public DrawerListAdapter(Context mContext, List list) { method getLayout (line 18) | @Override FILE: app/src/main/java/com/lguipeng/notes/adpater/MaterialSimpleListAdapter.java class MaterialSimpleListAdapter (line 16) | public class MaterialSimpleListAdapter extends ArrayAdapter implemen... method NotesAdapter (line 28) | public NotesAdapter(List list) { method NotesAdapter (line 33) | public NotesAdapter(List list, Context context) { method onCreateViewHolder (line 38) | @Override method onBindViewHolder (line 45) | @Override method getFilter (line 58) | @Override method getAnimators (line 63) | @Override method setList (line 77) | @Override method setDownFactor (line 86) | public void setDownFactor(){ method setUpFactor (line 91) | public void setUpFactor(){ class NoteFilter (line 96) | private static class NoteFilter extends Filter{ method NoteFilter (line 104) | private NoteFilter(NotesAdapter adapter, List originalList) { method performFiltering (line 111) | @Override method publishResults (line 129) | @Override FILE: app/src/main/java/com/lguipeng/notes/adpater/NotesItemViewHolder.java class NotesItemViewHolder (line 13) | public class NotesItemViewHolder extends RecyclerView.ViewHolder{ method NotesItemViewHolder (line 18) | public NotesItemViewHolder(View parent) { method setLabelText (line 25) | public void setLabelText(CharSequence text){ method setLabelText (line 29) | public void setLabelText(int text){ method setContentText (line 33) | public void setContentText(CharSequence text){ method setContentText (line 37) | public void setContentText(int text){ method setTimeText (line 41) | public void setTimeText(CharSequence text){ method setTimeText (line 45) | public void setTimeText(int text){ method setTextView (line 49) | private void setTextView(TextView view, CharSequence text){ method setTextView (line 55) | private void setTextView(TextView view, int text){ FILE: app/src/main/java/com/lguipeng/notes/adpater/SimpleListAdapter.java class SimpleListAdapter (line 16) | public abstract class SimpleListAdapter extends BaseListAdapter { method SimpleListAdapter (line 18) | public SimpleListAdapter(Context mContext, List list) { method bindView (line 22) | @Override method getLayout (line 37) | protected abstract int getLayout(); class Holder (line 39) | static class Holder { FILE: app/src/main/java/com/lguipeng/notes/listener/bmob/FindListenerImpl.java class FindListenerImpl (line 12) | public class FindListenerImpl extends FindListener { method onSuccess (line 13) | @Override method onError (line 18) | @Override FILE: app/src/main/java/com/lguipeng/notes/listener/bmob/SaveListenerImpl.java class SaveListenerImpl (line 10) | public class SaveListenerImpl extends SaveListener { method onSuccess (line 11) | @Override method onFailure (line 16) | @Override FILE: app/src/main/java/com/lguipeng/notes/listener/bmob/UpdateListenerImpl.java class UpdateListenerImpl (line 10) | public class UpdateListenerImpl extends UpdateListener { method onSuccess (line 11) | @Override method onFailure (line 16) | @Override FILE: app/src/main/java/com/lguipeng/notes/listener/view/RecyclerViewClickListener.java type RecyclerViewClickListener (line 9) | public interface RecyclerViewClickListener { method onClick (line 19) | void onClick(View v, int position, float x, float y); FILE: app/src/main/java/com/lguipeng/notes/model/CloudNote.java class CloudNote (line 13) | public class CloudNote extends BmobObject { method CloudNote (line 15) | public CloudNote() { method CloudNote (line 19) | public CloudNote(String theClassName) { method getVersion (line 31) | public long getVersion() { method setVersion (line 35) | public void setVersion(long version) { method getNoteType (line 39) | public String getNoteType() { method setNoteType (line 43) | public void setNoteType(String noteType) { method getEmail (line 47) | public String getEmail() { method setEmail (line 51) | public void setEmail(String email) { method getNoteList (line 55) | public List getNoteList() { method setNoteList (line 59) | public void setNoteList(List noteList) { method addNote (line 63) | public void addNote(Note note) { method clearNotes (line 67) | public void clearNotes() { method toString (line 71) | @Override FILE: app/src/main/java/com/lguipeng/notes/model/MaterialSimpleListItem.java class MaterialSimpleListItem (line 12) | public class MaterialSimpleListItem { method MaterialSimpleListItem (line 16) | private MaterialSimpleListItem(Builder builder) { method getIcon (line 20) | public Drawable getIcon() { method getContent (line 24) | public CharSequence getContent() { class Builder (line 28) | public static class Builder { method Builder (line 34) | public Builder(Context context) { method icon (line 38) | public Builder icon(Drawable icon) { method icon (line 43) | public Builder icon(@DrawableRes int iconRes) { method content (line 49) | public Builder content(CharSequence content) { method content (line 54) | public Builder content(@StringRes int contentRes) { method build (line 58) | public MaterialSimpleListItem build() { method toString (line 63) | @Override FILE: app/src/main/java/com/lguipeng/notes/model/Note.java class Note (line 15) | @Table(name = "notes") method getId (line 27) | public int getId() { method setId (line 31) | public void setId(int id) { method getLabel (line 35) | public String getLabel() { method setLabel (line 39) | public void setLabel(String label) { method getContent (line 43) | public String getContent() { method setContent (line 47) | public void setContent(String content) { method getLastOprTime (line 51) | public long getLastOprTime() { method setLastOprTime (line 55) | public void setLastOprTime(long lastOprTime) { method getType (line 59) | public int getType() { method setType (line 63) | public void setType(int type) { method getLogs (line 67) | public OneToManyLazyLoader getLogs() { method setLogs (line 71) | public void setLogs(OneToManyLazyLoader logs) { method toString (line 75) | @Override FILE: app/src/main/java/com/lguipeng/notes/model/NoteOperateLog.java class NoteOperateLog (line 11) | @Table(name = "note_opr_log") method getId (line 19) | public int getId() { method setId (line 23) | public void setId(int id) { method getType (line 27) | public int getType() { method setType (line 31) | public void setType(int type) { method getTime (line 35) | public long getTime() { method setTime (line 39) | public void setTime(long time) { method getNote (line 43) | public Note getNote() { method setNote (line 47) | public void setNote(Note note) { FILE: app/src/main/java/com/lguipeng/notes/model/NoteType.java class NoteType (line 13) | public class NoteType{ method addType (line 20) | public void addType(String type){ method getType (line 26) | public String getType(int location){ method getTypes (line 33) | public List getTypes() { method setTypes (line 37) | public void setTypes(List types) { FILE: app/src/main/java/com/lguipeng/notes/module/AppModule.java class AppModule (line 14) | @Module( method AppModule (line 23) | public AppModule(App app) { method provideApplication (line 27) | @Provides method provideContext (line 32) | @Provides FILE: app/src/main/java/com/lguipeng/notes/module/DataModule.java class DataModule (line 23) | @Module( method provideDaoConfig (line 38) | @Provides @Singleton method provideFinalDb (line 48) | @Provides @Singleton FILE: app/src/main/java/com/lguipeng/notes/ui/AboutActivity.java class AboutActivity (line 45) | public class AboutActivity extends BaseActivity implements View.OnClickL... method onCreate (line 57) | @Override method getLayoutView (line 65) | @Override method getModules (line 70) | @Override method onClick (line 75) | @Override method initToolbar (line 89) | @Override method versionClick (line 96) | @OnClick(R.id.version_text) method initVersionText (line 116) | private void initVersionText(){ method onCreateOptionsMenu (line 120) | @Override method onOptionsItemSelected (line 126) | @Override method getVersion (line 138) | private String getVersion(Context ctx){ method startViewAction (line 150) | private void startViewAction(String uriStr){ method share (line 160) | private void share(String packages, Uri uri){ method getLogoBitmapArray (line 176) | private byte[] getLogoBitmapArray(){ method shareToWeChat (line 181) | private void shareToWeChat(int scene){ method shareToWeChatTimeline (line 201) | private void shareToWeChatTimeline(){ method shareToWeChatSession (line 205) | private void shareToWeChatSession(){ method shareToWeChatFavorite (line 209) | private void shareToWeChatFavorite(){ method shareToWeibo (line 213) | private void shareToWeibo(){ method isInstallApplication (line 221) | private boolean isInstallApplication(String packageName){ method showShareDialog (line 231) | private void showShareDialog(){ FILE: app/src/main/java/com/lguipeng/notes/ui/BaseActivity.java class BaseActivity (line 27) | public abstract class BaseActivity extends AppCompatActivity { method onCreate (line 33) | @Override method initTheme (line 46) | private void initTheme(){ method getColor (line 51) | protected int getColor(int res){ method initWindow (line 57) | @TargetApi(19) method initToolbar (line 68) | protected void initToolbar(Toolbar toolbar){ method getStatusBarColor (line 82) | public int getStatusBarColor(){ method getColorPrimary (line 86) | public int getColorPrimary(){ method getDarkColorPrimary (line 92) | public int getDarkColorPrimary(){ method generateDialogBuilder (line 98) | protected AlertDialog.Builder generateDialogBuilder(){ method getCurrentTheme (line 131) | protected ThemeUtils.Theme getCurrentTheme(){ method onDestroy (line 136) | @Override method onOptionsItemSelected (line 145) | @Override method getLayoutView (line 158) | protected abstract int getLayoutView(); method getModules (line 160) | protected abstract List getModules(); method initToolbar (line 162) | protected abstract void initToolbar(); FILE: app/src/main/java/com/lguipeng/notes/ui/EditNoteTypeActivity.java class EditNoteTypeActivity (line 32) | public class EditNoteTypeActivity extends BaseActivity{ method onCreate (line 43) | @Override method onCreateOptionsMenu (line 49) | @Override method onPrepareOptionsMenu (line 55) | @Override method onOptionsItemSelected (line 62) | @Override method getLayoutView (line 83) | @Override method getModules (line 88) | @Override method initToolbar (line 93) | @Override method initEditTextView (line 99) | private void initEditTextView(){ class SimpleTextWatcher (line 116) | class SimpleTextWatcher implements TextWatcher { method beforeTextChanged (line 118) | @Override method onTextChanged (line 123) | @Override method afterTextChanged (line 139) | @Override method hideKeyBoard (line 145) | private void hideKeyBoard(EditText editText){ FILE: app/src/main/java/com/lguipeng/notes/ui/MainActivity.java class MainActivity (line 69) | public class MainActivity extends BaseActivity implements SwipeRefreshLa... method onCreate (line 125) | @Override method onSaveInstanceState (line 138) | @Override method onStart (line 146) | @Override method onResume (line 160) | @Override method onStop (line 172) | @Override method onDestroy (line 177) | @Override method onEvent (line 183) | public void onEvent(Integer event){ method getLayoutView (line 197) | @Override method getModules (line 202) | @Override method onConfigurationChanged (line 207) | @Override method onPostCreate (line 213) | @Override method onCreateOptionsMenu (line 227) | @Override method onOptionsItemSelected (line 269) | @Override method onKeyDown (line 292) | @Override method initToolbar (line 302) | @Override method initDrawerListView (line 307) | private void initDrawerListView(){ method initDrawerView (line 325) | private void initDrawerView() { method initRecyclerView (line 375) | private void initRecyclerView(){ method newNote (line 417) | @OnClick(R.id.fab) method editNoteType (line 424) | @OnClick(R.id.edit_note_type) method onRefresh (line 431) | @Override method changeToSelectNoteType (line 436) | private void changeToSelectNoteType(int type){ method openDrawer (line 442) | private void openDrawer() { method closeDrawer (line 448) | private void closeDrawer() { method openOrCloseDrawer (line 454) | private void openOrCloseDrawer() { method showPopupMenu (line 462) | private void showPopupMenu(View view, final Note note) { method showDeleteForeverDialog (line 515) | private void showDeleteForeverDialog(final Note note){ method startNoteActivity (line 541) | private void startNoteActivity(int oprType, Note value){ method setMenuListViewGravity (line 550) | private void setMenuListViewGravity(int gravity){ method initItemData (line 556) | private List initItemData(int noteType) { method showProgressWheel (line 571) | private void showProgressWheel(boolean visible){ method syncNotes (line 588) | private void syncNotes(final String account){ method sync (line 683) | private void sync(){ method onSyncSuccess (line 722) | private void onSyncSuccess(){ method onSyncFail (line 733) | private void onSyncFail(){ method changeItemLayout (line 744) | private void changeItemLayout(boolean flow){ method initItemLayout (line 753) | private void initItemLayout(){ FILE: app/src/main/java/com/lguipeng/notes/ui/NoteActivity.java class NoteActivity (line 41) | public class NoteActivity extends BaseActivity{ method onCreate (line 68) | @Override method onDestroy (line 75) | @Override method getLayoutView (line 81) | @Override method getModules (line 86) | @Override method onEventMainThread (line 91) | public void onEventMainThread(Note note) { method parseIntent (line 98) | private void parseIntent(Intent intent){ method initToolbar (line 104) | @Override method initEditText (line 123) | private void initEditText(){ method initTextView (line 146) | private void initTextView(){ method onCreateOptionsMenu (line 151) | @Override method onPrepareOptionsMenu (line 157) | @Override method onOptionsItemSelected (line 164) | @Override method onKeyDown (line 181) | @Override method showNotSaveNoteDialog (line 192) | private void showNotSaveNoteDialog(){ method saveNote (line 216) | private void saveNote(){ class SimpleTextWatcher (line 242) | class SimpleTextWatcher implements TextWatcher { method beforeTextChanged (line 244) | @Override method onTextChanged (line 249) | @Override method afterTextChanged (line 268) | @Override class SimpleOnFocusChangeListener (line 274) | class SimpleOnFocusChangeListener implements View.OnFocusChangeListener { method onFocusChange (line 275) | @Override method getOprTimeLineText (line 283) | private String getOprTimeLineText(Note note, boolean all){ method hideKeyBoard (line 316) | private void hideKeyBoard(EditText editText){ FILE: app/src/main/java/com/lguipeng/notes/ui/PayActivity.java class PayActivity (line 17) | public class PayActivity extends BaseActivity{ method onCreate (line 20) | @Override method getLayoutView (line 25) | @Override method getModules (line 30) | @Override method initToolbar (line 35) | @Override FILE: app/src/main/java/com/lguipeng/notes/ui/SettingActivity.java class SettingActivity (line 18) | public class SettingActivity extends BaseActivity{ method onCreate (line 22) | @Override method getLayoutView (line 28) | @Override method getModules (line 33) | @Override method initToolbar (line 38) | @Override method init (line 44) | private void init(){ FILE: app/src/main/java/com/lguipeng/notes/ui/fragments/BaseFragment.java class BaseFragment (line 20) | public abstract class BaseFragment extends PreferenceFragment { method onCreate (line 25) | @Override method onActivityCreated (line 32) | @Override method onDestroy (line 41) | @Override method generateDialogBuilder (line 47) | protected AlertDialog.Builder generateDialogBuilder(){ method getCurrentTheme (line 67) | protected ThemeUtils.Theme getCurrentTheme(){ method getModules (line 72) | protected abstract List getModules(); FILE: app/src/main/java/com/lguipeng/notes/ui/fragments/SettingFragment.java class SettingFragment (line 39) | public class SettingFragment extends BaseFragment{ method newInstance (line 65) | public static SettingFragment newInstance(){ method onCreate (line 70) | @Override method onViewCreated (line 93) | @Override method SettingFragment (line 101) | public SettingFragment() { method onPreferenceTreeClick (line 105) | @Override method getModules (line 140) | @Override method initFeedbackPreference (line 145) | private void initFeedbackPreference(){ method initAccountPreference (line 164) | private void initAccountPreference(){ method showThemeChooseDialog (line 198) | private void showThemeChooseDialog(){ method showAccountChooseDialog (line 226) | private void showAccountChooseDialog(final CharSequence[] text){ method giveFavor (line 242) | private void giveFavor(){ method changeTheme (line 253) | private void changeTheme(ThemeUtils.Theme theme){ FILE: app/src/main/java/com/lguipeng/notes/utils/AccountUtils.java class AccountUtils (line 18) | public class AccountUtils { method findValidAccount (line 22) | public static void findValidAccount(Context context, AccountFinderList... class AccountFinderListener (line 57) | public static abstract class AccountFinderListener{ method onNone (line 59) | protected abstract void onNone(); method onOne (line 60) | protected abstract void onOne(String account); method onMore (line 61) | protected abstract void onMore(List accountItems); method isHasAccountSave (line 63) | public boolean isHasAccountSave() { method setHasAccountSave (line 67) | public void setHasAccountSave(boolean hasAccountSave) { FILE: app/src/main/java/com/lguipeng/notes/utils/JsonUtils.java class JsonUtils (line 14) | public class JsonUtils { method json (line 16) | public static String json(T note){ method parse (line 27) | public static T parse(String json, Class clazz){ method parseNote (line 38) | public static Note parseNote(String json){ method jsonNote (line 42) | public static String jsonNote(Note note){ method parseNoteType (line 46) | public static List parseNoteType(String json){ method jsonNoteType (line 53) | public static String jsonNoteType(NoteType type){ FILE: app/src/main/java/com/lguipeng/notes/utils/NoteConfig.java class NoteConfig (line 6) | public class NoteConfig { FILE: app/src/main/java/com/lguipeng/notes/utils/NotesLog.java class NotesLog (line 23) | public class NotesLog{ method NotesLog (line 29) | private NotesLog(){ method isDebuggable (line 33) | public static boolean isDebuggable() { method createLog (line 37) | private static String createLog( String log ) { method getMethodNames (line 50) | private static void getMethodNames(StackTraceElement[] sElements){ method e (line 56) | public static void e(String message){ method i (line 65) | public static void i(String message){ method d (line 73) | public static void d(String message){ method d (line 81) | public static void d(){ method v (line 85) | public static void v(String message){ method w (line 93) | public static void w(String message){ method wtf (line 101) | public static void wtf(String message){ FILE: app/src/main/java/com/lguipeng/notes/utils/PreferenceUtils.java class PreferenceUtils (line 11) | public class PreferenceUtils{ method PreferenceUtils (line 21) | private PreferenceUtils(Context context){ method getInstance (line 26) | public static PreferenceUtils getInstance(Context context){ method getStringParam (line 37) | public String getStringParam(String key){ method getStringParam (line 41) | public String getStringParam(String key, String defaultString){ method saveParam (line 45) | public void saveParam(String key, String value) method getBooleanParam (line 50) | public boolean getBooleanParam(String key){ method getBooleanParam (line 54) | public boolean getBooleanParam(String key, boolean defaultBool){ method saveParam (line 58) | public void saveParam(String key, boolean value){ method getIntParam (line 62) | public int getIntParam(String key){ method getIntParam (line 66) | public int getIntParam(String key, int defaultInt){ method saveParam (line 70) | public void saveParam(String key, int value){ method getLongParam (line 74) | public long getLongParam(String key){ method getLongParam (line 78) | public long getLongParam(String key, long defaultInt){ method saveParam (line 82) | public void saveParam(String key, long value){ FILE: app/src/main/java/com/lguipeng/notes/utils/SnackbarUtils.java class SnackbarUtils (line 14) | public class SnackbarUtils { method show (line 16) | public static void show(Activity activity, int message) { FILE: app/src/main/java/com/lguipeng/notes/utils/ThemeUtils.java class ThemeUtils (line 10) | public class ThemeUtils { method changTheme (line 12) | public static void changTheme(Activity activity, Theme theme){ type Theme (line 44) | public enum Theme{ method Theme (line 56) | Theme(int value){ method mapValueToTheme (line 60) | public static Theme mapValueToTheme(final int value) { method getDefault (line 70) | static Theme getDefault() method getIntValue (line 74) | public int getIntValue() { FILE: app/src/main/java/com/lguipeng/notes/utils/TimeUtils.java class TimeUtils (line 13) | public class TimeUtils { method TimeUtils (line 20) | private TimeUtils() { method getTime (line 31) | public static String getTime(long timeInMillis, SimpleDateFormat dateF... method getTime (line 41) | public static String getTime(long timeInMillis) { method getConciseTime (line 45) | @SuppressWarnings("Deprecated") method getConciseTime (line 67) | public static String getConciseTime(long timeInMillis, Context context) { method getCurrentTimeInLong (line 75) | public static long getCurrentTimeInLong() { method getCurrentTimeInString (line 84) | public static String getCurrentTimeInString() { method getCurrentTimeInString (line 93) | public static String getCurrentTimeInString(SimpleDateFormat dateForma... FILE: app/src/main/java/com/lguipeng/notes/utils/ViewHelper.java class ViewHelper (line 9) | public class ViewHelper { method clear (line 10) | public static void clear(View v) { FILE: app/src/main/java/com/lguipeng/notes/utils/WXUtils.java class WXUtils (line 19) | public class WXUtils { method bmpToByteArray (line 21) | public static byte[] bmpToByteArray(final Bitmap bmp, final boolean ne... method getHtmlByteArray (line 38) | public static byte[] getHtmlByteArray(final String url) { method inputStreamToByte (line 59) | public static byte[] inputStreamToByte(InputStream is) { method readFromFile (line 76) | public static byte[] readFromFile(String fileName, int offset, int len) { method extractThumbNail (line 122) | public static Bitmap extractThumbNail(final String path, final int hei... FILE: app/src/main/java/com/lguipeng/notes/view/FixedRecyclerView.java class FixedRecyclerView (line 10) | public class FixedRecyclerView extends RecyclerView { method FixedRecyclerView (line 11) | public FixedRecyclerView(Context context) { method FixedRecyclerView (line 15) | public FixedRecyclerView(Context context, AttributeSet attrs) { method FixedRecyclerView (line 19) | public FixedRecyclerView(Context context, AttributeSet attrs, int defS... method canScrollVertically (line 23) | @Override FILE: orm-library/src/androidTest/java/com/lguipeng/library/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: orm-library/src/main/java/net/tsz/afinal/FinalDb.java class FinalDb (line 46) | public class FinalDb{ method FinalDb (line 55) | private FinalDb(DaoConfig config) { method getInstance (line 73) | private synchronized static FinalDb getInstance(DaoConfig daoConfig) { method create (line 87) | public static FinalDb create(Context context) { method create (line 100) | public static FinalDb create(Context context, boolean isDebug) { method create (line 115) | public static FinalDb create(Context context, String dbName) { method create (line 131) | public static FinalDb create(Context context, String dbName, boolean i... method create (line 146) | public static FinalDb create(Context context, String targetDirectory, method create (line 164) | public static FinalDb create(Context context, String targetDirectory, method create (line 189) | public static FinalDb create(Context context, String dbName, method create (line 216) | public static FinalDb create(Context context, String targetDirectory, method create (line 235) | public static FinalDb create(DaoConfig daoConfig) { method save (line 244) | public void save(Object entity) { method saveBindId (line 258) | public boolean saveBindId(Object entity) { method insertContentValues (line 281) | private void insertContentValues(List list, ContentValues cv) { method update (line 298) | public void update(Object entity) { method update (line 310) | public void update(Object entity, String strWhere) { method delete (line 321) | public void delete(Object entity) { method deleteById (line 334) | public void deleteById(Class clazz, Object id) { method deleteByWhere (line 346) | public void deleteByWhere(Class clazz, String strWhere) { method deleteAll (line 358) | public void deleteAll(Class clazz) { method dropTable (line 370) | public void dropTable(Class clazz) { method dropDb (line 381) | public void dropDb() { method exeSqlInfo (line 395) | private void exeSqlInfo(SqlInfo sqlInfo) { method findById (line 410) | public T findById(Object id, Class clazz) { method findWithManyToOneById (line 436) | public T findWithManyToOneById(Object id, Class clazz) { method findWithManyToOneById (line 457) | public T findWithManyToOneById(Object id, Class clazz, method loadManyToOne (line 478) | public T loadManyToOne(DbModel dbModel, T entity, Class clazz, method findWithOneToManyById (line 545) | public T findWithOneToManyById(Object id, Class clazz) { method findWithOneToManyById (line 565) | public T findWithOneToManyById(Object id, Class clazz, method loadOneToMany (line 587) | public T loadOneToMany(T entity, Class clazz, Class... findC... method findAll (line 632) | public List findAll(Class clazz) { method findAll (line 644) | public List findAll(Class clazz, String orderBy) { method findAllByWhere (line 657) | public List findAllByWhere(Class clazz, String strWhere) { method findAllByWhere (line 672) | public List findAllByWhere(Class clazz, String strWhere, method findAllByWhere (line 677) | public List findAllByWhere(Class clazz, String strWhere, method findAllBySql (line 698) | private List findAllBySql(Class clazz, String strSQL) { method findDbModelBySQL (line 724) | public DbModel findDbModelBySQL(String strSQL) { method findDbModelListBySQL (line 739) | public List findDbModelListBySQL(String strSQL) { method checkTableExist (line 755) | private void checkTableExist(Class clazz) { method tableIsExist (line 763) | private boolean tableIsExist(TableInfo table) { method debugSql (line 792) | private void debugSql(String sql) { class DaoConfig (line 797) | public static class DaoConfig { method getContext (line 806) | public Context getContext() { method setContext (line 810) | public void setContext(Context context) { method getDbName (line 814) | public String getDbName() { method setDbName (line 818) | public void setDbName(String dbName) { method getDbVersion (line 822) | public int getDbVersion() { method setDbVersion (line 826) | public void setDbVersion(int dbVersion) { method isDebug (line 830) | public boolean isDebug() { method setDebug (line 834) | public void setDebug(boolean debug) { method getDbUpdateListener (line 838) | public DbUpdateListener getDbUpdateListener() { method setDbUpdateListener (line 842) | public void setDbUpdateListener(DbUpdateListener dbUpdateListener) { method getTargetDirectory (line 854) | public String getTargetDirectory() { method setTargetDirectory (line 858) | public void setTargetDirectory(String targetDirectory) { method createDbFileOnSDCard (line 870) | private SQLiteDatabase createDbFileOnSDCard(String sdcardPath, class SqliteDbHelper (line 888) | class SqliteDbHelper extends SQLiteOpenHelper { method SqliteDbHelper (line 892) | public SqliteDbHelper(Context context, String name, int version, method onCreate (line 898) | @Override method onUpgrade (line 902) | @Override type DbUpdateListener (line 913) | public interface DbUpdateListener { method onUpgrade (line 914) | public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVers... FILE: orm-library/src/main/java/net/tsz/afinal/core/AbstractCollection.java class AbstractCollection (line 32) | public abstract class AbstractCollection implements Collection { method AbstractCollection (line 37) | protected AbstractCollection() { method add (line 40) | public boolean add(E object) { method addAll (line 73) | public boolean addAll(Collection collection) { method clear (line 100) | public void clear() { method contains (line 127) | public boolean contains(Object object) { method containsAll (line 165) | public boolean containsAll(Collection collection) { method isEmpty (line 184) | public boolean isEmpty() { method iterator (line 199) | public abstract Iterator iterator(); method remove (line 225) | public boolean remove(Object object) { method removeAll (line 274) | public boolean removeAll(Collection collection) { method retainAll (line 315) | public boolean retainAll(Collection collection) { method size (line 337) | public abstract int size(); method toArray (line 339) | public Object[] toArray() { method toArray (line 349) | @SuppressWarnings("unchecked") method toString (line 372) | @Override FILE: orm-library/src/main/java/net/tsz/afinal/core/ArrayDeque.java class ArrayDeque (line 59) | public class ArrayDeque extends AbstractCollection implements Dequ... method allocateElements (line 99) | @SuppressWarnings("unchecked") method doubleCapacity (line 123) | @SuppressWarnings("unchecked") method copyElements (line 147) | private T[] copyElements(T[] a) { method ArrayDeque (line 162) | @SuppressWarnings("unchecked") method ArrayDeque (line 173) | public ArrayDeque(int numElements) { method ArrayDeque (line 187) | public ArrayDeque(Collection c) { method addFirst (line 202) | public void addFirst(E e) { method addLast (line 218) | public void addLast(E e) { method offerFirst (line 233) | public boolean offerFirst(E e) { method offerLast (line 245) | public boolean offerLast(E e) { method removeFirst (line 253) | public E removeFirst() { method removeLast (line 263) | public E removeLast() { method pollFirst (line 270) | public E pollFirst() { method pollLast (line 280) | public E pollLast() { method getFirst (line 293) | public E getFirst() { method getLast (line 303) | public E getLast() { method peekFirst (line 310) | public E peekFirst() { method peekLast (line 314) | public E peekLast() { method removeFirstOccurrence (line 330) | public boolean removeFirstOccurrence(Object o) { method removeLastOccurrence (line 358) | public boolean removeLastOccurrence(Object o) { method add (line 385) | public boolean add(E e) { method offer (line 399) | public boolean offer(E e) { method remove (line 414) | public E remove() { method poll (line 428) | public E poll() { method element (line 442) | public E element() { method peek (line 455) | public E peek() { method push (line 470) | public void push(E e) { method pop (line 484) | public E pop() { method checkInvariants (line 488) | private void checkInvariants() { method delete (line 506) | private boolean delete(int i) { method size (line 552) | public int size() { method isEmpty (line 561) | public boolean isEmpty() { method iterator (line 573) | public Iterator iterator() { method descendingIterator (line 577) | public Iterator descendingIterator() { class DeqIterator (line 581) | private class DeqIterator implements Iterator { method hasNext (line 599) | public boolean hasNext() { method next (line 603) | public E next() { method remove (line 616) | public void remove() { class DescendingIterator (line 627) | private class DescendingIterator implements Iterator { method hasNext (line 637) | public boolean hasNext() { method next (line 641) | public E next() { method remove (line 652) | public void remove() { method contains (line 671) | public boolean contains(Object o) { method remove (line 698) | public boolean remove(Object o) { method clear (line 706) | public void clear() { method toArray (line 733) | public Object[] toArray() { method toArray (line 774) | @SuppressWarnings("unchecked") method clone (line 793) | public ArrayDeque clone() { method writeObject (line 817) | private void writeObject(ObjectOutputStream s) throws IOException { method readObject (line 832) | @SuppressWarnings("unchecked") FILE: orm-library/src/main/java/net/tsz/afinal/core/Arrays.java class Arrays (line 32) | public class Arrays { class ArrayList (line 33) | private static class ArrayList extends AbstractList implements method ArrayList (line 40) | ArrayList(E[] storage) { method contains (line 47) | @Override method get (line 65) | @Override method indexOf (line 75) | @Override method lastIndexOf (line 93) | @Override method set (line 111) | @Override method size (line 118) | @Override method toArray (line 123) | @Override method toArray (line 128) | @SuppressWarnings("unchecked") method Arrays (line 144) | private Arrays() { method asList (line 158) | public static List asList(T... array) { method binarySearch (line 172) | public static int binarySearch(byte[] array, byte value) { method binarySearch (line 192) | public static int binarySearch(byte[] array, int startIndex, int endIn... method binarySearch (line 222) | public static int binarySearch(char[] array, char value) { method binarySearch (line 242) | public static int binarySearch(char[] array, int startIndex, int endIn... method binarySearch (line 272) | public static int binarySearch(double[] array, double value) { method binarySearch (line 292) | public static int binarySearch(double[] array, int startIndex, int end... method binarySearch (line 333) | public static int binarySearch(float[] array, float value) { method binarySearch (line 353) | public static int binarySearch(float[] array, int startIndex, int endI... method binarySearch (line 394) | public static int binarySearch(int[] array, int value) { method binarySearch (line 414) | public static int binarySearch(int[] array, int startIndex, int endInd... method binarySearch (line 444) | public static int binarySearch(long[] array, long value) { method binarySearch (line 464) | public static int binarySearch(long[] array, int startIndex, int endIn... method binarySearch (line 497) | public static int binarySearch(Object[] array, Object value) { method binarySearch (line 520) | @SuppressWarnings("unchecked") method binarySearch (line 557) | public static int binarySearch(T[] array, T value, Comparator int binarySearch(T[] array, int startIndex, int endI... method binarySearch (line 617) | public static int binarySearch(short[] array, short value) { method binarySearch (line 637) | public static int binarySearch(short[] array, int startIndex, int endI... method checkBinarySearchBounds (line 657) | private static void checkBinarySearchBounds(int startIndex, int endInd... method fill (line 674) | public static void fill(byte[] array, byte value) { method fill (line 690) | public static void fill(int[] array, int value) { method fill (line 706) | public static void fill(boolean[] array, boolean value) { method fill (line 722) | public static void fill(Object[] array, Object value) { method hashCode (line 746) | public static int hashCode(boolean[] array) { method hashCode (line 774) | public static int hashCode(int[] array) { method hashCode (line 802) | public static int hashCode(short[] array) { method hashCode (line 830) | public static int hashCode(char[] array) { method hashCode (line 858) | public static int hashCode(byte[] array) { method hashCode (line 886) | public static int hashCode(long[] array) { method hashCode (line 918) | public static int hashCode(float[] array) { method hashCode (line 949) | public static int hashCode(double[] array) { method hashCode (line 986) | public static int hashCode(Object[] array) { method deepHashCode (line 1031) | public static int deepHashCode(Object[] array) { method deepHashCodeElement (line 1043) | private static int deepHashCodeElement(Object element) { method equals (line 1096) | public static boolean equals(byte[] array1, byte[] array2) { method equals (line 1122) | public static boolean equals(short[] array1, short[] array2) { method equals (line 1148) | public static boolean equals(char[] array1, char[] array2) { method equals (line 1174) | public static boolean equals(int[] array1, int[] array2) { method equals (line 1200) | public static boolean equals(long[] array1, long[] array2) { method equals (line 1228) | public static boolean equals(float[] array1, float[] array2) { method equals (line 1257) | public static boolean equals(double[] array1, double[] array2) { method equals (line 1284) | public static boolean equals(boolean[] array1, boolean[] array2) { method equals (line 1310) | public static boolean equals(Object[] array1, Object[] array2) { method deepEquals (line 1362) | public static boolean deepEquals(Object[] array1, Object[] array2) { method deepEqualsElements (line 1379) | private static boolean deepEqualsElements(Object e1, Object e2) { method toString (line 1462) | public static String toString(boolean[] array) { method toString (line 1492) | public static String toString(byte[] array) { method toString (line 1522) | public static String toString(char[] array) { method toString (line 1552) | public static String toString(double[] array) { method toString (line 1582) | public static String toString(float[] array) { method toString (line 1612) | public static String toString(int[] array) { method toString (line 1642) | public static String toString(long[] array) { method toString (line 1672) | public static String toString(short[] array) { method toString (line 1702) | public static String toString(Object[] array) { method deepToString (line 1737) | public static String deepToString(Object[] array) { method deepToStringImpl (line 1762) | private static void deepToStringImpl(Object[] array, Object[] origArrays, method deepToStringImplContains (line 1844) | private static boolean deepToStringImplContains(Object[] origArrays, method copyOf (line 1869) | public static boolean[] copyOf(boolean[] original, int newLength) { method copyOf (line 1888) | public static byte[] copyOf(byte[] original, int newLength) { method copyOf (line 1907) | public static char[] copyOf(char[] original, int newLength) { method copyOf (line 1926) | public static double[] copyOf(double[] original, int newLength) { method copyOf (line 1945) | public static float[] copyOf(float[] original, int newLength) { method copyOf (line 1964) | public static int[] copyOf(int[] original, int newLength) { method copyOf (line 1983) | public static long[] copyOf(long[] original, int newLength) { method copyOf (line 2002) | public static short[] copyOf(short[] original, int newLength) { method copyOf (line 2021) | public static T[] copyOf(T[] original, int newLength) { method copyOf (line 2045) | public static T[] copyOf(U[] original, int newLength, Class { method newThread (line 41) | public Thread newThread(Runnable r) { class SerialExecutor (line 80) | private static class SerialExecutor implements Executor { method execute (line 84) | public synchronized void execute(final Runnable r) { method scheduleNext (line 99) | protected synchronized void scheduleNext() { type Status (line 110) | public enum Status { method init (line 126) | public static void init() { method setDefaultExecutor (line 131) | public static void setDefaultExecutor(Executor exec) { method AsyncTask (line 138) | public AsyncTask() { method postResultIfNotInvoked (line 166) | private void postResultIfNotInvoked(Result result) { method postResult (line 173) | private Result postResult(Result result) { method getStatus (line 186) | public final Status getStatus() { method doInBackground (line 206) | protected abstract Result doInBackground(Params... params); method onPreExecute (line 214) | protected void onPreExecute() { method onPostExecute (line 229) | protected void onPostExecute(Result result) { method onProgressUpdate (line 241) | protected void onProgressUpdate(Progress... values) { method onCancelled (line 258) | protected void onCancelled(Result result) { method onCancelled (line 274) | protected void onCancelled() { method isCancelled (line 287) | public final boolean isCancelled() { method cancel (line 320) | public final boolean cancel(boolean mayInterruptIfRunning) { method get (line 336) | public final Result get() throws InterruptedException, ExecutionExcept... method get (line 355) | public final Result get(long timeout, TimeUnit unit) throws Interrupte... method execute (line 388) | public final AsyncTask execute(Params... par... method executeOnExecutor (line 425) | @SuppressWarnings("incomplete-switch") method execute (line 458) | public static void execute(Runnable runnable) { method publishProgress (line 476) | protected final void publishProgress(Progress... values) { method finish (line 483) | private void finish(Result result) { class InternalHandler (line 492) | private static class InternalHandler extends Handler { method handleMessage (line 493) | @SuppressWarnings("unchecked") class WorkerRunnable (line 509) | private static abstract class WorkerRunnable implement... class AsyncTaskResult (line 513) | private static class AsyncTaskResult { method AsyncTaskResult (line 518) | AsyncTaskResult(@SuppressWarnings("rawtypes") AsyncTask task, Data..... FILE: orm-library/src/main/java/net/tsz/afinal/core/Deque.java type Deque (line 168) | public interface Deque extends Queue { method addFirst (line 185) | void addFirst(E e); method addLast (line 205) | void addLast(E e); method offerFirst (line 223) | boolean offerFirst(E e); method offerLast (line 241) | boolean offerLast(E e); method removeFirst (line 251) | E removeFirst(); method removeLast (line 261) | E removeLast(); method pollFirst (line 269) | E pollFirst(); method pollLast (line 277) | E pollLast(); method getFirst (line 288) | E getFirst(); method getLast (line 298) | E getLast(); method peekFirst (line 306) | E peekFirst(); method peekLast (line 314) | E peekLast(); method removeFirstOccurrence (line 332) | boolean removeFirstOccurrence(Object o); method removeLastOccurrence (line 350) | boolean removeLastOccurrence(Object o); method add (line 376) | boolean add(E e); method offer (line 399) | boolean offer(E e); method remove (line 412) | E remove(); method poll (line 424) | E poll(); method element (line 437) | E element(); method peek (line 449) | E peek(); method push (line 473) | void push(E e); method pop (line 485) | E pop(); method remove (line 508) | boolean remove(Object o); method contains (line 523) | boolean contains(Object o); method size (line 530) | public int size(); method iterator (line 538) | Iterator iterator(); method descendingIterator (line 548) | Iterator descendingIterator(); FILE: orm-library/src/main/java/net/tsz/afinal/core/FileNameGenerator.java class FileNameGenerator (line 21) | public class FileNameGenerator { method generator (line 24) | public static String generator(String key) { method bytesToHexString (line 36) | private static String bytesToHexString(byte[] bytes) { FILE: orm-library/src/main/java/net/tsz/afinal/core/Queue.java type Queue (line 116) | public interface Queue extends Collection { method add (line 134) | boolean add(E e); method offer (line 153) | boolean offer(E e); method remove (line 163) | E remove(); method poll (line 171) | E poll(); method element (line 181) | E element(); method peek (line 189) | E peek(); FILE: orm-library/src/main/java/net/tsz/afinal/db/sqlite/CursorUtils.java class CursorUtils (line 30) | public class CursorUtils { method getEntity (line 32) | public static T getEntity(Cursor cursor, Class clazz,FinalDb db){ method getDbModel (line 84) | public static DbModel getDbModel(Cursor cursor){ method dbModel2Entity (line 97) | public static T dbModel2Entity(DbModel dbModel,Class clazz){ FILE: orm-library/src/main/java/net/tsz/afinal/db/sqlite/DbModel.java class DbModel (line 20) | public class DbModel { method get (line 24) | public Object get(String column){ method getString (line 28) | public String getString(String column){ method getInt (line 32) | public int getInt(String column){ method getBoolean (line 36) | public boolean getBoolean(String column){ method getDouble (line 40) | public double getDouble(String column){ method getFloat (line 44) | public float getFloat(String column){ method getLong (line 48) | public long getLong(String column){ method set (line 52) | public void set(String key,Object value){ method getDataMap (line 56) | public HashMap getDataMap(){ FILE: orm-library/src/main/java/net/tsz/afinal/db/sqlite/ManyToOneLazyLoader.java class ManyToOneLazyLoader (line 12) | public class ManyToOneLazyLoader { method ManyToOneLazyLoader (line 21) | public ManyToOneLazyLoader(M manyEntity, Class manyClazz, Class ... method get (line 34) | public O get(){ method set (line 41) | public void set(O value){ method getFieldValue (line 45) | public Object getFieldValue() { method setFieldValue (line 49) | public void setFieldValue(Object fieldValue) { FILE: orm-library/src/main/java/net/tsz/afinal/db/sqlite/OneToManyLazyLoader.java class OneToManyLazyLoader (line 15) | public class OneToManyLazyLoader { method OneToManyLazyLoader (line 20) | public OneToManyLazyLoader(O ownerEntity,Class ownerClazz,Class ... method getList (line 32) | public List getList(){ method setList (line 41) | public void setList(List value){ FILE: orm-library/src/main/java/net/tsz/afinal/db/sqlite/SqlBuilder.java class SqlBuilder (line 31) | public class SqlBuilder { method buildInsertSql (line 37) | public static SqlInfo buildInsertSql(Object entity){ method getSaveKeyValueListByEntity (line 70) | public static List getSaveKeyValueListByEntity(Object entity){ method getDeleteSqlBytableName (line 103) | private static String getDeleteSqlBytableName(String tableName){ method buildDeleteSql (line 108) | public static SqlInfo buildDeleteSql(Object entity){ method buildDeleteSql (line 129) | public static SqlInfo buildDeleteSql(Class clazz , Object idValue){ method buildDeleteSql (line 153) | public static String buildDeleteSql(Class clazz , String strWhere){ method getSelectSqlByTableName (line 169) | private static String getSelectSqlByTableName(String tableName){ method getSelectSQL (line 174) | public static String getSelectSQL(Class clazz,Object idValue){ method getSelectSqlAsSqlInfo (line 184) | public static SqlInfo getSelectSqlAsSqlInfo(Class clazz,Object idVa... method getSelectSQL (line 198) | public static String getSelectSQL(Class clazz){ method getSelectSQLByWhere (line 202) | public static String getSelectSQLByWhere(Class clazz,String strWhere){ method getUpdateSqlAsSqlInfo (line 216) | public static SqlInfo getUpdateSqlAsSqlInfo(Object entity){ method getUpdateSqlAsSqlInfo (line 261) | public static SqlInfo getUpdateSqlAsSqlInfo(Object entity,String strW... method getCreatTableSQL (line 303) | public static String getCreatTableSQL(Class clazz){ method getPropertyStrSql (line 355) | private static String getPropertyStrSql(String key,Object value){ method property2KeyValue (line 367) | private static KeyValue property2KeyValue(Property property , Object e... method manyToOne2KeyValue (line 381) | private static KeyValue manyToOne2KeyValue(ManyToOne many , Object ent... FILE: orm-library/src/main/java/net/tsz/afinal/db/sqlite/SqlInfo.java class SqlInfo (line 5) | public class SqlInfo { method getSql (line 10) | public String getSql() { method setSql (line 13) | public void setSql(String sql) { method getBindArgs (line 17) | public LinkedList getBindArgs() { method setBindArgs (line 20) | public void setBindArgs(LinkedList bindArgs) { method getBindArgsAsArray (line 24) | public Object[] getBindArgsAsArray() { method getBindArgsAsStringArray (line 30) | public String[] getBindArgsAsStringArray() { method addValue (line 41) | public void addValue(Object obj){ FILE: orm-library/src/main/java/net/tsz/afinal/db/table/Id.java class Id (line 18) | public class Id extends Property{ FILE: orm-library/src/main/java/net/tsz/afinal/db/table/KeyValue.java class KeyValue (line 20) | public class KeyValue { method KeyValue (line 24) | public KeyValue(String key, Object value) { method KeyValue (line 30) | public KeyValue() {} method getKey (line 33) | public String getKey() { method setKey (line 36) | public void setKey(String key) { method getValue (line 39) | public Object getValue() { method setValue (line 45) | public void setValue(Object value) { FILE: orm-library/src/main/java/net/tsz/afinal/db/table/ManyToOne.java class ManyToOne (line 18) | public class ManyToOne extends Property{ method getManyClass (line 22) | public Class getManyClass() { method setManyClass (line 26) | public void setManyClass(Class manyClass) { FILE: orm-library/src/main/java/net/tsz/afinal/db/table/OneToMany.java class OneToMany (line 18) | public class OneToMany extends Property{ method getOneClass (line 22) | public Class getOneClass() { method setOneClass (line 26) | public void setOneClass(Class oneClass) { FILE: orm-library/src/main/java/net/tsz/afinal/db/table/Property.java class Property (line 31) | public class Property { method setValue (line 42) | public void setValue(Object receiver , Object value){ method getValue (line 81) | @SuppressWarnings("unchecked") method getFieldName (line 94) | public String getFieldName() { method setFieldName (line 97) | public void setFieldName(String fieldName) { method getColumn (line 100) | public String getColumn() { method setColumn (line 103) | public void setColumn(String column) { method getDefaultValue (line 106) | public String getDefaultValue() { method setDefaultValue (line 109) | public void setDefaultValue(String defaultValue) { method getDataType (line 112) | public Class getDataType() { method setDataType (line 115) | public void setDataType(Class dataType) { method getGet (line 118) | public Method getGet() { method setGet (line 121) | public void setGet(Method get) { method getSet (line 124) | public Method getSet() { method setSet (line 127) | public void setSet(Method set) { method getField (line 131) | public Field getField() { method setField (line 135) | public void setField(Field field) { FILE: orm-library/src/main/java/net/tsz/afinal/db/table/TableInfo.java class TableInfo (line 27) | public class TableInfo { method TableInfo (line 43) | private TableInfo(){} method get (line 45) | @SuppressWarnings("unused") method get (line 106) | public static TableInfo get(String className){ method getClassName (line 116) | public String getClassName() { method setClassName (line 120) | public void setClassName(String className) { method getTableName (line 124) | public String getTableName() { method setTableName (line 128) | public void setTableName(String tableName) { method getId (line 132) | public Id getId() { method setId (line 136) | public void setId(Id id) { method isCheckDatabese (line 140) | public boolean isCheckDatabese() { method setCheckDatabese (line 144) | public void setCheckDatabese(boolean checkDatabese) { FILE: orm-library/src/main/java/net/tsz/afinal/exception/AfinalException.java class AfinalException (line 18) | public class AfinalException extends RuntimeException { method AfinalException (line 21) | public AfinalException() { method AfinalException (line 25) | public AfinalException(String msg) { method AfinalException (line 29) | public AfinalException(Throwable ex) { method AfinalException (line 33) | public AfinalException(String msg,Throwable ex) { FILE: orm-library/src/main/java/net/tsz/afinal/exception/DbException.java class DbException (line 18) | public class DbException extends AfinalException { method DbException (line 21) | public DbException() {} method DbException (line 24) | public DbException(String msg) { method DbException (line 28) | public DbException(Throwable ex) { method DbException (line 32) | public DbException(String msg,Throwable ex) { FILE: orm-library/src/main/java/net/tsz/afinal/utils/ClassUtils.java class ClassUtils (line 32) | public class ClassUtils { method getTableName (line 40) | public static String getTableName(Class clazz) { method getPrimaryKeyValue (line 49) | public static Object getPrimaryKeyValue(Object entity) { method getPrimaryKeyColumn (line 58) | public static String getPrimaryKeyColumn(Class clazz) { method getPrimaryKeyField (line 100) | public static Field getPrimaryKeyField(Class clazz) { method getPrimaryKeyFieldName (line 142) | public static String getPrimaryKeyFieldName(Class clazz) { method getPropertyList (line 156) | public static List getPropertyList(Class clazz) { method getManyToOneList (line 198) | public static List getManyToOneList(Class clazz) { method getOneToManyList (line 238) | public static List getOneToManyList(Class clazz) { FILE: orm-library/src/main/java/net/tsz/afinal/utils/FieldUtils.java class FieldUtils (line 39) | public class FieldUtils { method getFieldGetMethod (line 42) | public static Method getFieldGetMethod(Class clazz, Field f) { method getBooleanFieldGetMethod (line 54) | public static Method getBooleanFieldGetMethod(Class clazz, String f... method getBooleanFieldSetMethod (line 68) | public static Method getBooleanFieldSetMethod(Class clazz, Field f) { method isISStart (line 83) | private static boolean isISStart(String fieldName){ method getFieldGetMethod (line 93) | public static Method getFieldGetMethod(Class clazz, String fieldNam... method getFieldSetMethod (line 103) | public static Method getFieldSetMethod(Class clazz, Field f) { method getFieldSetMethod (line 116) | public static Method getFieldSetMethod(Class clazz, String fieldNam... method getFieldValue (line 133) | public static Object getFieldValue(Object entity,Field field){ method getFieldValue (line 144) | public static Object getFieldValue(Object entity,String fieldName){ method setFieldValue (line 155) | public static void setFieldValue(Object entity,Field field,Object value){ method getFieldByColumnName (line 187) | public static Field getFieldByColumnName(Class clazz,String columnN... method getFieldByName (line 226) | public static Field getFieldByName(Class clazz,String fieldName){ method getColumnByField (line 248) | public static String getColumnByField(Field field){ method getPropertyDefaultValue (line 273) | public static String getPropertyDefaultValue(Field field){ method isTransient (line 288) | public static boolean isTransient(Field f) { method invoke (line 298) | private static Object invoke(Object obj , Method method){ method isManyToOne (line 313) | public static boolean isManyToOne(Field field){ method isOneToMany (line 317) | public static boolean isOneToMany(Field field){ method isManyToOneOrOneToMany (line 321) | public static boolean isManyToOneOrOneToMany(Field field){ method isBaseDateType (line 325) | public static boolean isBaseDateType(Field field){ method stringToDateTime (line 342) | public static Date stringToDateTime(String strDate) { FILE: orm-library/src/main/java/net/tsz/afinal/utils/Utils.java class Utils (line 26) | public class Utils { method getDiskCacheDir (line 39) | public static File getDiskCacheDir(Context context, String uniqueName) { method getBitmapSize (line 53) | public static int getBitmapSize(Bitmap bitmap) { method getExternalCacheDir (line 63) | public static File getExternalCacheDir(Context context) { method getUsableSpace (line 73) | public static long getUsableSpace(File path) { method getBytes (line 86) | public static byte[] getBytes(String in) { method isSameKey (line 96) | public static boolean isSameKey(byte[] key, byte[] buffer) { method copyOfRange (line 109) | public static byte[] copyOfRange(byte[] original, int from, int to) { method makeKey (line 133) | public static byte[] makeKey(String httpUrl) { method crc64Long (line 143) | public static final long crc64Long(String in) { method crc64Long (line 150) | public static final long crc64Long(byte[] buffer) {