Home
last modified time | relevance | path

Searched defs:TestSurface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsKeyboardQuickSwitch.java35 private enum TestSurface { enum in TaplTestsKeyboardQuickSwitch
43 TestSurface(boolean initialFocusAtZero) { in TestSurface() method in TaplTestsKeyboardQuickSwitch.TestSurface
/aosp_15_r20/frameworks/base/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/
H A DGraphicsActivity.java203 private static class TestSurface { class in GraphicsActivity
211 TestSurface(SurfaceControl parentSurfaceControl, Surface parentSurface, String name, in TestSurface() method in GraphicsActivity.TestSurface
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DFrameRateCtsActivity.java189 private static class TestSurface { class in FrameRateCtsActivity
200 TestSurface(Api api, SurfaceControl parentSurfaceControl, Surface parentSurface, in TestSurface() method in FrameRateCtsActivity.TestSurface
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp1071 class TestSurface : public Surface { class
1073 TestSurface(const sp<IGraphicBufferProducer>& bufferProducer, FenceToFenceTimeMap* fenceMap) in TestSurface() function in android::TestSurface