Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DSpriteController.h266 sp<SurfaceControl> obtainSurface(int32_t width, int32_t height);
DSpriteController.cpp132 update.state.surfaceControl = obtainSurface( in doUpdateSprites()
326 sp<SurfaceControl> SpriteController::obtainSurface(int32_t width, int32_t height) { in obtainSurface() function in android::SpriteController