Searched defs:Part (Results 1 – 5 of 5) sorted by relevance
77 struct Part { struct78 int count; // The number of times this part should repeat, 0 for infinite79 int pause; // The number of frames to pause for at the end of this part80 int clockPosX; // The x position of the clock, in pixels. Positive values offset from82 int clockPosY; // The y position of the clock, in pixels. Positive values offset from86 String8 path;87 String8 trimData;88 SortedVector<Frame> frames;89 bool playUntilComplete;90 int framesToFadeCount;[all …]
461 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
2494 public static final class Part implements BaseColumns { class in Telephony.Mms2500 private Part() { in Part() method in Telephony.Mms.Part