Home
last modified time | relevance | path

Searched refs:Segment (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTicker.java49 private ArrayList<Segment> mSegments = new ArrayList();
56 private final class Segment { class in Ticker
133 Segment(StatusBarNotification n, Drawable icon, CharSequence text) { in Segment() method in Ticker.Segment
184 final Segment seg = mSegments.get(0); in addEntry()
197 final Segment newSegment = new Segment(n, icon, n.notification.tickerText); in addEntry()
201 Segment seg = mSegments.get(i); in addEntry()
211 Segment seg = mSegments.get(0); in addEntry()
229 Segment seg = mSegments.get(i); in removeEntry()
244 Segment seg = mSegments.get(0); in reflowText()
253 Segment seg = mSegments.get(0);
/frameworks/base/media/libstagefright/matroska/
DMatroskaExtractor.h26 struct Segment;
68 mkvparser::Segment *mSegment;
DMatroskaExtractor.cpp540 mkvparser::Segment::CreateInstance(mReader, pos, mSegment); in MatroskaExtractor()
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd88 <p><i>Segment</i>: A musical section such as a chorus or verse that is a component of
371 <p>.seg Segment
372 File. This is a JET Segment file. It has the same name as the MIDI
373 file which it references but contains additional Segment information.</p>
435 <p>Just below the Segment view is the event
488 <h2>5.1 Segment Window</h2>
515 <li>Segment Name - Sets
570 Displays the Replicate Segment window for entering multiple segments at once.
573 <li>Play/Stop Segment - Starts
703 <p>Replicate Segment Window</p>
[all …]
/frameworks/base/
Dpreloaded-classes1697 java.util.concurrent.ConcurrentHashMap$Segment