Searched refs:mShapeW (Results 1 – 4 of 4) sorted by relevance
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/ |
D | Bouncer1.java | 48 int mShapeW, mShapeH; field in Bouncer1.MyView 67 int maxX = mShapeX + mShapeW; in setShapeX() 70 maxX = Math.max(mShapeX + mShapeW, maxX); in setShapeX() 80 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY); in setShapeY() 85 mShapeW = mBitmap.getWidth(); in setupShape()
|
D | Bouncer3.java | 49 int mShapeW, mShapeH; field in Bouncer3.MyView 68 int maxX = mShapeX + mShapeW; in setShapeX() 71 maxX = Math.max(mShapeX + mShapeW, maxX); in setShapeX() 81 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY); in setShapeY() 86 mShapeW = mBitmap.getWidth(); in setupShape()
|
D | Bouncer.java | 57 int mShapeW, mShapeH; field in Bouncer.MyView 77 mShapeW = mBitmap.getWidth(); in setupShape() 93 int maxX = mShapeX + mShapeW; in setShapeX() 96 maxX = Math.max(mShapeX + mShapeW, maxX); in setShapeX() 110 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY); in setShapeY()
|
D | Bouncer2.java | 49 int mShapeW, mShapeH; field in Bouncer2.MyView 68 int maxX = mShapeX + mShapeW; in setShapeX() 71 maxX = Math.max(mShapeX + mShapeW, maxX); in setShapeX() 81 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY); in setShapeY() 86 mShapeW = mBitmap.getWidth(); in setupShape()
|