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

/frameworks/base/libs/input/
H A DSpriteController.cpp250 bool becomingVisible = wantSurfaceVisibleAndDrawn && !update.state.surfaceVisible; local
252 if (update.state.surfaceControl != NULL && (becomingVisible || becomingHidden
263 && (becomingVisible || (update.state.dirty & DIRTY_ALPHA))) {
271 && (becomingVisible || (update.state.dirty & (DIRTY_POSITION
282 && (becomingVisible
296 && (becomingVisible || (update.state.dirty & DIRTY_LAYER))) {
303 if (becomingVisible) {

Completed in 388 milliseconds