OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentMax
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
RatingBarTest.java
161
int
currentMax
= ratingBar.getMax();
166
assertEquals(
currentMax
, ratingBar.getMax());
171
assertEquals(
currentMax
, ratingBar.getMax());
176
assertEquals(
currentMax
, ratingBar.getMax());
181
assertEquals(
currentMax
, ratingBar.getMax());
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java
287
float currentMin,
currentMax
;
291
currentMax
= heightData[0];
296
if (heightData[i + j * size] >
currentMax
) {
297
currentMax
= heightData[i + j * size];
305
if (
currentMax
<= currentMin) {
309
height =
currentMax
- currentMin;
326
float currentMin,
currentMax
;
328
currentMax
= heightData[0];
331
if (heightData[i] >
currentMax
) {
332
currentMax
= heightData[i];
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java
517
int
currentMax
= testRoot.getMaxPriority();
519
passed = testRoot.getMaxPriority() ==
currentMax
;
522
+
currentMax
+ " , after: " + testRoot.getMaxPriority(),
527
currentMax
= testRoot.getMaxPriority();
532
+
currentMax
+ " , after: " + testRoot.getMaxPriority(),
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 50 milliseconds