Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/viewcapture_analysis/
DViewCaptureAnalyzer.java99 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/
DViewCaptureRule.kt139 val anomalies: Map<String, String> = ViewCaptureAnalyzer.getAnomalies(viewCaptureData) in <lambda>() constant