Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshiqiang1202/TheSceneryAlong
/ types & classes
Types & classes
364 in github.com/chenshiqiang1202/TheSceneryAlong
⨍
Functions
2,627
◇
Types & classes
364
Class
AboutActivity
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/activitys/AboutActivity.java:16
Class
AboutFragment
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/fragments/AboutFragment.java:22
Class
AdapterWrapper
A {@link ListAdapter} which wraps a {@link StickyListHeadersAdapter} and automatically handles wrapping the result of {@link StickyListHeadersAdapter#
CsqCommonLib/src/se/emilsjolander/stickylistheaders/AdapterWrapper.java:26
Class
AdapterWrapperDataSetObserver
CsqCommonLib/src/se/emilsjolander/stickylistheaders/StickyListHeadersListView.java:453
Class
AdapterWrapperHeaderClickHandler
CsqCommonLib/src/se/emilsjolander/stickylistheaders/StickyListHeadersListView.java:512
Interface
Algorithm
Logic for computing clusters
lib_map_gaode/src/com/gaode/maps/android/clustering/algo/Algorithm.java:12
Class
AllTrackListAdapter
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/fragments/AllTrackListFragment.java:279
Class
AllTrackListFragment
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/fragments/AllTrackListFragment.java:46
Class
AnimationHandler
This custom, static handler handles the timing pulse that is shared by all active animations. This approach ensures that the setting of animation valu
CsqCommonLib/src/com/nineoldandroids/animation/ValueAnimator.java:570
Class
AnimationTask
Animates a markerWithPosition from one position to another. TODO: improve performance for slow devices (e.g. Nexus S).
lib_map_gaode/src/com/gaode/maps/android/clustering/view/DefaultClusterRenderer.java:817
Enum
AnimationType
CsqCommonLib/src/com/nhaarman/supertooltips/ToolTip.java:23
Class
Animator
This is the superclass for classes which provide basic support for animations which can be started, ended, and have <code>AnimatorListeners</code> add
CsqCommonLib/src/com/nineoldandroids/animation/Animator.java:27
Class
AnimatorEventListener
Utility class that handles the various Animator events. The only ones we care about are the end event (which we use to clean up the animator map when
CsqCommonLib/src/com/nineoldandroids/view/ViewPropertyAnimatorPreHC.java:636
Class
AnimatorEventListener
Utility class that handles the various Animator events. The only ones we care about are the end event (which we use to clean up the animator map when
CsqCommonLib/src/com/nineoldandroids/view/ViewPropertyAnimatorHC.java:635
Class
AnimatorInflater
This class is used to instantiate animator XML files into Animator objects. <p> For performance reasons, inflation relies heavily on pre-processing of
CsqCommonLib/src/com/nineoldandroids/animation/AnimatorInflater.java:42
Interface
AnimatorListener
<p>An animation listener receives notifications from an animation. Notifications indicate animation related events, such as the end or the repetition
CsqCommonLib/src/com/nineoldandroids/animation/Animator.java:247
Class
AnimatorListenerAdapter
This adapter class provides empty implementations of the methods from {@link android.animation.Animator.AnimatorListener}. Any custom listener that ca
CsqCommonLib/src/com/nineoldandroids/animation/AnimatorListenerAdapter.java:24
Class
AnimatorProxy
A proxy class to allow for modifying post-3.0 view properties on all pre-3.0 platforms. <strong>DO NOT</strong> wrap your views with this class if you
CsqCommonLib/src/com/nineoldandroids/view/animation/AnimatorProxy.java:19
Class
AnimatorSet
This class plays a set of {@link Animator} objects in the specified order. Animations can be set up to play together, in sequence, or after a specifie
CsqCommonLib/src/com/nineoldandroids/animation/AnimatorSet.java:45
Class
AnimatorSetListener
CsqCommonLib/src/com/nineoldandroids/animation/AnimatorSet.java:707
Interface
AnimatorUpdateListener
Implementors of this interface can add themselves as update listeners to an <code>ValueAnimator</code> instance to receive callbacks on every animatio
CsqCommonLib/src/com/nineoldandroids/animation/ValueAnimator.java:1220
Class
ApiUtil
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/apiadapter/ApiUtil.java:16
Class
App
TheSceneryAlongGaode/src/com/csq/thesceneryalong/app/App.java:11
Class
AppUtil
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/AppUtil.java:18
Class
AppearanceAnimatorListener
CsqCommonLib/src/com/nhaarman/supertooltips/ToolTipView.java:354
Class
ArgbEvaluator
This evaluator can be used to perform type interpolation between integer values that represent ARGB colors.
CsqCommonLib/src/com/nineoldandroids/animation/ArgbEvaluator.java:23
Class
AssetUtil
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/AssetUtil.java:16
Class
Back
CsqCommonLib/src/it/sephiroth/android/library/imagezoom/easing/Back.java:3
Class
BaseActionBarActivity
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/activitys/base/BaseActionBarActivity.java:23
Class
BaseDialogBuilder
Internal base builder that holds common values for all dialog fragment builders. @author Tomas Vondracek
CsqCommonLib/src/eu/inmite/android/lib/dialogs/BaseDialogBuilder.java:14
Class
BaseDialogFragment
Base dialog fragment for all your dialogs, stylable and same design on Android 2.2+. @author David Vávra (david@inmite.eu)
CsqCommonLib/src/eu/inmite/android/lib/dialogs/BaseDialogFragment.java:48
Class
BaseFoldingLayout
The folding layout where the number of folds, the anchor point and the orientation of the fold can be specified. Each of these parameters can be modif
CsqCommonLib/src/com/ptr/folding/BaseFoldingLayout.java:58
Class
BaseFragment
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/fragments/base/BaseFragment.java:18
Class
BaseFullScreenDialog
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/dialogs/BaseFullScreenDialog.java:13
Class
BaseMapFragment
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/fragments/base/BaseMapFragment.java:41
Class
BitmapUtil
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/BitmapUtil.java:41
Class
Bounce
CsqCommonLib/src/it/sephiroth/android/library/imagezoom/easing/Bounce.java:3
Class
Bounds
Represents an area in the cartesian plane.
lib_map_gaode/src/com/gaode/maps/android/geometry/Bounds.java:22
Class
BubbleIconFactory
Use {@link IconGenerator} instead.
lib_map_gaode/src/com/gaode/maps/android/ui/BubbleIconFactory.java:6
Class
Builder
Builder class for the HeatmapTileProvider.
lib_map_gaode/src/com/gaode/maps/android/heatmaps/HeatmapTileProvider.java:163
Class
Builder
Custom dialog builder
CsqCommonLib/src/eu/inmite/android/lib/dialogs/BaseDialogFragment.java:118
Class
Builder
The <code>Builder</code> object is a utility class to facilitate adding animations to a <code>AnimatorSet</code> along with the relationships between
CsqCommonLib/src/com/nineoldandroids/animation/AnimatorSet.java:1012
Class
Builder
Creates a {@link Builder} to build a {@link Configuration} upon.
CsqCommonLib/src/de/keyboardsurfer/android/widget/crouton/Configuration.java:63
Class
Builder
Builder for the {@link Style} object.
CsqCommonLib/src/de/keyboardsurfer/android/widget/crouton/Style.java:176
Class
Builder
Builder for SmoothProgressDrawable! You must use it!
CsqCommonLib/src/fr/castorflex/android/smoothprogressbar/SmoothProgressDrawable.java:531
Class
ByteArrayUnpacker
Copies an entry into a byte array. @author Rein Raudjärv
CsqCommonLib/src/org/zeroturnaround/zip/ZipUtil.java:211
Class
ByteArrayZipEntryTransformer
CsqCommonLib/src/org/zeroturnaround/zip/transform/ByteArrayZipEntryTransformer.java:11
Class
ByteSource
CsqCommonLib/src/org/zeroturnaround/zip/ByteSource.java:23
Interface
Callbacks
CsqCommonLib/src/fr/castorflex/android/smoothprogressbar/SmoothProgressDrawable.java:23
Class
CaptureMediaUtil
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/CaptureMediaUtil.java:25
Class
Channels
Created by csq on 2014/6/25.
TheSceneryAlongGaode/src/com/csq/thesceneryalong/constant/Channels.java:6
Class
CheckableWrapperView
A WrapperView that implements the checkable interface @author Emil Sjölander
CsqCommonLib/src/se/emilsjolander/stickylistheaders/CheckableWrapperView.java:11
Class
Circ
CsqCommonLib/src/it/sephiroth/android/library/imagezoom/easing/Circ.java:3
Class
CircleButton
CsqCommonLib/src/at/markushi/ui/CircleButton.java:15
Interface
Cluster
A collection of ClusterItems that are nearby each other.
lib_map_gaode/src/com/gaode/maps/android/clustering/Cluster.java:10
Interface
ClusterItem
ClusterItem represents a marker on the map.
lib_map_gaode/src/com/gaode/maps/android/clustering/ClusterItem.java:8
Class
ClusterManager
Groups many items on a map based on zoom level. <p/> ClusterManager should be added to the map as an: <ul> <li>{@link com.google.android.gms.maps.AMap
lib_map_gaode/src/com/gaode/maps/android/clustering/ClusterManager.java:27
Interface
ClusterRenderer
Renders clusters.
lib_map_gaode/src/com/gaode/maps/android/clustering/view/ClusterRenderer.java:12
Class
ClusterTask
Runs the clustering algorithm in a background thread, then re-paints when results come back.
lib_map_gaode/src/com/gaode/maps/android/clustering/ClusterManager.java:193
Class
Collection
lib_map_gaode/src/com/gaode/maps/android/MarkerManager.java:127
Class
ColorInterval
lib_map_gaode/src/com/gaode/maps/android/heatmaps/Gradient.java:30
Class
ColorsShape
Created by castorflex on 3/5/14.
CsqCommonLib/src/fr/castorflex/android/smoothprogressbar/ColorsShape.java:10
Class
Configer
TheSceneryAlongGaode/src/com/csq/thesceneryalong/config/Configer.java:12
Class
Configuration
Allows configuring a {@link Crouton}s behaviour aside from the actual view, which is defined via {@link Style}. <p/> This allows to re-use a {@link St
CsqCommonLib/src/de/keyboardsurfer/android/widget/crouton/Configuration.java:29
Class
ContentLoadingSmoothProgressBar
This is a copy of the ContentLoadingProgressBar from the support library, but extends SmoothProgressBar.
CsqCommonLib/src/fr/castorflex/android/smoothprogressbar/ContentLoadingSmoothProgressBar.java:11
Class
Converter
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/coords/Converter.java:11
Class
CoordsPoint
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/coords/CoordsPoint.java:9
Class
CopyingCallback
CsqCommonLib/src/org/zeroturnaround/zip/Zips.java:635
Class
CreateMarkerTask
Creates markerWithPosition(s) for a particular cluster, animating it if necessary.
lib_map_gaode/src/com/gaode/maps/android/clustering/view/DefaultClusterRenderer.java:722
Class
Crouton
Displays information in a non-invasive context related manner. Like {@link android.widget.Toast}, but better. <p/> <b>Important: </b> Call {@link Crou
CsqCommonLib/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:52
Class
CsqBackgroundTask
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/tasks/CsqBackgroundTask.java:17
Class
Cubic
CsqCommonLib/src/it/sephiroth/android/library/imagezoom/easing/Cubic.java:3
Class
DaoMaster
Master of DAO (schema version 1): knows all DAOs.
TheSceneryAlongGaode/src-gen/com/csq/thesceneryalong/db/DaoMaster.java:19
Class
DaoSession
{@inheritDoc} @see de.greenrobot.dao.AbstractDaoSession
TheSceneryAlongGaode/src-gen/com/csq/thesceneryalong/db/DaoSession.java:27
Class
DateUtils
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/DateUtils.java:7
Class
DbManager
TheSceneryAlongGaode/src/com/csq/thesceneryalong/io/db/DbManager.java:21
Class
DebugLog
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/DebugLog.java:13
Class
DefaultAnimationsBuilder
Builds the default animations for showing and hiding a {@link Crouton}.
CsqCommonLib/src/de/keyboardsurfer/android/widget/crouton/DefaultAnimationsBuilder.java:24
Class
DefaultClusterRenderer
The default view for a ClusterManager. Markers are animated in and out of clusters.
lib_map_gaode/src/com/gaode/maps/android/clustering/view/DefaultClusterRenderer.java:59
Class
Dependency
Dependency holds information about the node that some other node is dependent upon and the nature of that dependency.
CsqCommonLib/src/com/nineoldandroids/animation/AnimatorSet.java:852
Class
DependencyListener
This class is the mechanism by which animations are started based on events in other animations. If an animation has multiple dependencies on other an
CsqCommonLib/src/com/nineoldandroids/animation/AnimatorSet.java:624
Class
DevOpenHelper
WARNING: Drops all table on Upgrade! Use only during development.
TheSceneryAlongGaode/src-gen/com/csq/thesceneryalong/db/DaoMaster.java:50
Class
DeviceUtil
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/DeviceUtil.java:27
Class
DisappearanceAnimatorListener
CsqCommonLib/src/com/nhaarman/supertooltips/ToolTipView.java:388
Class
DiskLruCache
A simple disk LRU bitmap cache to illustrate how a disk cache would be used for bitmap caching. A much more robust and efficient disk LRU cache soluti
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/disklrucache/DiskLruCache.java:46
Enum
DisplayType
Use this to change the {@link ImageViewTouchBase#setDisplayType(DisplayType)} of this View @author alessandro
CsqCommonLib/src/it/sephiroth/android/library/imagezoom/ImageViewTouchBase.java:57
Class
Dom4jTest
TheSceneryAlongGaode/src/com/csq/thesceneryalong/test/Dom4jTest.java:11
Class
Dom4jUtil
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/Dom4jUtil.java:11
Class
DownAdapter
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/activitys/OfflineMapActivity.java:278
Class
DrawerToggler
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/widgets/MultiDirectionSlidingDrawer.java:1245
Interface
Easing
CsqCommonLib/src/it/sephiroth/android/library/imagezoom/easing/Easing.java:3
Class
EditSceneryActivity
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/activitys/EditSceneryActivity.java:23
Class
EditTextLengthFilter
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/edittextfilter/EditTextLengthFilter.java:14
Class
EditTrackActivity
TheSceneryAlongGaode/src/com/csq/thesceneryalong/ui/activitys/EditTrackActivity.java:27
Class
Elastic
CsqCommonLib/src/it/sephiroth/android/library/imagezoom/easing/Elastic.java:3
Class
EmailUtil
TheSceneryAlongGaode/src/com/csq/thesceneryalong/utils/EmailUtil.java:19
Class
EventCurTrackStatusChanged
TheSceneryAlongGaode/src/com/csq/thesceneryalong/models/events/EventCurTrackStatusChanged.java:11
Class
EventNewScenery
TheSceneryAlongGaode/src/com/csq/thesceneryalong/models/events/EventNewScenery.java:11
Class
EventNewTrackPoint
TheSceneryAlongGaode/src/com/csq/thesceneryalong/models/events/EventNewTrackPoint.java:11
Class
EventRecordTimeChanged
TheSceneryAlongGaode/src/com/csq/thesceneryalong/models/events/EventRecordTimeChanged.java:8
next →
1–100 of 364, ranked by callers