Home
last modified time | relevance | path

Searched defs:LayoutMetric (Results 1 – 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DLayoutMetric.java21 abstract class LayoutMetric<LayoutType extends Enum> { class
29 public LayoutMetric(float value, LayoutType layoutType) { in LayoutMetric() method in LayoutMetric
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dlayout.py10 class LayoutMetric(single_event._SingleEventMetric): class