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.java2729 int repeats = 0; in applySurfaceChangesTransaction() local
2731 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()
/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.java117 public static void sendRepeatedKeys(int repeats, int keyCode) { in sendRepeatedKeys() argument
118 for (int i = 0; i < repeats; i++) { in sendRepeatedKeys()