Searched refs:repeats (Results 1 – 3 of 3) sorted by relevance
2729 int repeats = 0; in applySurfaceChangesTransaction() local2731 repeats++; in applySurfaceChangesTransaction()2732 if (repeats > 6) { in applySurfaceChangesTransaction()2762 if (repeats < LAYOUT_REPEAT_THRESHOLD) { in applySurfaceChangesTransaction()2763 performLayout(repeats == 1, false /* updateInputWindows */); in applySurfaceChangesTransaction()
65 without inputting a command repeats the previous command.
117 public static void sendRepeatedKeys(int repeats, int keyCode) { in sendRepeatedKeys() argument118 for (int i = 0; i < repeats; i++) { in sendRepeatedKeys()