Home
last modified time | relevance | path

Searched refs:cue (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/java/android/media/
DSubtitleTrack.java138 Cue cue = event.second; in updateActiveCues() local
140 if (cue.mEndTimeMs == event.first) { in updateActiveCues()
142 if (DEBUG) Log.v(TAG, "Removing " + cue); in updateActiveCues()
143 mActiveCues.remove(cue); in updateActiveCues()
144 if (cue.mRunID == 0) { in updateActiveCues()
147 } else if (cue.mStartTimeMs == event.first) { in updateActiveCues()
150 if (DEBUG) Log.v(TAG, "Adding " + cue); in updateActiveCues()
151 if (cue.mInnerTimesMs != null) { in updateActiveCues()
152 cue.onTime(timeMs); in updateActiveCues()
154 mActiveCues.add(cue); in updateActiveCues()
[all …]
DSRTRenderer.java86 TextTrackCue cue = new TextTrackCue(); in onData() local
87 cue.mStartTimeMs = data.getStartTimeUs() / 1000; in onData()
88 cue.mEndTimeMs = (data.getStartTimeUs() + data.getDurationUs()) / 1000; in onData()
93 cue.mLines = new TextTrackCueSpan[lines.length][]; in onData()
100 cue.mLines[i++] = span; in onData()
103 addCue(cue); in onData()
124 TextTrackCue cue = new TextTrackCue(); in onData() local
126 cue.mStartTimeMs = parseMs(startEnd[0]); in onData()
127 cue.mEndTimeMs = parseMs(startEnd[1]); in onData()
136 cue.mLines = new TextTrackCueSpan[paragraph.size()][]; in onData()
[all …]
DWebVttRenderer.java429 TextTrackCue cue = (TextTrackCue) o; in equals() local
430 boolean res = mId.equals(cue.mId) && in equals()
431 mPauseOnExit == cue.mPauseOnExit && in equals()
432 mWritingDirection == cue.mWritingDirection && in equals()
433 mRegionId.equals(cue.mRegionId) && in equals()
434 mSnapToLines == cue.mSnapToLines && in equals()
435 mAutoLinePosition == cue.mAutoLinePosition && in equals()
437 ((mLinePosition != null && mLinePosition.equals(cue.mLinePosition)) || in equals()
438 (mLinePosition == null && cue.mLinePosition == null))) && in equals()
439 mTextPosition == cue.mTextPosition && in equals()
[all …]
DTtmlRenderer.java595 TtmlCue cue = null; in onRootNodeParsed() local
596 while ((cue = getNextResult()) != null) { in onRootNodeParsed()
597 addCue(cue); in onRootNodeParsed()
737 TtmlCue cue = (TtmlCue) activeCues.get(i); in setActiveCues() local
738 subtitleText += cue.mText + "\n"; in setActiveCues()
/frameworks/base/docs/html/design/wear/
Dindex.jd50cue card allows users to speak to Google. The cue card is opened by saying, “OK Google” or by tapp…
74 <li>The <strong>Settings screen</strong> can be invoked from the cue card or on some devices using …
Dpatterns.jd74 <li>The cue card can be invoked to continue specifying the action. For example in a messaging appli…
130 <p>A 2D Picker component in your app can be invoked from the cue card or from an action button. It …
166 …ughout the system UI, including in the list that can be accessed by swiping up on the cue card.</p>
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd46 a visual cue and start the service in the activity. Make sure to call
47 {@link android.app.Activity#finish finish()} when you want to get rid of the visual cue.
/frameworks/base/docs/html/training/articles/
Dwear-permissions.jd199 in order to start the timer, but an inline educational cue shows that part of the
200 activity (location detection) is locked. When the user taps the cue, a permission-request screen
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd28 <li><a href="#AudioCue">Record audio on cue</a></li>
353 <h3 id="AudioCue">Record audio on cue</h3>
356 you to begin audio recording based on a cue defined by a {@link android.media.MediaSyncEvent}.
Djelly-bean.jd1493 …yback track. This is useful for situations such as playing back a tone to cue your users to begin…
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd815 wish to cue and hit Queue. That segment will appear in the queue window and
817 other segment or segments and cue them up for playback. As the segments
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd572 indicator or similar cue) if the app takes longer than two seconds to