Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2703 int repeats = 0; in applySurfaceChangesTransaction() local
2705 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()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md65 without inputting a command repeats the previous command.
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DGridWidgetTest.java115 public static void sendRepeatedKeys(int repeats, int keyCode) { in sendRepeatedKeys() argument
116 for (int i = 0; i < repeats; i++) { in sendRepeatedKeys()