Home
last modified time | relevance | path

Searched refs:mChoreographer (Results 1 – 5 of 5) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DChoreographerTest.java59 private Choreographer mChoreographer; field in ChoreographerTest
64 mChoreographer = Choreographer.getInstance(); in setup()
86 mChoreographer.postCallback( in testPostCallbackWithoutDelay()
88 mChoreographer.postCallback( in testPostCallbackWithoutDelay()
90 mChoreographer.postCallback( in testPostCallbackWithoutDelay()
92 mChoreographer.removeCallbacks( in testPostCallbackWithoutDelay()
101 mChoreographer.postCallback( in testPostCallbackWithoutDelay()
109 mChoreographer.postCallback( in testPostCallbackWithoutDelay()
111 mChoreographer.postCallback( in testPostCallbackWithoutDelay()
113 mChoreographer.removeCallbacks( in testPostCallbackWithoutDelay()
[all …]
/cts/tests/tests/view/src/android/view/cts/
DSurfaceOOMTestActivity.java51 private Choreographer mChoreographer; field in SurfaceOOMTestActivity
89 mChoreographer = Choreographer.getInstance(); in onCreate()
114 mChoreographer.postFrameCallback(this); in verifyCreatingManySurfaces()
130 mChoreographer.postVsyncCallback(this); in doFrame()
147 mChoreographer.postFrameCallback(this); in onVsync()
159 mChoreographer.postFrameCallback(this); in onVsync()
DViewUnbufferedTest.java97 private Choreographer mChoreographer; field in ViewUnbufferedTest
110 mChoreographer.postFrameCallback(this);
136 mInstrumentation.runOnMainSync(() -> mChoreographer = Choreographer.getInstance()); in setUp()
150 mChoreographer.removeFrameCallback(mFrameCallback); in tearDown()
268 mChoreographer.postFrameCallback(mFrameCallback); in startResetReceivedCountPerFrame()
/cts/tests/tests/gameframerate/src/
DGameFrameRateCtsActivity.java389 Choreographer mChoreographer; field in GameFrameRateCtsActivity.ChoreographerFrameRateObserver.ChoreographerThread
407 mChoreographer = Choreographer.getInstance(); in run()
411 mChoreographer.postFrameCallback(this); in run()
420 mChoreographer.postFrameCallback(this); in doFrame()
427 mChoreographer.postFrameCallback(this); in doFrame()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateOverrideCtsActivity.java345 Choreographer mChoreographer; field in FrameRateOverrideCtsActivity.ChoreographerFrameRateObserver.ChoreographerThread
363 mChoreographer = Choreographer.getInstance(); in run()
367 mChoreographer.postFrameCallback(this); in run()
376 mChoreographer.postFrameCallback(this); in doFrame()
383 mChoreographer.postFrameCallback(this); in doFrame()