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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h51 enum SwapBehavior { enum in namespace:android::uirenderer::renderthread
66 void setSwapBehavior(SwapBehavior swapBehavior);
125 SwapBehavior mSwapBehavior;
H A DRenderProxy.h67 ANDROID_API void setSwapBehavior(SwapBehavior swapBehavior);
H A DRenderProxy.cpp106 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) {
111 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) {
H A DCanvasContext.cpp110 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) {

Completed in 125 milliseconds