SYMBOL INDEX (452 symbols across 59 files) FILE: app/src/androidTest/java/no/agens/depth/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: app/src/main/java/no/agens/depth/BearSceneView.java class BearSceneView (line 21) | public class BearSceneView extends View { method BearSceneView (line 27) | public BearSceneView(Context context) { method BearSceneView (line 40) | public BearSceneView(Context context, AttributeSet attrs) { method BearSceneView (line 44) | public BearSceneView(Context context, AttributeSet attrs, int defStyle... method onLayout (line 49) | @Override method init (line 57) | private void init() { method addGrunge (line 82) | private void addGrunge(Bitmap grunge) { method addFire (line 89) | private void addFire(Bitmap smoke, Bitmap stones, float x, float y) { method addWhiteBear (line 125) | private void addWhiteBear(float v, float v1, Bitmap bear3) { method addBear (line 130) | private void addBear(float v, float v1, Bitmap bear1, Bitmap bear2) { method addTree (line 137) | void addTree(Bitmap bitmap, float x, float y, float scale, float alpha) { method onDetachedFromWindow (line 143) | @Override method destroyResources (line 149) | private void destroyResources() { method onAttachedToWindow (line 155) | @Override method onDraw (line 162) | @Override method setPause (line 183) | public void setPause(boolean pause) { method setWind (line 201) | public void setWind(int wind) { method setFlamesHeight (line 209) | public void setFlamesHeight(int progress) { method getYCoordByPercent (line 217) | private float getYCoordByPercent(float percent) { FILE: app/src/main/java/no/agens/depth/Foam.java class Foam (line 10) | public class Foam extends PathBitmapMesh { method update (line 13) | void update(float deltaTime) { method Foam (line 24) | public Foam(int horizontalSlices, int verticalSlices, Bitmap bitmap, f... method setupFoam (line 33) | private void setupFoam(int verts) { method calcWave (line 42) | void calcWave() { method matchVertsToPath (line 50) | public void matchVertsToPath(Path path, float extraOffset) { method setVerticalOffset (line 77) | public void setVerticalOffset(float verticalOffset) { FILE: app/src/main/java/no/agens/depth/MenuAnimation.java type MenuAnimation (line 3) | public interface MenuAnimation { method animateTOMenu (line 4) | void animateTOMenu(); method revertFromMenu (line 5) | void revertFromMenu(); method exitFromMenu (line 6) | void exitFromMenu(); FILE: app/src/main/java/no/agens/depth/PlayGroundActivity.java class PlayGroundActivity (line 13) | public class PlayGroundActivity extends Activity { method onCreate (line 25) | @Override method setupMenuButton (line 36) | private void setupMenuButton() { method setupSeekBars (line 48) | private void setupSeekBars() { method makeAppFullscreen (line 57) | private void makeAppFullscreen() { method setupDepthSeekbar (line 64) | private void setupDepthSeekbar() { method setupRotationXSeekbar (line 76) | private SeekBar setupRotationXSeekbar() { method setupRotationYSeekbar (line 90) | private void setupRotationYSeekbar() { method setupRotationZSeekbar (line 102) | private void setupRotationZSeekbar() { method setupElevationSeekbar (line 115) | private void setupElevationSeekbar() { FILE: app/src/main/java/no/agens/depth/RenderableBear.java class RenderableBear (line 8) | public class RenderableBear extends Renderable { method RenderableBear (line 15) | public RenderableBear(Bitmap[] bitmaps, float x, float y) { method draw (line 21) | @Override method update (line 29) | @Override method destroy (line 40) | public void destroy() { FILE: app/src/main/java/no/agens/depth/RenderableTree.java class RenderableTree (line 15) | public class RenderableTree extends Renderable { method RenderableTree (line 29) | public RenderableTree(Bitmap bitmap, float x, float y, float alpha) { method setScale (line 38) | public void setScale(float scaleX, float scaleY) { method createVerts (line 43) | private void createVerts() { method setXY (line 61) | public void setXY(float[] array, int index, float x, float y) { method setXA (line 66) | public void setXA(float[] array, int index, float x) { method setYA (line 70) | public void setYA(float[] array, int index, float y) { method draw (line 74) | @Override method createPath (line 88) | private void createPath() { method matchVertsToPath (line 98) | private void matchVertsToPath() { method setOffsetPercent (line 119) | public void setOffsetPercent(float offset) { method isBounceAnimatin (line 125) | public boolean isBounceAnimatin() { method cancelBounce (line 129) | public void cancelBounce() { method update (line 133) | @Override FILE: app/src/main/java/no/agens/depth/RootActivity.java class RootActivity (line 22) | public class RootActivity extends Activity { method onCreate (line 31) | @Override method setCurrentMenuIndex (line 44) | public void setCurrentMenuIndex(int currentMenuIndex) { method makeAppFullscreen (line 50) | private void makeAppFullscreen() { method onBackPressed (line 60) | @Override method showMenu (line 70) | public void showMenu() { method hideMenu (line 81) | public void hideMenu() { method setupMenu (line 90) | private void setupMenu() { method addMenuItem (line 102) | private void addMenuItem(ViewGroup menu, String text, int drawableReso... method getMenuItemCLick (line 123) | private View.OnClickListener getMenuItemCLick(final int menuIndex, fin... method showWindFragment (line 141) | private void showWindFragment(int menuIndex, int color) { method showWaterFragment (line 150) | private void showWaterFragment(int menuIndex, int color) { method selectMenuItem (line 159) | private void selectMenuItem(int menuIndex, int color) { method unSelect (line 170) | private void unSelect(View menuItem) { method fadeColorTo (line 181) | private void fadeColorTo(int newColor, TextView view) { method select (line 187) | private void select(View menuItem, int color) { method goToFragment (line 196) | public void goToFragment(final Fragment newFragment) { FILE: app/src/main/java/no/agens/depth/SeekBarProgressChangeListener.java class SeekBarProgressChangeListener (line 5) | public abstract class SeekBarProgressChangeListener implements SeekBar.O... method onStartTrackingTouch (line 6) | @Override method onStopTrackingTouch (line 10) | @Override FILE: app/src/main/java/no/agens/depth/Smoke.java class Smoke (line 14) | public class Smoke extends Renderable { method createVerts (line 26) | private void createVerts() { method setXY (line 44) | public void setXY(float[] array, int index, float x, float y) { method Smoke (line 49) | public Smoke(Bitmap bitmap, float x, float y, float height, float widt... method destroy (line 76) | public void destroy() { method pause (line 81) | @Override method resume (line 87) | @Override method draw (line 97) | @Override method setY (line 105) | public void setY(float y) { method update (line 110) | @Override method createPath (line 115) | private void createPath() { method matchVertsToPath (line 135) | private void matchVertsToPath(float wind) { FILE: app/src/main/java/no/agens/depth/TransitionHelper.java class TransitionHelper (line 19) | public class TransitionHelper { method startIntroAnim (line 30) | public static void startIntroAnim(View root, AnimatorListenerAdapter i... method introAnimate (line 38) | static ObjectAnimator introAnimate(final DepthLayout target, final flo... method startExitAnim (line 96) | public static void startExitAnim(View root) { method hideStatusBar (line 105) | private static void hideStatusBar(View root) { method exitAnimate (line 112) | static ValueAnimator exitAnimate(final DepthLayout target, final float... method continueOutToRight (line 153) | private static void continueOutToRight(DepthLayout target, float moveY... method getDistanceToCenter (line 166) | public static float getDistanceToCenter(View target) { method getDistanceToCenterX (line 172) | public static float getDistanceToCenterX(View target) { method animateToMenuState (line 178) | public static void animateToMenuState(View root, AnimatorListenerAdapt... method makeAppFullscreen (line 191) | private static void makeAppFullscreen(View target) { method animateMenuOut (line 198) | public static void animateMenuOut(View root) { method startRevertFromMenu (line 206) | public static void startRevertFromMenu(View root, AnimatorListenerAdap... method revertFromMenu (line 219) | static ObjectAnimator revertFromMenu(final DepthLayout target, final f... method getShowStatusBarListener (line 264) | @NonNull FILE: app/src/main/java/no/agens/depth/Water.java class Water (line 12) | public class Water extends Renderable { method Water (line 22) | public Water(Bitmap bitmap, Bitmap foam, float y, float height, float ... method pause (line 43) | @Override method resume (line 51) | @Override method destroy (line 59) | @Override method draw (line 68) | @Override method update (line 77) | @Override method createPath (line 98) | private void createPath() { method setWaveHeight (line 120) | public void setWaveHeight(float waveHeight) { FILE: app/src/main/java/no/agens/depth/WaterFragment.java class WaterFragment (line 18) | public class WaterFragment extends Fragment implements MenuAnimation { method WaterFragment (line 23) | public WaterFragment() { method setIntroAnimate (line 26) | public void setIntroAnimate(boolean introAnimate) { method onCreateView (line 34) | @Override method setupSeekbars (line 48) | private void setupSeekbars() { method setupMenuButton (line 72) | private void setupMenuButton() { method introAnimate (line 87) | private void introAnimate() { method setupFab (line 105) | private void setupFab() { method onAnimationEnd (line 128) | @Override method hideShadow (line 136) | private void hideShadow() { method showShadow (line 141) | private void showShadow() { method animateTOMenu (line 147) | @Override method revertFromMenu (line 161) | @Override method exitFromMenu (line 168) | @Override FILE: app/src/main/java/no/agens/depth/WaterSceneView.java class WaterSceneView (line 17) | public class WaterSceneView extends View { method WaterSceneView (line 25) | public WaterSceneView(Context context) { method WaterSceneView (line 30) | public WaterSceneView(Context context, AttributeSet attrs) { method WaterSceneView (line 34) | public WaterSceneView(Context context, AttributeSet attrs, int defStyl... method onLayout (line 39) | @Override method init (line 47) | private void init() { method onDetachedFromWindow (line 68) | @Override method destroyResources (line 74) | private void destroyResources() { method onAttachedToWindow (line 79) | @Override method onDraw (line 86) | @Override method setPause (line 99) | public void setPause(boolean pause) { method getYCoordByPercent (line 114) | private float getYCoordByPercent(float percent) { method getXCoordByPercent (line 118) | private float getXCoordByPercent(float percent) { method setWaveHeight (line 122) | public void setWaveHeight(float height) { method setNoiseIntensity (line 126) | public void setNoiseIntensity(float noiseAmount) { FILE: app/src/main/java/no/agens/depth/WindFragment.java class WindFragment (line 23) | public class WindFragment extends Fragment implements MenuAnimation { method WindFragment (line 29) | public WindFragment() { method onCreateView (line 36) | @Override method setupSliders (line 50) | private void setupSliders() { method doIntroAnimation (line 79) | private void doIntroAnimation() { method setupFabButton (line 97) | private void setupFabButton() { method setupMenuButton (line 119) | private void setupMenuButton() { method setProgressBarColor (line 134) | public static void setProgressBarColor(SeekBar progressBar, int newCol... method setIntroAnimate (line 150) | public void setIntroAnimate(boolean introAnimate) { method animateTOMenu (line 154) | @Override method hideShadow (line 168) | private void hideShadow() { method revertFromMenu (line 173) | @Override method onAnimationEnd (line 181) | @Override method showShadow (line 189) | private void showShadow() { method exitFromMenu (line 195) | @Override FILE: lib/src/androidTest/java/no/agens/depth/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: lib/src/main/java/no/agens/depth/lib/CircularSplashView.java class CircularSplashView (line 24) | public class CircularSplashView extends View { method CircularSplashView (line 28) | public CircularSplashView(Context context) { method CircularSplashView (line 32) | public CircularSplashView(Context context, AttributeSet attrs) { method CircularSplashView (line 36) | public CircularSplashView(Context context, AttributeSet attrs, int def... method setSplash (line 40) | public void setSplash(Bitmap splash) { method setSplashColor (line 44) | public void setSplashColor(int splashColor) { method onLayout (line 51) | @Override method introAnimate (line 59) | public void introAnimate() { method onDraw (line 71) | @Override type CircledDrawable (line 78) | interface CircledDrawable { method startAnim (line 79) | void startAnim(); method draw (line 81) | void draw(Canvas canvas); class CircleBitmapExpand (line 84) | public class CircleBitmapExpand implements CircledDrawable { method CircleBitmapExpand (line 91) | public CircleBitmapExpand(Rect targetSize, long startDelay, long ani... method GetBitmapClippedCircle (line 99) | public Bitmap GetBitmapClippedCircle(Bitmap bitmap) { method startAnim (line 119) | public void startAnim() { method draw (line 136) | public void draw(Canvas canvas) { class CircleColorExpand (line 142) | public class CircleColorExpand implements CircledDrawable { method CircleColorExpand (line 149) | public CircleColorExpand(RectF targetSize, long startDelay, long ani... method startAnim (line 158) | public void startAnim() { method draw (line 174) | public void draw(Canvas canvas) { FILE: lib/src/main/java/no/agens/depth/lib/ColorAnimator.java class ColorAnimator (line 10) | public class ColorAnimator { method ofColor (line 12) | public static ObjectAnimator ofColor(Object target, String propertyNam... method ofColor (line 16) | public static ObjectAnimator ofColor(Object target, String propertyNam... method ofBackgroundColor (line 20) | public static ObjectAnimator ofBackgroundColor(View target, int from, ... method ofBackgroundColor (line 24) | public static ObjectAnimator ofBackgroundColor(View target, int to) { class ColorEvaluator (line 28) | private static class ColorEvaluator implements TypeEvaluator { method evaluate (line 30) | @Override class ViewBackgroundWrapper (line 44) | public static class ViewBackgroundWrapper { method ViewBackgroundWrapper (line 48) | public ViewBackgroundWrapper(View v) { method getBackgroundColor (line 52) | public int getBackgroundColor() { method setBackgroundColor (line 63) | public void setBackgroundColor(int color) { FILE: lib/src/main/java/no/agens/depth/lib/CustomShadow.java class CustomShadow (line 19) | public class CustomShadow extends Drawable { method CustomShadow (line 71) | public CustomShadow( method toEven (line 100) | private int toEven(float value) { method setAddPaddingForCorners (line 108) | public void setAddPaddingForCorners(boolean addPaddingForCorners) { method setAlpha (line 113) | @Override method onBoundsChange (line 120) | @Override method setShadowSize (line 126) | void setShadowSize(float shadowSize, float maxShadowSize) { method getPadding (line 149) | @Override method calculateVerticalPadding (line 160) | static float calculateVerticalPadding(float maxShadowSize, float corne... method calculateHorizontalPadding (line 169) | static float calculateHorizontalPadding(float maxShadowSize, float cor... method setColorFilter (line 178) | @Override method getOpacity (line 185) | @Override method setCornerRadius (line 190) | void setCornerRadius(float radius) { method draw (line 200) | @Override method drawShadow (line 212) | private void drawShadow(Canvas canvas) { method buildShadowCorners (line 231) | private void buildShadowCorners() { method buildComponents (line 265) | private void buildComponents(Rect bounds) { method getCornerRadius (line 275) | float getCornerRadius() { method getMaxShadowAndCornerPadding (line 279) | void getMaxShadowAndCornerPadding(Rect into) { method setShadowSize (line 283) | void setShadowSize(float size) { method setMaxShadowSize (line 287) | void setMaxShadowSize(float size) { method getShadowSize (line 291) | float getShadowSize() { method getMaxShadowSize (line 295) | float getMaxShadowSize() { method getMinWidth (line 299) | float getMinWidth() { method getMinHeight (line 305) | float getMinHeight() { method setColor (line 311) | public void setColor(int color) { type RoundRectHelper (line 316) | interface RoundRectHelper { method drawRoundRect (line 317) | void drawRoundRect(Canvas canvas, RectF bounds, float cornerRadius, ... FILE: lib/src/main/java/no/agens/depth/lib/DepthLayout.java class DepthLayout (line 17) | public class DepthLayout extends RelativeLayout { method DepthLayout (line 24) | public DepthLayout(Context context) { method hasOverlappingRendering (line 30) | @Override method getEdgePaint (line 35) | public Paint getEdgePaint() { method setEdgePaint (line 40) | public void setEdgePaint(Paint edgePaint) { method initView (line 44) | private void initView(AttributeSet attrs) { method DepthLayout (line 72) | public DepthLayout(Context context, AttributeSet attrs) { method DepthLayout (line 78) | public DepthLayout(Context context, AttributeSet attrs, int defStyleAt... method getDepth (line 87) | public float getDepth() { method setDepth (line 91) | public void setDepth(float depth) { method isCircle (line 96) | public boolean isCircle() { method setIsCircle (line 100) | public void setIsCircle(boolean isCircle) { method calculateBounds (line 108) | public boolean calculateBounds() { method hasMatrixChanged (line 149) | boolean hasMatrixChanged(float[] newSrc) { method getTopLeft (line 157) | public PointF getTopLeft() { method getTopRight (line 161) | public PointF getTopRight() { method getBottomLeft (line 165) | public PointF getBottomLeft() { method getBottomRight (line 169) | public PointF getBottomRight() { method getTopLeftBack (line 173) | public PointF getTopLeftBack() { method getTopRightBack (line 177) | public PointF getTopRightBack() { method getBottomLeftBack (line 181) | public PointF getBottomLeftBack() { method getBottomRightBack (line 185) | public PointF getBottomRightBack() { method getCustomShadow (line 203) | public CustomShadow getCustomShadow() { method setCustomShadowElevation (line 207) | public void setCustomShadowElevation(float customShadowElevation) { method getCustomShadowElevation (line 212) | public float getCustomShadowElevation() { class CustomShadow (line 218) | class CustomShadow { method calculateBounds (line 227) | public void calculateBounds(DepthLayout target) { method drawShadow (line 252) | public void drawShadow(Canvas canvas, DepthLayout dl, Drawable shado... FILE: lib/src/main/java/no/agens/depth/lib/DepthRendrer.java class DepthRendrer (line 17) | public class DepthRendrer extends RelativeLayout { method DepthRendrer (line 25) | public DepthRendrer(Context context) { method DepthRendrer (line 31) | public DepthRendrer(Context context, AttributeSet attrs) { method DepthRendrer (line 36) | public DepthRendrer(Context context, AttributeSet attrs, int defStyleA... method DepthRendrer (line 41) | public DepthRendrer(Context context, AttributeSet attrs, int defStyleA... method getTopEdgeLength (line 46) | public float getTopEdgeLength(DepthLayout dl) { method getDistance (line 50) | float getDistance(PointF p1, PointF p2) { method getShadowAlpha (line 54) | public float getShadowAlpha() { method setShadowAlpha (line 58) | public void setShadowAlpha(float shadowAlpha) { method setup (line 64) | void setup() { method drawChild (line 86) | @Override method drawCornerBaseShape (line 110) | private void drawCornerBaseShape(DepthLayout dl, Canvas canvas, float[... method drawHorizontalFist (line 126) | private void drawHorizontalFist(DepthLayout dl, Canvas canvas, float[]... method drawVerticalFirst (line 143) | private void drawVerticalFirst(DepthLayout dl, Canvas canvas, float[] ... method getLongestHorizontalEdge (line 163) | float getLongestHorizontalEdge(DepthLayout dl) { method getLongestVerticalEdge (line 173) | float getLongestVerticalEdge(DepthLayout dl) { method getRightEdgeLength (line 183) | private float getRightEdgeLength(DepthLayout dl) { method getLeftEdgeLength (line 187) | private float getLeftEdgeLength(DepthLayout dl) { method getBottomEdgeLength (line 192) | private float getBottomEdgeLength(DepthLayout dl) { method drawShadow (line 197) | void drawShadow(PointF point1, PointF point2, float correctionValue, C... method drawRectancle (line 206) | private void drawRectancle(DepthLayout dl, Canvas canvas) { method getAngle (line 210) | public float getAngle(PointF point1, PointF point2) { method drawLeftEdge (line 215) | private void drawLeftEdge(DepthLayout dl, Canvas canvas, float[] src) { method drawRightEdge (line 227) | private void drawRightEdge(DepthLayout dl, Canvas canvas, float[] src) { method drawTopEdge (line 239) | private void drawTopEdge(DepthLayout dl, Canvas canvas, float[] src) { method drawBottomEdge (line 250) | private void drawBottomEdge(DepthLayout dl, Canvas canvas, float[] src) { FILE: lib/src/main/java/no/agens/depth/lib/MaterialMenuDrawable.java class MaterialMenuDrawable (line 21) | public class MaterialMenuDrawable extends Drawable implements Animatable { type IconState (line 23) | public enum IconState { type AnimationState (line 27) | public enum AnimationState { method getFirstState (line 30) | public IconState getFirstState() { method getSecondState (line 49) | public IconState getSecondState() { type Stroke (line 69) | public enum Stroke { method Stroke (line 85) | Stroke(int strokeWidth) { method valueOf (line 89) | protected static Stroke valueOf(int strokeWidth) { method MaterialMenuDrawable (line 165) | public MaterialMenuDrawable(Context context, int color, Stroke stroke) { method MaterialMenuDrawable (line 169) | public MaterialMenuDrawable(Context context, int color, Stroke stroke,... method MaterialMenuDrawable (line 173) | public MaterialMenuDrawable(Context context, int color, Stroke stroke,... method MaterialMenuDrawable (line 200) | private MaterialMenuDrawable(int color, Stroke stroke, long transformD... method initPaint (line 224) | private void initPaint(int color) { method draw (line 242) | @Override public void draw(Canvas canvas) { method drawMiddleLine (line 262) | private void drawMiddleLine(Canvas canvas, float ratio) { method drawTopLine (line 334) | private void drawTopLine(Canvas canvas, float ratio) { method drawBottomLine (line 429) | private void drawBottomLine(Canvas canvas, float ratio) { method isMorphingForward (line 536) | private boolean isMorphingForward() { method resolveStrokeModifier (line 540) | private float resolveStrokeModifier(float ratio) { method setAlpha (line 561) | @Override public void setAlpha(int alpha) { method setColorFilter (line 565) | @Override public void setColorFilter(ColorFilter cf) { method getOpacity (line 569) | @Override public int getOpacity() { method setColor (line 577) | public void setColor(int color) { method setTransformationDuration (line 583) | public void setTransformationDuration(int duration) { method setInterpolator (line 587) | public void setInterpolator(Interpolator interpolator) { method setAnimationListener (line 591) | public void setAnimationListener(Animator.AnimatorListener listener) { method setIconState (line 603) | public void setIconState(IconState iconState) { method animateIconState (line 634) | public void animateIconState(IconState state) { method setTransformationOffset (line 644) | public IconState setTransformationOffset(AnimationState animationState... method setVisible (line 663) | public void setVisible(boolean visible) { method setRTLEnabled (line 668) | public void setRTLEnabled(boolean rtlEnabled) { method getIconState (line 673) | public IconState getIconState() { method isDrawableVisible (line 677) | public boolean isDrawableVisible(){ method get (line 686) | @Override method set (line 691) | @Override method getTransformationValue (line 697) | public Float getTransformationValue() { method setTransformationValue (line 701) | public void setTransformationValue(Float value) { method initAnimations (line 706) | private void initAnimations(int transformDuration) { method resolveTransformation (line 718) | private boolean resolveTransformation() { method start (line 763) | @Override public void start() { method stop (line 780) | @Override public void stop() { method isRunning (line 789) | @Override public boolean isRunning() { method getIntrinsicWidth (line 793) | @Override method getIntrinsicHeight (line 798) | @Override method getConstantState (line 804) | @Override method mutate (line 810) | @Override class MaterialMenuState (line 816) | private final class MaterialMenuState extends ConstantState { method MaterialMenuState (line 819) | private MaterialMenuState() { method newDrawable (line 822) | @Override method getChangingConfigurations (line 834) | @Override method dpToPx (line 840) | static float dpToPx(Resources resources, float dp) { FILE: lib/src/main/java/no/agens/depth/lib/MathHelper.java class MathHelper (line 5) | public class MathHelper { method randomRange (line 7) | public static float randomRange(float min, float max) { FILE: lib/src/main/java/no/agens/depth/lib/RectEvaluator.java class RectEvaluator (line 6) | public class RectEvaluator implements TypeEvaluator { method evaluate (line 8) | @Override FILE: lib/src/main/java/no/agens/depth/lib/RectFEvaluator.java class RectFEvaluator (line 6) | public class RectFEvaluator implements TypeEvaluator { method evaluate (line 8) | @Override FILE: lib/src/main/java/no/agens/depth/lib/RippleHelper.java class RippleHelper (line 7) | public class RippleHelper { method getPressedColorRippleDrawable (line 8) | public static RippleDrawable getPressedColorRippleDrawable(int normalC... method getPressedColorSelector (line 13) | public static ColorStateList getPressedColorSelector(int normalColor, ... method getColorDrawableFromColor (line 33) | public static ColorDrawable getColorDrawableFromColor(int color) FILE: lib/src/main/java/no/agens/depth/lib/headers/AuraDrawable.java class AuraDrawable (line 9) | public class AuraDrawable extends Renderable { method AuraDrawable (line 13) | public AuraDrawable(Drawable drawable, Rect position) { method draw (line 20) | @Override method update (line 25) | public void update(float deltaTime, float wind) { FILE: lib/src/main/java/no/agens/depth/lib/headers/NoiseEffect.java class NoiseEffect (line 14) | public class NoiseEffect extends Renderable { method NoiseEffect (line 21) | public NoiseEffect(Bitmap bitmap, int grainFPS, float scale) { method draw (line 35) | @Override method update (line 44) | @Override method setNoiseIntensity (line 75) | public void setNoiseIntensity(float noiseIntensity) { FILE: lib/src/main/java/no/agens/depth/lib/headers/Particle.java class Particle (line 3) | public class Particle extends Renderable { method Particle (line 7) | public Particle(float x, float y,float randomSpeedX, float randomSpeed... method setRandomSpeed (line 15) | public void setRandomSpeed( float randomSpeedX, float randomSpeedY){ FILE: lib/src/main/java/no/agens/depth/lib/headers/ParticleSystem.java class ParticleSystem (line 14) | public class ParticleSystem extends Renderable { method setParticleSize (line 27) | public void setParticleSize(int particleSize) { method setRandomMovementX (line 33) | public void setRandomMovementX(float randomMovement) { method ParticleSystem (line 39) | public ParticleSystem(float x, float y, int emitInterWall, float gravi... method setColors (line 48) | public void setColors(int startColor, int endColor) { method draw (line 56) | @Override method update (line 66) | @Override method addParticle (line 90) | private void addParticle() { method setMinYCoord (line 97) | public void setMinYCoord(float minYCoord) { method setRandomMovementY (line 101) | public void setRandomMovementY(float randomMovementY) { method setParticlePaintColor (line 107) | public void setParticlePaintColor(Particle particle) { method setRandomMovementChangeInterval (line 115) | public void setRandomMovementChangeInterval(int randomMovementChangeIn... FILE: lib/src/main/java/no/agens/depth/lib/headers/PathBitmapMesh.java class PathBitmapMesh (line 11) | public class PathBitmapMesh { method PathBitmapMesh (line 19) | public PathBitmapMesh(int horizontalSlices, int verticalSlices, Bitmap... method startWaveAnim (line 30) | private void startWaveAnim(Bitmap bitmap, float waves, int animDuratio... method destroy (line 47) | public void destroy() { method setAlpha (line 55) | public void setAlpha(int alpha) { method createVerts (line 59) | private void createVerts() { method setXY (line 80) | public void setXY(float[] array, int index, float x, float y) { method matchVertsToPath (line 85) | public void matchVertsToPath(Path path, float bottomCoord, float extra... method getBitmap (line 109) | public Bitmap getBitmap() { method draw (line 118) | public void draw(Canvas canvas) { method pause (line 122) | public void pause() { method resume (line 126) | public void resume() { FILE: lib/src/main/java/no/agens/depth/lib/headers/Renderable.java class Renderable (line 10) | public class Renderable { method setY (line 13) | public void setY(float y) { method Renderable (line 26) | public Renderable(Bitmap bitmap, float x, float y) { method draw (line 32) | public void draw(Canvas canvas) { method drawStretched (line 38) | public void drawStretched(Canvas canvas, float parentWidth) { method setTranslationY (line 44) | public void setTranslationY(Float translationY) { method getTranslationY (line 48) | public float getTranslationY() { method setTranslationY (line 52) | public void setTranslationY(float translationY) { method getTranslationX (line 56) | public float getTranslationX() { method setTranslationX (line 60) | public void setTranslationX(float translationX) { method setScale (line 64) | public void setScale(float scale, float scale1) { method update (line 68) | public void update(float deltaTime, float wind) { method destroy (line 72) | public void destroy() { method pause (line 79) | public void pause() { method resume (line 83) | public void resume() { FILE: lib/src/main/java/no/agens/depth/lib/tween/FrameRateCounter.java class FrameRateCounter (line 9) | public class FrameRateCounter { method timeStep (line 12) | public static float timeStep() { FILE: lib/src/main/java/no/agens/depth/lib/tween/TRectFEvaluator.java class TRectFEvaluator (line 9) | public class TRectFEvaluator implements TypeEvaluator { method evaluate (line 24) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/BackIn.java class BackIn (line 8) | public class BackIn implements TimeInterpolator { method getInterpolation (line 9) | @Override method amount (line 16) | public BackIn amount(float s) { FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/BackInOut.java class BackInOut (line 8) | public class BackInOut implements TimeInterpolator { method getInterpolation (line 9) | @Override method amount (line 17) | public BackInOut amount(float s) { FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/BackOut.java class BackOut (line 8) | public class BackOut implements TimeInterpolator { method getInterpolation (line 9) | @Override method amount (line 16) | public BackOut amount(float s) { FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/CircIn.java class CircIn (line 8) | class CircIn implements TimeInterpolator { method getInterpolation (line 10) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/CircInOut.java class CircInOut (line 8) | public class CircInOut implements TimeInterpolator { method getInterpolation (line 10) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/CircOut.java class CircOut (line 8) | class CircOut implements TimeInterpolator { method getInterpolation (line 10) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/ElasticIn.java class ElasticIn (line 8) | public class ElasticIn implements TimeInterpolator { method getInterpolation (line 9) | @Override method a (line 24) | public ElasticIn a(float a) { method p (line 30) | public ElasticIn p(float p) { FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/ElasticInOut.java class ElasticInOut (line 8) | public class ElasticInOut implements TimeInterpolator { method getInterpolation (line 9) | @Override method a (line 25) | public ElasticInOut a(float a) { method p (line 31) | public ElasticInOut p(float p) { FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/ElasticOut.java class ElasticOut (line 8) | public class ElasticOut implements TimeInterpolator { method getInterpolation (line 16) | @Override method a (line 27) | public ElasticOut a(float a) { method p (line 33) | public ElasticOut p(float p) { FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/ExpoIn.java class ExpoIn (line 8) | public class ExpoIn implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/ExpoInOut.java class ExpoInOut (line 8) | public class ExpoInOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/ExpoOut.java class ExpoOut (line 8) | public class ExpoOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuadIn.java class QuadIn (line 8) | public class QuadIn implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuadInOut.java class QuadInOut (line 8) | public class QuadInOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuadOut.java class QuadOut (line 8) | public class QuadOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuartIn.java class QuartIn (line 8) | public class QuartIn implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuartInOut.java class QuartInOut (line 8) | public class QuartInOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuartOut.java class QuartOut (line 8) | public class QuartOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuintIn.java class QuintIn (line 8) | public class QuintIn implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuintInOut.java class QuintInOut (line 8) | public class QuintInOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/QuintOut.java class QuintOut (line 8) | public class QuintOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/SineIn.java class SineIn (line 8) | public class SineIn implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/SineInOut.java class SineInOut (line 8) | public class SineInOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/main/java/no/agens/depth/lib/tween/interpolators/SineOut.java class SineOut (line 8) | public class SineOut implements TimeInterpolator { method getInterpolation (line 9) | @Override FILE: lib/src/test/java/no/agens/depth/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test