Searched refs:isAvd (Results 1 – 4 of 4) sorted by relevance
36 By.text(LauncherInstrumentation.isAvd() in addAutomatically()
31 private static final int FLING_SPEED = LauncherInstrumentation.isAvd() ? 500 : 1500;
41 LauncherInstrumentation.isAvd() ? 1500.0F : 3500.0F;
235 public static boolean isAvd() { in isAvd() method in LauncherInstrumentation