Home
last modified time | relevance | path

Searched defs:onLayoutSurface (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionCallback.aidl46 void onLayoutSurface(int left, int top, int right, int bottom); in onLayoutSurface() method
H A DITvInputClient.aidl49 void onLayoutSurface(int left, int top, int right, int bottom, int seq); in onLayoutSurface() method
H A DTvView.java1526 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvView.MySessionCallback
H A DTvInputManager.java763 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 DITvInteractiveAppSessionCallback.aidl35 void onLayoutSurface(int left, int top, int right, int bottom); in onLayoutSurface() method
H A DITvInteractiveAppClient.aidl36 void onLayoutSurface(int left, int top, int right, int bottom, int seq); in onLayoutSurface() method
H A DTvInteractiveAppView.java1450 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInteractiveAppView.MySessionCallback
H A DTvInteractiveAppManager.java2297 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 DTvInteractiveAppManagerService.java2596 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 DTvInputManagerService.java3610 public void onLayoutSurface(int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInputManagerService.SessionCallback