Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h71 struct Part { struct
72 int count; // The number of times this part should repeat, 0 for infinite
73 int pause; // The number of frames to pause for at the end of this part
74 int clockPosX; // The x position of the clock, in pixels. Positive values offset from
76 int clockPosY; // The y position of the clock, in pixels. Positive values offset from
80 String8 path;
104 virtual void init(const Vector<Animation::Part>& /*parts*/) {} in init()
112 virtual void playPart(int /*partNumber*/, const Animation::Part& /*part*/, in playPart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java378 public interface Part { interface in DozeMachine
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1442 public static class Part { class in AbstractMessageParser
1446 public Part() { in Part() method in AbstractMessageParser.Part
/frameworks/base/core/java/android/net/
DUri.java2043 static class Part extends AbstractPart { class in Uri
2051 private Part(String encoded, String decoded) { in Part() method in Uri.Part
/frameworks/base/core/java/android/provider/
DTelephony.java3115 public static final class Part implements BaseColumns { class in Telephony.Mms
3121 private Part() { in Part() method in Telephony.Mms.Part