Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/games/
DGameSessionService.java125 SurfaceControlViewHost surfaceControlViewHost = in doCreate() local
133 surfaceControlViewHost, in doCreate()
139 surfaceControlViewHost.getSurfacePackage()); in doCreate()
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()