Home
last modified time | relevance | path

Searched refs:removeOverlays (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DWebViewFunctorManager.h59 void removeOverlays() { mReference.removeOverlays(); } in removeOverlays() function
78 void removeOverlays();
DWebViewFunctorManager.cpp104 removeOverlays(); in ~WebViewFunctor()
117 removeOverlays(); in onRemovedFromTree()
203 void WebViewFunctor::removeOverlays() { in removeOverlays() function in android::uirenderer::WebViewFunctor
205 mCallbacks.removeOverlays(mFunctor, mData, currentFunctor.mergeTransaction); in removeOverlays()
273 LOG_ALWAYS_FATAL_IF(callbacks.removeOverlays == nullptr, "removeOverlays is null"); in validateCallbacks()
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java86 removeOverlays(); in onDestroy()
105 private void removeOverlays() { in removeOverlays() method in TestService
160 removeOverlays();
/frameworks/base/libs/hwui/private/hwui/
DWebViewFunctor.h88 void (*removeOverlays)(int functor, void* data, void (*mergeTransaction)(ASurfaceTransaction*)); member
/frameworks/base/native/webview/plat_support/
Ddraw_functor.cpp65 void removeOverlays(int functor, void* data, in removeOverlays() function
234 .removeOverlays = &removeOverlays, in CreateFunctor_v3()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h290 int removeOverlays = 0; member
315 .removeOverlays = in createMockFunctor()
319 sMockFunctorCounts[functor].removeOverlays++; in createMockFunctor()