Home
last modified time | relevance | path

Searched refs:segments (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libmedia/
DToneGenerator.cpp35 { segments: {{ duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 941, 0 }, 0, 0},
39 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 697, 0 }, 0, 0 },
43 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 697, 0 }, 0, 0 },
47 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 697, 0 }, 0, 0 },
51 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 770, 0 }, 0, 0 },
55 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 770, 0 }, 0, 0 },
59 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 770, 0 }, 0, 0 },
63 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 852, 0 }, 0, 0 },
67 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 852, 0 }, 0, 0 },
71 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 852, 0 }, 0, 0 },
[all …]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
DInteractionController.java306 public boolean swipe(Point[] segments, int segmentSteps) { in swipe() argument
317 if(segments.length == 0) in swipe()
321 ret = touchDown(segments[0].x, segments[0].y); in swipe()
322 for(int seg = 0; seg < segments.length; seg++) { in swipe()
323 if(seg + 1 < segments.length) { in swipe()
325 xStep = ((double)(segments[seg+1].x - segments[seg].x)) / segmentSteps; in swipe()
326 yStep = ((double)(segments[seg+1].y - segments[seg].y)) / segmentSteps; in swipe()
329 ret &= touchMove(segments[seg].x + (int)(xStep * i), in swipe()
330 segments[seg].y + (int)(yStep * i)); in swipe()
341 ret &= touchUp(segments[segments.length - 1].x, segments[segments.length -1].y); in swipe()
DUiDevice.java367 public boolean swipe(Point[] segments, int segmentSteps) { in swipe() argument
368 return mUiAutomationBridge.getInteractionController().swipe(segments, segmentSteps); in swipe()
/frameworks/base/core/java/android/net/
DUri.java968 final String[] segments; field in Uri.PathSegments
971 PathSegments(String[] segments, int size) { in PathSegments() argument
972 this.segments = segments; in PathSegments()
981 return segments[index]; in get()
994 String[] segments; field in Uri.PathSegmentsBuilder
998 if (segments == null) { in add()
999 segments = new String[4]; in add()
1000 } else if (size + 1 == segments.length) { in add()
1001 String[] expanded = new String[segments.length * 2]; in add()
1002 System.arraycopy(segments, 0, expanded, 0, segments.length); in add()
[all …]
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd142 A musical composition is broken up into segments that can be sequenced to
152 <p>This diagram shows how musical segments are
157 that is played only the last time through. Also, segments can be transposed up
162 the musical segments can be recombined to create a linear music piece. In this
164 segments could be transposed up a half-step to match.</p>
367 type 1 file that JET Creator will use to make segments.</p>
428 the current segments, which MIDI file and
430 segments start and stop time and each segments quantize, transpose, repeat and
470 Displays the move window which allows you to move selected segments or events
474 (selects) all segments for playback</p>
[all …]
/frameworks/av/include/media/
DToneGenerator.h241 ToneSegment segments[TONEGEN_MAX_SEGMENTS+1];
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-tree-element.jd51 two period-separated segments in its path &mdash; for example,
/frameworks/base/docs/html/about/
Dmarketplace.jd60 markets and devices or focus on specific segments, devices, or ranges of hardware capabilities.
Dindex.jd103 devices or focus on specific segments, devices, or ranges of hardware
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd578 segments for a given UID.</li>