Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/games/
DGameSession.java132 private GameSessionRootView mGameSessionRootView;
150 mGameSessionRootView = new GameSessionRootView(context, mSurfaceControlViewHost); in attach()
347 private static final class GameSessionRootView extends FrameLayout { class in GameSession
350 GameSessionRootView(@NonNull Context context, in GameSessionRootView() method in GameSession.GameSessionRootView