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

/frameworks/base/libs/input/
H A DSpriteController.cpp238 bool becomingVisible = wantSurfaceVisibleAndDrawn && !update.state.surfaceVisible; local
240 if (update.state.surfaceControl != NULL && (becomingVisible || becomingHidden
247 && (becomingVisible || (update.state.dirty & DIRTY_ALPHA))) {
253 && (becomingVisible || (update.state.dirty & (DIRTY_POSITION
262 && (becomingVisible
274 && (becomingVisible || (update.state.dirty & DIRTY_LAYER))) {
278 if (becomingVisible) {

Completed in 8 milliseconds