Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java108 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync() method in DisplayEventReceiver
139 onVsync(timestampNanos, builtInDisplayId, frame); in dispatchVsync()
DChoreographer.java705 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync() method in Choreographer.FrameDisplayEventReceiver