Searched refs:repeats (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/docs/html/training/improving-layouts/ |
D | index.jd | 54 <dd>If your application UI repeats certain layout constructs in multiple places, this lesson
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfacePlacer.java | 619 int repeats = 0; in applySurfaceChangesTransaction() local 621 repeats++; in applySurfaceChangesTransaction() 622 if (repeats > 6) { in applySurfaceChangesTransaction() 651 if (repeats < LAYOUT_REPEAT_THRESHOLD) { in applySurfaceChangesTransaction() 652 performLayoutLockedInner(displayContent, repeats == 1, in applySurfaceChangesTransaction()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 79 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/ |
D | jetcreator_manual.jd | 192 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…
|