Searched defs:anomalies (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/viewcapture_analysis/ |
D | ViewCaptureAnalyzer.java | 99 final Map<String, String> anomalies = new HashMap<>(); in getAnomalies() local 112 int scrimClassIndex, Map<String, String> anomalies) { in analyzeWindowData() argument 145 Map<String, String> anomalies, int windowSizePx) { in analyzeFrame() argument 189 Map<String, String> anomalies, int windowSizePx) { in analyzeView() argument 276 Map<String, String> anomalies, long frameTimeNs, int windowSizePx) { in detectAnomaly() argument
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/ |
D | ViewCaptureRule.kt | 139 val anomalies: Map<String, String> = ViewCaptureAnalyzer.getAnomalies(viewCaptureData) in <lambda>() constant
|