Home
last modified time | relevance | path

Searched refs:Zone (Results 1 – 6 of 6) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java45 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/
Dprocstats.proto96 // Zone these pages are in (as per /proc/pagetypeinfo)
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto63 NS_R_NOTZONE = 10; // Zone of record different from zone section
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto2032 // OPEN: Settings > Date & time > Select time zone -> Time Zone
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto5695 // OPEN: Settings > Date & time > Select time zone -> Time Zone
/frameworks/base/cmds/statsd/src/
Datoms.proto5222 // Zone these pages are in (as per /proc/pagetypeinfo)