MCPcopy Create free account

hub / github.com/chiragjain/Playground / functions

Functions639 in github.com/chiragjain/Playground

MethodAlphabetIndexerForList
Constructs the indexer. @param cursor the cursor containing the data set @param sortedColumnIndex the column number in the curs
PlayGround/src/com/learn/playground/utils/AlphabetIndexerForList.java:68
MethodBall
(int color, String number)
PlayGround/src/com/learn/playground/box2dview/Ball.java:17
MethodBox2DPhysics
(float dimensionView, int noOfBalls)
PlayGround/src/com/learn/playground/box2dview/Box2DPhysics.java:41
MethodBox2DView
(Context context)
PlayGround/src/com/learn/playground/box2dview/Box2DView.java:42
MethodBrushAdapter
(Context context, String[] brushList)
PlayGround/src/com/learn/playground/adapter/BrushAdapter.java:18
MethodColorPicker
(Context context)
HoloColorPicker/src/com/larswerkman/holocolorpicker/ColorPicker.java:237
MethodConvolutionMatrix
(int size)
PlayGround/src/com/learn/playground/utils/ConvolutionMatrix.java:14
MethodCountryCode
(int id, String name, String code, int phoneCode)
PlayGround/src/com/learn/playground/data/CountryCodes.java:77
MethodCountryCodeSectionAdapter
(Context context, ArrayList<CountryCode> codes)
PlayGround/src/com/learn/playground/adapter/CountryCodeSectionAdapter.java:27
MethodCountryCodes
(Context context)
PlayGround/src/com/learn/playground/data/CountryCodes.java:21
MethodCustomAlertDialog
(Context context, int viewId)
PlayGround/src/com/learn/playground/utils/CustomAlertDialog.java:43
MethodExplosion
(int particleNr, int x, int y)
PlayGround/src/com/learn/playground/particleanim/Explosion.java:29
MethodFastBitmapDrawable
( Bitmap b )
PlayGround/src/com/learn/playground/imageviewer/FastBitmapDrawable.java:24
MethodFlipImageAnimation
Creates a 3D flip animation between two views. @param fromView First view in the transition. @param toView Second view in the t
PlayGround/src/com/learn/playground/utils/FlipImageAnimation.java:40
MethodImageViewTouch
( Context context, AttributeSet attrs )
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouch.java:33
MethodImageViewTouchBase
( Context context )
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouchBase.java:104
MethodInfiniteThread
(TickListener listener)
PlayGround/src/com/learn/playground/box2dview/InfiniteThread.java:15
MethodOCRValidator
()
PlayGround/src/com/learn/playground/utils/OCRValidator.java:35
MethodOpacityBar
(Context context)
HoloColorPicker/src/com/larswerkman/holocolorpicker/OpacityBar.java:168
MethodPaintView
(Context context)
PlayGround/src/com/learn/playground/widget/drawing/PaintView.java:66
MethodPanAndZoomListener
(BaseMovableView view, int anchor, int width, int height)
PlayGround/src/com/learn/playground/widget/drawing/PanAndZoomListener.java:30
MethodPanZoomCalculator
(BaseMovableView child, int anchor, int windowWidth, int windowHeight)
PlayGround/src/com/learn/playground/widget/drawing/PanAndZoomListener.java:110
MethodParticle
(int x, int y)
PlayGround/src/com/learn/playground/particleanim/Particle.java:129
MethodParticleAnimationHandlerView
(Context context)
PlayGround/src/com/learn/playground/particleanim/ParticleAnimationHandlerView.java:44
MethodParticleAnimationView
(Context context)
PlayGround/src/com/learn/playground/particleanim/ParticleAnimationView.java:44
MethodPathState
(Path path, Paint paint)
PlayGround/src/com/learn/playground/widget/drawing/PaintView.java:440
MethodPinnedHeaderListView
(Context context)
PlayGround/src/com/learn/playground/widget/PinnedHeaderListView.java:40
MethodPixelPaintView
(Context context)
PlayGround/src/com/learn/playground/widget/drawing/PixelPaintView.java:85
MethodPlayZoneAdapter
(Context context, int[] links)
PlayGround/src/com/learn/playground/adapter/PlayZoneAdapter.java:18
MethodSVBar
(Context context)
HoloColorPicker/src/com/larswerkman/holocolorpicker/SVBar.java:146
MethodSaturationBar
(Context context)
HoloColorPicker/src/com/larswerkman/holocolorpicker/SaturationBar.java:168
MethodSectionIndexerBaseAdapter
()
PlayGround/src/com/learn/playground/widget/SectionIndexerBaseAdapter.java:24
MethodSectionedBaseAdapter
()
PlayGround/src/com/learn/playground/widget/SectionedBaseAdapter.java:37
MethodSnapShot
(int[] pixels)
PlayGround/src/com/learn/playground/widget/drawing/PixelPaintView.java:664
MethodStringObjectForIndexer
(String text)
PlayGround/src/com/learn/playground/utils/StringObjectForIndexer.java:7
MethodStyledButton
(Context context, AttributeSet attrs, int defStyle)
PlayGround/src/com/learn/playground/utils/CustomAlertDialog.java:246
MethodValueBar
(Context context)
HoloColorPicker/src/com/larswerkman/holocolorpicker/ValueBar.java:168
MethodVector2
(float x, float y)
PlayGround/src/com/learn/playground/widget/drawing/PaintView.java:475
Method_setImageDrawable
( final Drawable drawable, final Matrix initial_matrix, float min_zoom, float max_zoom )
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouch.java:82
MethodaddOpacityBar
Add a Opacity bar to the color wheel. @param bar The instance of the Opacity bar.
HoloColorPicker/src/com/larswerkman/holocolorpicker/ColorPicker.java:709
MethodaddSaturationBar
(SaturationBar bar)
HoloColorPicker/src/com/larswerkman/holocolorpicker/ColorPicker.java:716
MethodaddValueBar
(ValueBar bar)
HoloColorPicker/src/com/larswerkman/holocolorpicker/ColorPicker.java:722
MethodafterTextChanged
(Editable s)
PlayGround/src/com/learn/playground/CountryListSample.java:57
MethodapplyConfig
(double[][] config)
PlayGround/src/com/learn/playground/utils/ConvolutionMatrix.java:26
MethodapplyTransformation
(float interpolatedTime, Transformation t)
PlayGround/src/com/learn/playground/particleanim/ParticleAnimationView.java:148
MethodapplyTransformation
(float interpolatedTime, Transformation t)
PlayGround/src/com/learn/playground/utils/FlipImageAnimation.java:107
MethodbeforeTextChanged
(CharSequence s, int start, int count, int after)
PlayGround/src/com/learn/playground/CountryListSample.java:52
MethodcanScroll
Determines whether this ImageViewTouch can be scrolled. @param direction - positive direction value means scroll from right to left,
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouch.java:176
MethodchangeSaturationBarColor
Used to change the color of the {@code SaturationBar}. @param color int of the color used to change the opacity bar color.
HoloColorPicker/src/com/larswerkman/holocolorpicker/ColorPicker.java:797
Methodcompare
(CountryCode lhs, CountryCode rhs)
PlayGround/src/com/learn/playground/data/CountryCodes.java:65
MethodcomputeConvolution3x3
(Bitmap src, ConvolutionMatrix matrix)
PlayGround/src/com/learn/playground/utils/ConvolutionMatrix.java:34
MethoddataSetChanged
()
PlayGround/src/com/learn/playground/utils/AlphabetIndexerForList.java:259
MethoddecodeBitmapFromStream
(Context context, Uri selectedImage, int reqWidth, int reqHeight)
PlayGround/src/com/learn/playground/utils/PlayGroundUtils.java:90
MethoddispatchDraw
(Canvas canvas)
PlayGround/src/com/learn/playground/widget/PinnedHeaderListView.java:156
Methoddispose
()
PlayGround/src/com/learn/playground/imageviewer/IDisposable.java:5
Methoddispose
()
PlayGround/src/com/learn/playground/imageviewer/ImageViewTouchBase.java:927
Methoddraw
(Canvas canvas)
PlayGround/src/com/learn/playground/particleanim/Explosion.java:137
Methoddraw
( Canvas canvas )
PlayGround/src/com/learn/playground/imageviewer/FastBitmapDrawable.java:35
MethodeaseIn
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Circ.java:10
MethodeaseIn
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Expo.java:10
MethodeaseIn
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quint.java:10
MethodeaseIn
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Easing.java:7
MethodeaseIn
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Back.java:10
MethodeaseIn
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Sine.java:10
MethodeaseIn
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Cubic.java:10
MethodeaseIn
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quad.java:10
MethodeaseIn
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Elastic.java:5
MethodeaseIn
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Linear.java:14
MethodeaseIn
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quart.java:10
MethodeaseInOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Circ.java:15
MethodeaseInOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Expo.java:15
MethodeaseInOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quint.java:15
MethodeaseInOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Back.java:15
MethodeaseInOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Sine.java:15
MethodeaseInOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Bounce.java:23
MethodeaseInOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Cubic.java:15
MethodeaseInOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quad.java:15
MethodeaseInOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Elastic.java:41
MethodeaseInOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Linear.java:19
MethodeaseInOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quart.java:15
MethodeaseNone
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Linear.java:5
MethodeaseOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Circ.java:5
MethodeaseOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Expo.java:5
MethodeaseOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quint.java:5
MethodeaseOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Back.java:5
MethodeaseOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Sine.java:5
MethodeaseOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Cubic.java:5
MethodeaseOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quad.java:5
MethodeaseOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Elastic.java:23
MethodeaseOut
( double time, double start, double end, double duration )
PlayGround/src/com/learn/playground/imageviewer/easing/Linear.java:9
MethodeaseOut
( double t, double b, double c, double d )
PlayGround/src/com/learn/playground/imageviewer/easing/Quart.java:5
MethodgenerateBall
(Ball b)
PlayGround/src/com/learn/playground/box2dview/Box2DView.java:220
MethodgenerateBall
()
PlayGround/src/com/learn/playground/box2dview/Box2DPhysics.java:165
MethodgetAge
()
PlayGround/src/com/learn/playground/particleanim/Particle.java:96
MethodgetBalls
()
PlayGround/src/com/learn/playground/box2dview/Box2DView.java:100
MethodgetBitmap
()
PlayGround/src/com/learn/playground/widget/drawing/PixelPaintView.java:691
MethodgetBitmap
()
PlayGround/src/com/learn/playground/imageviewer/FastBitmapDrawable.java:80
MethodgetBitmap
()
PlayGround/src/com/learn/playground/imageviewer/IBitmapDrawable.java:12
MethodgetBrushSize
()
PlayGround/src/com/learn/playground/widget/drawing/PixelPaintView.java:386
MethodgetColor
Get the currently selected color. @return The ARGB value of the currently selected color.
HoloColorPicker/src/com/larswerkman/holocolorpicker/SaturationBar.java:487
← previousnext →301–400 of 639, ranked by callers