OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCanvasWidth
(Results
1 - 3
of
3
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
125
private int
mCanvasWidth
= 1;
293
mX =
mCanvasWidth
/ 2;
303
mGoalX = (int) (Math.random() * (
mCanvasWidth
- mGoalWidth));
520
mCanvasWidth
= width;
[
all
...]
/development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java
247
private int
mCanvasWidth
= 1;
550
canvas.drawBitmap(mTimerShell,
mCanvasWidth
- mTimerShell.getWidth(), 0, null);
[
all
...]
/prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar
Completed in 57 milliseconds