Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DSpriteController.cpp138 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) { in doUpdateSprites()
157 if (update.state.surfaceControl != NULL && update.state.wantSurfaceVisible()) { in doUpdateSprites()
192 && update.state.wantSurfaceVisible()) { in doUpdateSprites()
236 bool wantSurfaceVisibleAndDrawn = update.state.wantSurfaceVisible() in doUpdateSprites()
DSpriteController.h203 inline bool wantSurfaceVisible() const { in wantSurfaceVisible() function