Searched defs:ValidateThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java48 class ValidateThread extends Thread { class in class:CustomSurfaceView
54 ValidateThread(double badFPS, double perfectFPS) { method in class:CustomSurfaceView.ValidateThread
202 ValidateThread validateThread = new ValidateThread(badFPS, perfectFPS);

Completed in 62 milliseconds