Home
last modified time | relevance | path

Searched refs:timeBecameVisibleNs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/viewcapture_analysis/
DViewCaptureAnalyzer.java69 public long timeBecameVisibleNs; field in ViewCaptureAnalyzer.AnalysisNode
180 info.timeBecameVisibleNs = -1; in analyzeFrame()
237 newAnalysisNode.timeBecameVisibleNs = oldAnalysisNode.timeBecameVisibleNs; in analyzeView()
244 newAnalysisNode.timeBecameVisibleNs = newAnalysisNode.alpha >= 1 ? frameTimeNs : -1; in analyzeView()
DFlashDetector.java142 && oldInfo.timeBecameVisibleNs != -1) { in detectAnomalies()
143 final long wasVisibleTimeMs = (frameTimeNs - oldInfo.timeBecameVisibleNs) / 1000000; in detectAnomalies()