Searched defs:MyWrapper (Results 1 – 3 of 3) sorted by relevance
24 struct MyWrapper { struct25 MyWrapper(ANativeWindow* parent) { in MyWrapper() argument29 ~MyWrapper() { ASurfaceControl_release(surfaceControl); } in ~MyWrapper() argument46 MyWrapper* wrapper = new MyWrapper(window); in Java_com_android_test_hwui_FrontBufferedLayer_nCreate() argument
38 static class MyWrapper extends DrawableWrapper { class in DrawableWrapperTest39 MyWrapper(Drawable dr) { in MyWrapper() method in DrawableWrapperTest.MyWrapper
179 class MyWrapper(context: Context) : ContextWrapper(context) { regex