Home
last modified time | relevance | path

Searched refs:fAnimationTimer (Results 1 – 3 of 3) sorted by relevance

/external/skia/bench/
DSKPAnimationBench.cpp27 fAnimationTimer.start(); in onPerCanvasPreDraw()
31 fAnimationTimer.end(); in drawPicture()
36 fAnimation->preConcatFrameMatrix(fAnimationTimer.fWall, fDevBounds, &trans); in drawPicture()
DSKPAnimationBench.h44 WallTimer fAnimationTimer; variable
/external/skia/platform_tools/android/examples/hello_skia_app/src/com/example/
DHelloSkiaActivity.java39 Timer fAnimationTimer = new Timer(); in onCreate() local
40 fAnimationTimer.schedule(new TimerTask() { in onCreate()