Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
DBouncer1.java48 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()
DBouncer3.java49 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()
DBouncer.java57 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()
DBouncer2.java49 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()