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

  /art/test/074-gc-thrash/src/
Main.java 207 dive(0, iter);
248 * Recursively dive down, setting one or more local variables.
253 private String dive(int depth, int iteration) { method in class:Deep
297 dive(depth+1, iteration+1);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 149 case R.id.dive:
150 Toast.makeText(this, "Dive into the water!", Toast.LENGTH_SHORT).show();

Completed in 63 milliseconds