Home
last modified time | relevance | path

Searched defs:Part (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.h90 struct Part { struct
91 int count; // The number of times this part should repeat, 0 for infinite
92 int pause; // The number of frames to pause for at the end of this part
93 int clockPosY; // The y position of the clock, in pixels, from the bottom of the
95 String8 path;
96 String8 trimData;
97 SortedVector<Frame> frames;
98 bool playUntilComplete;
99 float backgroundColor[3];
100 uint8_t* audioData;
[all …]
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1429 public static class Part { class in AbstractMessageParser
1433 public Part() { in Part() method in AbstractMessageParser.Part
/frameworks/base/core/java/android/net/
DUri.java1998 static class Part extends AbstractPart { class in Uri
2006 private Part(String encoded, String decoded) { in Part() method in Uri.Part
/frameworks/opt/telephony/src/java/android/provider/
DTelephony.java2179 public static final class Part implements BaseColumns { class in Telephony.Mms
2185 private Part() { in Part() method in Telephony.Mms.Part