OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShapeW
(Results
1 - 4
of
4
) sorted by null
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java
57
int
mShapeW
, mShapeH;
77
mShapeW
= mBitmap.getWidth();
93
int maxX = mShapeX +
mShapeW
;
96
maxX = Math.max(mShapeX +
mShapeW
, maxX);
110
invalidate(mShapeX, minY, mShapeX +
mShapeW
, maxY);
Bouncer1.java
48
int
mShapeW
, mShapeH;
67
int maxX = mShapeX +
mShapeW
;
70
maxX = Math.max(mShapeX +
mShapeW
, maxX);
80
invalidate(mShapeX, minY, mShapeX +
mShapeW
, maxY);
85
mShapeW
= mBitmap.getWidth();
Bouncer2.java
49
int
mShapeW
, mShapeH;
68
int maxX = mShapeX +
mShapeW
;
71
maxX = Math.max(mShapeX +
mShapeW
, maxX);
81
invalidate(mShapeX, minY, mShapeX +
mShapeW
, maxY);
86
mShapeW
= mBitmap.getWidth();
Bouncer3.java
49
int
mShapeW
, mShapeH;
68
int maxX = mShapeX +
mShapeW
;
71
maxX = Math.max(mShapeX +
mShapeW
, maxX);
81
invalidate(mShapeX, minY, mShapeX +
mShapeW
, maxY);
86
mShapeW
= mBitmap.getWidth();
Completed in 160 milliseconds