Searched refs:calculateDelay (Results 1 – 4 of 4) sorted by relevance
72 final long delay = calculateDelay(); in scheduleAtSfVsync()81 final long delay = calculateDelay(); in scheduleAtSfVsync()90 private long calculateDelay() { in calculateDelay() method in SurfaceFlingerVsyncChoreographer
139 long delay = calculateDelay(row, 0); in getDelays()159 long delay = calculateDelay(row, col); in getDelays()171 protected long calculateDelay(int row, int col) { in calculateDelay() method in AppearAnimationUtils
47 protected long calculateDelay(int row, int col) { in calculateDelay() method in DisappearAnimationUtils
342 info.windowsDrawnDelayMs = calculateDelay(timestamp); in notifyWindowsDrawn()358 info.startingWindowDelayMs = calculateDelay(timestamp); in notifyStartingWindowDrawn()372 mCurrentTransitionDelayMs = calculateDelay(timestamp); in notifyTransitionStarting()476 private int calculateDelay(long timestamp) { in calculateDelay() method in ActivityMetricsLogger