Searched refs:cue (Results 1 – 12 of 12) sorted by relevance
138 Cue cue = event.second; in updateActiveCues() local140 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 …]
86 TextTrackCue cue = new TextTrackCue(); in onData() local87 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() local126 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 …]
429 TextTrackCue cue = (TextTrackCue) o; in equals() local430 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 …]
595 TtmlCue cue = null; in onRootNodeParsed() local596 while ((cue = getNextResult()) != null) { in onRootNodeParsed()597 addCue(cue); in onRootNodeParsed()737 TtmlCue cue = (TtmlCue) activeCues.get(i); in setActiveCues() local738 subtitleText += cue.mText + "\n"; in setActiveCues()
50 …cue 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 …
74 <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>
46 a visual cue and start the service in the activity. Make sure to call47 {@link android.app.Activity#finish finish()} when you want to get rid of the visual cue.
199 in order to start the timer, but an inline educational cue shows that part of the200 activity (location detection) is locked. When the user taps the cue, a permission-request screen
28 <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}.
1493 …yback track. This is useful for situations such as playing back a tone to cue your users to begin…
815 wish to cue and hit Queue. That segment will appear in the queue window and817 other segment or segments and cue them up for playback. As the segments
572 indicator or similar cue) if the app takes longer than two seconds to