HomeSort by relevance Sort by last modified time
    Searched refs:stickyTransform (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/gui/
IGraphicBufferProducer.h 282 scalingMode(scalingMode), transform(transform), stickyTransform(sticky),
296 *outStickyTransform = stickyTransform;
312 uint32_t stickyTransform;
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 438 + sizeof(stickyTransform)
458 FlattenableUtils::write(buffer, size, stickyTransform);
472 + sizeof(stickyTransform)
484 FlattenableUtils::read(buffer, size, stickyTransform);
BufferQueueProducer.cpp 522 uint32_t stickyTransform;
526 &async, &fence, &stickyTransform);
617 mStickyTransform = stickyTransform;
    [all...]

Completed in 792 milliseconds