Home
last modified time | relevance | path

Searched refs:MyWrapper (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/graphics/HwAccelerationTest/jni/
Dnative-lib.cpp24 struct MyWrapper { struct
25 MyWrapper(ANativeWindow* parent) { in MyWrapper() argument
29 ~MyWrapper() { ASurfaceControl_release(surfaceControl); } in ~MyWrapper() argument
46 MyWrapper* wrapper = new MyWrapper(window); in Java_com_android_test_hwui_FrontBufferedLayer_nCreate() argument
53 MyWrapper* wrapper = reinterpret_cast<MyWrapper*>(ptr); in Java_com_android_test_hwui_FrontBufferedLayer_nDestroy()
59 MyWrapper* wrapper = reinterpret_cast<MyWrapper*>(ptr); in Java_com_android_test_hwui_FrontBufferedLayer_nUpdateBuffer()
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DDrawableWrapperTest.java38 static class MyWrapper extends DrawableWrapper { class in DrawableWrapperTest
39 MyWrapper(Drawable dr) { in MyWrapper() method in DrawableWrapperTest.MyWrapper
51 DrawableWrapper wrapper = new MyWrapper(xferModeDrawable); in testSetXfermode()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsRequestReceiverTest.kt64 private lateinit var wrapper: MyWrapper
77 wrapper = MyWrapper(context) in setUp()
240 class MyWrapper(context: Context) : ContextWrapper(context) { class in com.android.systemui.controls.management.ControlsRequestReceiverTest