Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/games/
H A DGameSessionService.java127 SurfaceControlViewHost surfaceControlViewHost = in doCreate() local
134 surfaceControlViewHost, in doCreate()
140 surfaceControlViewHost.getSurfacePackage()); in doCreate()
H A DGameSession.java143 @NonNull SurfaceControlViewHost surfaceControlViewHost, in attach() argument
149 mSurfaceControlViewHost = surfaceControlViewHost; in attach()
151 surfaceControlViewHost.setView(mGameSessionRootView, widthPx, heightPx); in attach()
351 SurfaceControlViewHost surfaceControlViewHost) { in GameSessionRootView() argument
353 mSurfaceControlViewHost = surfaceControlViewHost; in GameSessionRootView()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DWindowDecoration.java517 SurfaceControlViewHost surfaceControlViewHost, in AdditionalWindow() argument
520 mWindowViewHost = surfaceControlViewHost; in AdditionalWindow()