Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppTransitionTests.java577 .add(delayItem.getWindowDrawnDelay()); in analyzeHotLaunchDelay()
580 delayTimeList.add(delayItem.getWindowDrawnDelay()); in analyzeHotLaunchDelay()
623 appKeyTransitionDelayMap.get(prevAppName).add(delayItem.getWindowDrawnDelay()); in analyzeAppToRecentsDelay()
627 delayTimeList.add(delayItem.getWindowDrawnDelay()); in analyzeAppToRecentsDelay()
/tools/loganalysis/src/com/android/loganalysis/item/
DTransitionDelayItem.java91 public Long getWindowDrawnDelay() { in getWindowDrawnDelay() method in TransitionDelayItem