Searched refs:wantSurfaceVisible (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/input/
H A DSpriteController.cpp138 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
156 if (update.state.surfaceControl != NULL && update.state.wantSurfaceVisible()) {
203 && update.state.wantSurfaceVisible()) {
248 bool wantSurfaceVisibleAndDrawn = update.state.wantSurfaceVisible()
H A DSpriteController.h200 inline bool wantSurfaceVisible() const { function in struct:android::SpriteController::SpriteState

Completed in 412 milliseconds