Searched refs:framesPresentedTimeNano (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowAnimationFrameStats.java46 * @param framesPresentedTimeNano The presented frame times.
50 public void init(long refreshPeriodNano, long[] framesPresentedTimeNano) { argument
52 mFramesPresentedTimeNano = framesPresentedTimeNano;
H A DWindowContentFrameStats.java58 * @param framesPresentedTimeNano The times in milliseconds for when the frame contents were presented.
64 long[] framesPresentedTimeNano, long[] framesReadyTimeNano) {
67 mFramesPresentedTimeNano = framesPresentedTimeNano;
63 init(long refreshPeriodNano, long[] framesPostedTimeNano, long[] framesPresentedTimeNano, long[] framesReadyTimeNano) argument

Completed in 35 milliseconds