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
136 long delay = calculateDelay(row, 0); in getDelays()156 long delay = calculateDelay(row, col); in getDelays()168 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
451 info.windowsDrawnDelayMs = calculateDelay(timestamp); in notifyWindowsDrawn()470 info.startingWindowDelayMs = calculateDelay(timestamp); in notifyStartingWindowDrawn()487 mCurrentTransitionDelayMs = calculateDelay(timestamp); in notifyTransitionStarting()635 private int calculateDelay(long timestamp) { in calculateDelay() method in ActivityMetricsLogger