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

  /development/testrunner/
adb_interface.py 167 no_window_animation=False, instrumentation_args={}):
175 no_window_animation=no_window_animation,
179 self, instrumentation_path, timeout_time=60*10, no_window_animation=False,
194 no_window_animation: boolean, Whether you want window animations enabled
218 instrumentation_path, no_window_animation=no_window_animation,
245 self, package_name, runner_name, no_window_animation=False,
254 package_name, runner_name, no_window_animation=no_window_animation,
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 572 boolean no_window_animation = false;
589 } else if (opt.equals("--no_window_animation")
591 no_window_animation = true;
609 if (no_window_animation) {
    [all...]

Completed in 1721 milliseconds