Searched defs:MyWrapper (Results 1 – 8 of 8) 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
30 struct MyWrapper(SomeStruct); in test_transparent_basic() struct32 unsafe impl TransparentWrapper<SomeStruct> for MyWrapper {} in test_transparent_basic() implementation
240 class MyWrapper(context: Context) : ContextWrapper(context) { class
63 static class MyWrapper extends DrawableWrapper { class in DrawableWrapperTest64 public MyWrapper(Drawable dr) { in MyWrapper() method in DrawableWrapperTest.MyWrapper
196 static class MyWrapper class in AnySetterTest
524 class MyWrapper: class