Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h69 struct Part { struct
70 int count; // The number of times this part should repeat, 0 for infinite
71 int pause; // The number of frames to pause for at the end of this part
72 int clockPosX; // The x position of the clock, in pixels. Positive values offset from
74 int clockPosY; // The y position of the clock, in pixels. Positive values offset from
78 String8 path;
102 virtual void init(const Vector<Animation::Part>& /*parts*/) {} in init()
110 virtual void playPart(int /*partNumber*/, const Animation::Part& /*part*/, in playPart()
/frameworks/base/cmds/bootanimation/iot/
Diotbootanimation_main.cpp47 void init(const Vector<Animation::Part>&) override { in init()
67 void playPart(int partNumber, const Animation::Part&, int playNumber) override { in playPart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java358 public interface Part { interface in DozeMachine
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1440 public static class Part { class in AbstractMessageParser
1444 public Part() { in Part() method in AbstractMessageParser.Part
/frameworks/base/core/java/android/net/
DUri.java2038 static class Part extends AbstractPart { class in Uri
2046 private Part(String encoded, String decoded) { in Part() method in Uri.Part
/frameworks/base/telephony/java/android/provider/
DTelephony.java3037 public static final class Part implements BaseColumns { class in Telephony.Mms
3043 private Part() { in Part() method in Telephony.Mms.Part