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