Home
last modified time | relevance | path

Searched refs:eAnimation (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h73 eAnimation = 0x02, enumerator
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.cpp101 transaction->set_animation(layerFlags & BnSurfaceComposer::eAnimation); in addInitialSurfaceStateLocked()
410 transaction->set_animation(transactionFlags & BnSurfaceComposer::eAnimation); in addTransactionLocked()
DSurfaceFlinger.cpp3768 if (flags & eAnimation) { in setTransactionState()
3803 if (flags & eAnimation) { in applyTransactionState()
3857 ((flags & eSynchronous) || (flags & eAnimation))) { in applyTransactionState()
3883 if (flags & eAnimation) { in applyTransactionState()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp493 flags |= ISurfaceComposer::eAnimation; in apply()