HomeSort by relevance Sort by last modified time
    Searched refs:currentMax (Results 1 - 5 of 5) sorted by null

  /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...]
  /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/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(),
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1459 milliseconds