Home
last modified time | relevance | path

Searched defs:frameInterval (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLegacyChoreographerTest.java26 final long frameInterval = 10 * TimeUtils.NANOS_PER_MS; in setFrameInterval_shouldUpdateFrameInterval() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowChoreographerTest.java20 final long frameInterval = 10 * TimeUtils.NANOS_PER_MS; in setFrameInterval_shouldUpdateFrameInterval() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowChoreographer.java145 public static void setFrameInterval(long frameInterval) { in setFrameInterval()