Home
last modified time | relevance | path

Searched defs:relayoutMediaView (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl83 void relayoutMediaView(in Rect frame); in relayoutMediaView() method
H A DITvInteractiveAppSessionWrapper.java634 public void relayoutMediaView(Rect frame) { in relayoutMediaView() method in ITvInteractiveAppSessionWrapper
H A DITvInteractiveAppManager.aidl108 void relayoutMediaView(in IBinder sessionToken, in Rect frame, int userId); in relayoutMediaView() method
H A DTvInteractiveAppService.java2137 void relayoutMediaView(Rect frame) { in relayoutMediaView() method in TvInteractiveAppService.Session
H A DTvInteractiveAppManager.java1480 void relayoutMediaView(@NonNull Rect frame) { in relayoutMediaView() method in TvInteractiveAppManager.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2077 public void relayoutMediaView(IBinder sessionToken, Rect frame, int userId) { in relayoutMediaView() method in TvInteractiveAppManagerService.BinderService