Home
last modified time | relevance | path

Searched defs:makeSurface (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java402 SurfaceControl.Builder makeSurface() { in makeSurface() method in WindowToken
H A DWindowContainer.java2238 SurfaceControl.Builder makeSurface() { in makeSurface() method in WindowContainer
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp359 std::unique_ptr<InputSurface> makeSurface(int width, int height) { in makeSurface() function in android::test::InputSurfacesTest