Searched refs:Zone (Results 1 – 6 of 6) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | RoundRectangle.java | 45 private enum Zone { enum in RoundRectangle 53 private final EnumSet<Zone> close = EnumSet.of(Zone.CLOSE_OUTSIDE, Zone.CLOSE_INSIDE); 54 private final EnumSet<Zone> far = EnumSet.of(Zone.FAR_OUTSIDE, Zone.FAR_INSIDE); 194 private Zone classify(double coord, double side1, double arcSize1, double side2, in classify() 197 return Zone.CLOSE_OUTSIDE; in classify() 199 return Zone.CLOSE_INSIDE; in classify() 201 return Zone.MIDDLE; in classify() 203 return Zone.FAR_INSIDE; in classify() 205 return Zone.FAR_OUTSIDE; in classify() 226 Zone x0class = classify(x, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects() [all …]
|
/frameworks/base/core/proto/android/service/ |
D | procstats.proto | 96 // Zone these pages are in (as per /proc/pagetypeinfo)
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 63 NS_R_NOTZONE = 10; // Zone of record different from zone section
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 2032 // OPEN: Settings > Date & time > Select time zone -> Time Zone
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 5695 // OPEN: Settings > Date & time > Select time zone -> Time Zone
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5222 // Zone these pages are in (as per /proc/pagetypeinfo)
|