Home
last modified time | relevance | path

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

/frameworks/base/docs/html/training/improving-layouts/
Dindex.jd54 <dd>If your application UI repeats certain layout constructs in multiple places, this lesson
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd79 the animation forwards then backwards repeatedly, until the number of repeats is reached.</li>
162 repeats the process.</p>-->
221 animation repeats, listeners that receive update events, and the ability to set custom
355 <td>An interpolator whose animation repeats for a specified number of cycles.</td>
549 onAnimationRepeat()} - Called when the animation repeats itself.</li>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd192 The segment repeats indefinitely as the combat continues. A Bonus Hit
1078 segment (or repeats the current segment) when the MIDI
1131 …le, A, A, B, A, C, A, B, A, A would create a 36 bar song. Use JET to add repeats, transpose segmen…
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java9917 int repeats = 0; in performLayoutAndPlaceSurfacesLockedInner() local
9919 repeats++; in performLayoutAndPlaceSurfacesLockedInner()
9920 if (repeats > 6) { in performLayoutAndPlaceSurfacesLockedInner()
9951 if (repeats < 4) { in performLayoutAndPlaceSurfacesLockedInner()
9952 performLayoutLockedInner(displayContent, repeats == 1, in performLayoutAndPlaceSurfacesLockedInner()