HomeSort by relevance Sort by last modified time
    Searched defs:setSwapBehavior (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 109 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) {
RenderProxy.cpp 101 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) {
102 args->context->setSwapBehavior(args->swapBehavior);
106 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) {
107 SETUP_TASK(setSwapBehavior);

Completed in 546 milliseconds