MCPcopy Create free account

hub / github.com/chiragjain/Playground / types & classes

Types & classes89 in github.com/chiragjain/Playground

ClassAlphabetIndexerForList
A helper class for adapters that implement the SectionIndexer interface. If the items in the adapter are sorted by simple alphabet-based sorting, then
PlayGround/src/com/learn/playground/utils/AlphabetIndexerForList.java:19
ClassAnchor
PlayGround/src/com/learn/playground/widget/drawing/PanAndZoomListener.java:12
ClassBack
PlayGround/src/com/learn/playground/imageviewer/easing/Back.java:3
ClassBall
PlayGround/src/com/learn/playground/box2dview/Ball.java:5
ClassBaseActivity
PlayGround/src/com/learn/playground/BaseActivity.java:9
InterfaceBaseMovableView
PlayGround/src/com/learn/playground/widget/drawing/BaseMovableView.java:6
ClassBounce
PlayGround/src/com/learn/playground/imageviewer/easing/Bounce.java:3
ClassBox2DPhysics
PlayGround/src/com/learn/playground/box2dview/Box2DPhysics.java:14
ClassBox2DView
PlayGround/src/com/learn/playground/box2dview/Box2DView.java:24
ClassBox2DViewSample
PlayGround/src/com/learn/playground/Box2DViewSample.java:12
ClassBrushAdapter
PlayGround/src/com/learn/playground/adapter/BrushAdapter.java:12
ClassCirc
PlayGround/src/com/learn/playground/imageviewer/easing/Circ.java:3
ClassColorPicker
Displays a holo-themed color picker. <p> Use {@link #getColor()} to retrieve the selected color. <br> Use {@link #addSVBar(SVBar)} to add a Saturatio
HoloColorPicker/src/com/larswerkman/holocolorpicker/ColorPicker.java:43
InterfaceConstants
PlayGround/src/com/learn/playground/extras/Constants.java:3
ClassConvolutionMatrix
PlayGround/src/com/learn/playground/utils/ConvolutionMatrix.java:6
ClassCountryCode
PlayGround/src/com/learn/playground/data/CountryCodes.java:71
ClassCountryCodeSectionAdapter
PlayGround/src/com/learn/playground/adapter/CountryCodeSectionAdapter.java:19
ClassCountryCodes
PlayGround/src/com/learn/playground/data/CountryCodes.java:16
ClassCountryList
PlayGround/src/com/learn/playground/CountryList.java:19
ClassCountryListSample
PlayGround/src/com/learn/playground/CountryListSample.java:22
ClassCubic
PlayGround/src/com/learn/playground/imageviewer/easing/Cubic.java:3
ClassCustomAlertDialog
PlayGround/src/com/learn/playground/utils/CustomAlertDialog.java:27
ClassCustomAnimation
PlayGround/src/com/learn/playground/particleanim/ParticleAnimationView.java:146
InterfaceCustomDialogListener
PlayGround/src/com/learn/playground/utils/CustomAlertDialog.java:240
EnumDisplayType
Use this to change the {@link ImageViewTouchBase#setDisplayType(DisplayType)} of this View @author alessandro
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouchBase.java:54
InterfaceEasing
PlayGround/src/com/learn/playground/imageviewer/easing/Easing.java:3
ClassElastic
PlayGround/src/com/learn/playground/imageviewer/easing/Elastic.java:3
ClassExplosion
@author impaler
PlayGround/src/com/learn/playground/particleanim/Explosion.java:15
ClassExpo
PlayGround/src/com/learn/playground/imageviewer/easing/Expo.java:3
ClassFastBitmapDrawable
Fast bitmap drawable. Does not support states. it only support alpha and colormatrix @author alessandro
PlayGround/src/com/learn/playground/imageviewer/FastBitmapDrawable.java:19
ClassFileHandlingUtils
PlayGround/src/com/learn/playground/utils/FileHandlingUtils.java:14
ClassFlipImageAnimation
PlayGround/src/com/learn/playground/utils/FlipImageAnimation.java:16
ClassGestureListener
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouch.java:196
EnumGroupOrder
PlayGround/src/com/learn/playground/utils/OCRValidator.java:20
InterfaceIBitmapDrawable
Base interface used in the {@link ImageViewTouchBase} view @author alessandro
PlayGround/src/com/learn/playground/imageviewer/IBitmapDrawable.java:10
InterfaceIDisposable
PlayGround/src/com/learn/playground/imageviewer/IDisposable.java:3
ClassImageViewTouch
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouch.java:17
ClassImageViewTouchBase
Base View to manage image zoom/scrool/pinch operations @author alessandro
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouchBase.java:24
ClassInfiniteThread
PlayGround/src/com/learn/playground/box2dview/InfiniteThread.java:5
ClassLinear
PlayGround/src/com/learn/playground/imageviewer/easing/Linear.java:3
ClassOCRValidator
PlayGround/src/com/learn/playground/utils/OCRValidator.java:11
InterfaceOnColorChangedListener
An interface that is called whenever the color is changed. Currently it is always called when the color is changes. @author lars
HoloColorPicker/src/com/larswerkman/holocolorpicker/ColorPicker.java:259
InterfaceOnColorSelectedListener
An interface that is called whenever a new color has been selected. Currently it is always called when the color wheel has been released.
HoloColorPicker/src/com/larswerkman/holocolorpicker/ColorPicker.java:268
InterfaceOnDrawableChangeListener
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouchBase.java:26
InterfaceOnDrawingStateChangeListener
PlayGround/src/com/learn/playground/widget/drawing/PaintView.java:489
InterfaceOnDrawingStateChangeListener
PlayGround/src/com/learn/playground/widget/drawing/PixelPaintView.java:674
InterfaceOnImageViewTouchDoubleTapListener
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouch.java:278
InterfaceOnImageViewTouchSingleTapListener
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouch.java:283
ClassOnItemClickListener
PlayGround/src/com/learn/playground/widget/PinnedHeaderListView.java:188
InterfaceOnLayoutChangeListener
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouchBase.java:36
InterfaceOnOpacityChangedListener
HoloColorPicker/src/com/larswerkman/holocolorpicker/OpacityBar.java:146
InterfaceOnSaturationChangedListener
HoloColorPicker/src/com/larswerkman/holocolorpicker/SaturationBar.java:156
InterfaceOnValueChangedListener
HoloColorPicker/src/com/larswerkman/holocolorpicker/ValueBar.java:156
ClassOpacityBar
HoloColorPicker/src/com/larswerkman/holocolorpicker/OpacityBar.java:34
ClassPaintView
PlayGround/src/com/learn/playground/widget/drawing/PaintView.java:24
ClassPaintViewSample
PlayGround/src/com/learn/playground/PaintViewSample.java:28
ClassPanAndZoomListener
PlayGround/src/com/learn/playground/widget/drawing/PanAndZoomListener.java:10
ClassPanZoomCalculator
PlayGround/src/com/learn/playground/widget/drawing/PanAndZoomListener.java:91
ClassParticle
@author impaler
PlayGround/src/com/learn/playground/particleanim/Particle.java:17
ClassParticleAnimationHandlerView
@author impaler This is the main surface that handles the ontouch events and draws the image to the screen.
PlayGround/src/com/learn/playground/particleanim/ParticleAnimationHandlerView.java:19
InterfaceParticleAnimationListener
PlayGround/src/com/learn/playground/particleanim/ParticleAnimationHandlerView.java:143
InterfaceParticleAnimationListener
PlayGround/src/com/learn/playground/particleanim/ParticleAnimationView.java:159
ClassParticleAnimationSample
PlayGround/src/com/learn/playground/ParticleAnimationSample.java:15
ClassParticleAnimationView
@author impaler This is the main surface that handles the ontouch events and draws the image to the screen.
PlayGround/src/com/learn/playground/particleanim/ParticleAnimationView.java:23
ClassPathState
PlayGround/src/com/learn/playground/widget/drawing/PaintView.java:430
ClassPinnedHeaderListView
PlayGround/src/com/learn/playground/widget/PinnedHeaderListView.java:11
InterfacePinnedSectionedHeaderAdapter
PlayGround/src/com/learn/playground/widget/PinnedHeaderListView.java:15
ClassPixelPaintView
PlayGround/src/com/learn/playground/widget/drawing/PixelPaintView.java:29
ClassPlayGroundUtils
PlayGround/src/com/learn/playground/utils/PlayGroundUtils.java:20
ClassPlayZone
PlayGround/src/com/learn/playground/PlayZone.java:11
ClassPlayZoneAdapter
PlayGround/src/com/learn/playground/adapter/PlayZoneAdapter.java:13
ClassQuad
PlayGround/src/com/learn/playground/imageviewer/easing/Quad.java:3
ClassQuart
PlayGround/src/com/learn/playground/imageviewer/easing/Quart.java:3
ClassQuint
PlayGround/src/com/learn/playground/imageviewer/easing/Quint.java:3
ClassSVBar
HoloColorPicker/src/com/larswerkman/holocolorpicker/SVBar.java:34
ClassSaturationBar
HoloColorPicker/src/com/larswerkman/holocolorpicker/SaturationBar.java:34
ClassScaleListener
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouch.java:251
ClassSectionIndexerBaseAdapter
PlayGround/src/com/learn/playground/widget/SectionIndexerBaseAdapter.java:13
ClassSectionedBaseAdapter
PlayGround/src/com/learn/playground/widget/SectionedBaseAdapter.java:10
ClassSine
PlayGround/src/com/learn/playground/imageviewer/easing/Sine.java:3
ClassSnapShot
PlayGround/src/com/learn/playground/widget/drawing/PixelPaintView.java:660
ClassSortCodes
PlayGround/src/com/learn/playground/data/CountryCodes.java:63
ClassSplashActivity
PlayGround/src/com/learn/playground/SplashActivity.java:12
ClassStringObjectForIndexer
PlayGround/src/com/learn/playground/utils/StringObjectForIndexer.java:3
ClassStyledButton
PlayGround/src/com/learn/playground/utils/CustomAlertDialog.java:244
InterfaceTickListener
PlayGround/src/com/learn/playground/box2dview/InfiniteThread.java:55
ClassValueBar
HoloColorPicker/src/com/larswerkman/holocolorpicker/ValueBar.java:34
ClassVector2
PlayGround/src/com/learn/playground/widget/drawing/PaintView.java:474
ClassViewHolder
PlayGround/src/com/learn/playground/adapter/PlayZoneAdapter.java:63