Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h75 struct Part { struct
76 int count; // The number of times this part should repeat, 0 for infinite
77 int pause; // The number of frames to pause for at the end of this part
78 int clockPosX; // The x position of the clock, in pixels. Positive values offset from
80 int clockPosY; // The y position of the clock, in pixels. Positive values offset from
84 String8 path;
85 String8 trimData;
86 SortedVector<Frame> frames;
87 bool playUntilComplete;
88 int framesToFadeCount;
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java424 public interface Part { interface in DozeMachine
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1443 public static class Part { class in AbstractMessageParser
1447 public Part() { in Part() method in AbstractMessageParser.Part
/frameworks/base/core/java/android/net/
DUri.java2050 static class Part extends AbstractPart { class in Uri
2058 private Part(String encoded, String decoded) { in Part() method in Uri.Part
/frameworks/base/core/java/android/provider/
DTelephony.java3153 public static final class Part implements BaseColumns { class in Telephony.Mms
3159 private Part() { in Part() method in Telephony.Mms.Part