Searched refs:repeats (Results 1 – 3 of 3) sorted by relevance
2703 int repeats = 0; in applySurfaceChangesTransaction() local2705 repeats++; in applySurfaceChangesTransaction()2706 if (repeats > 6) { in applySurfaceChangesTransaction()2736 if (repeats < LAYOUT_REPEAT_THRESHOLD) { in applySurfaceChangesTransaction()2737 performLayout(repeats == 1, false /* updateInputWindows */); in applySurfaceChangesTransaction()
65 without inputting a command repeats the previous command.
115 public static void sendRepeatedKeys(int repeats, int keyCode) { in sendRepeatedKeys() argument116 for (int i = 0; i < repeats; i++) { in sendRepeatedKeys()