Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp1031 const bool resizePending = ((c.requested.w != c.active.w) || (c.requested.h != c.active.h)) && in doTransaction() local
1034 if (resizePending && getBE().compositionInfo.hwc.sidebandStream == nullptr) { in doTransaction()