Searched defs:Part (Results 1 – 5 of 5) sorted by relevance
75 struct Part { struct76 int count; // The number of times this part should repeat, 0 for infinite77 int pause; // The number of frames to pause for at the end of this part78 int clockPosX; // The x position of the clock, in pixels. Positive values offset from80 int clockPosY; // The y position of the clock, in pixels. Positive values offset from84 String8 path;85 String8 trimData;86 SortedVector<Frame> frames;87 bool playUntilComplete;88 int framesToFadeCount;[all …]
424 public interface Part { interface in DozeMachine
1443 public static class Part { class in AbstractMessageParser1447 public Part() { in Part() method in AbstractMessageParser.Part
2050 static class Part extends AbstractPart { class in Uri2058 private Part(String encoded, String decoded) { in Part() method in Uri.Part
3153 public static final class Part implements BaseColumns { class in Telephony.Mms3159 private Part() { in Part() method in Telephony.Mms.Part