OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxObstacleSize
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
73
private float
mMaxObstacleSize
;
104
mMaxObstacleSize
= baseSize * 12;
418
float size = mRandom.nextFloat() * (
mMaxObstacleSize
- mMinObstacleSize)
/development/samples/ControllerSample/src/com/example/controllersample/
GameView.java
79
private final float
mMaxObstacleSize
;
103
mMaxObstacleSize
= baseSize * 12;
393
float size = mRandom.nextFloat() * (
mMaxObstacleSize
- mMinObstacleSize)
[
all
...]
Completed in 439 milliseconds