/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputSessionCallback.aidl | 46 void onLayoutSurface(int left, int top, int right, int bottom); in onLayoutSurface() method
|
H A D | ITvInputClient.aidl | 49 void onLayoutSurface(int left, int top, int right, int bottom, int seq); in onLayoutSurface() method
|
H A D | TvView.java | 1526 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvView.MySessionCallback
|
H A D | TvInputManager.java | 763 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInputManager.SessionCallback
|
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSessionCallback.aidl | 35 void onLayoutSurface(int left, int top, int right, int bottom); in onLayoutSurface() method
|
H A D | ITvInteractiveAppClient.aidl | 36 void onLayoutSurface(int left, int top, int right, int bottom, int seq); in onLayoutSurface() method
|
H A D | TvInteractiveAppView.java | 1450 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInteractiveAppView.MySessionCallback
|
H A D | TvInteractiveAppManager.java | 2297 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInteractiveAppManager.SessionCallback
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 2596 public void onLayoutSurface(int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInteractiveAppManagerService.SessionCallback
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvInputManagerService.java | 3610 public void onLayoutSurface(int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInputManagerService.SessionCallback
|