Searched refs:resizePending (Results 1 – 1 of 1) sorted by relevance
1031 const bool resizePending = ((c.requested.w != c.active.w) || (c.requested.h != c.active.h)) && in doTransaction() local1034 if (resizePending && getBE().compositionInfo.hwc.sidebandStream == nullptr) { in doTransaction()