Searched defs:Part (Results 1 – 4 of 4) sorted by relevance
90 struct Part { struct91 int count; // The number of times this part should repeat, 0 for infinite92 int pause; // The number of frames to pause for at the end of this part93 int clockPosY; // The y position of the clock, in pixels, from the bottom of the95 String8 path;96 String8 trimData;97 SortedVector<Frame> frames;98 bool playUntilComplete;99 float backgroundColor[3];100 uint8_t* audioData;[all …]
1429 public static class Part { class in AbstractMessageParser1433 public Part() { in Part() method in AbstractMessageParser.Part
1998 static class Part extends AbstractPart { class in Uri2006 private Part(String encoded, String decoded) { in Part() method in Uri.Part
2179 public static final class Part implements BaseColumns { class in Telephony.Mms2185 private Part() { in Part() method in Telephony.Mms.Part