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

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp113 int batchColor = 0x1f000000; local
114 if (getBatchId() & 0x1) batchColor |= 0x0000ff;
115 if (getBatchId() & 0x2) batchColor |= 0x00ff00;
116 if (getBatchId() & 0x4) batchColor |= 0xff0000;
118 batchColor);

Completed in 406 milliseconds