Home
last modified time | relevance | path

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

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