Home
last modified time | relevance | path

Searched refs:mBallHeight (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java52 float mBallHeight = 50f; field in AnimationActivity
67 mBallHeight = extras.getFloat(BALL_HEIGHT); in onCreate()
197 newBall = addBall(mBallHeight, mBallWidth); in AnimationView()