Home
last modified time | relevance | path

Searched refs:onLayoutSurface (Results 1 – 13 of 13) 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 DTvInputManager.java763 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInputManager.SessionCallback
1056 mSessionCallback.onLayoutSurface(mSession, left, top, right, bottom); in postLayoutSurface()
1565 public void onLayoutSurface(int left, int top, int right, int bottom, int seq) { in TvInputManager()
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 DTvInputService.java1255 mSessionCallback.onLayoutSurface(left, top, right, bottom); in layoutSurface()
/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 DTvInteractiveAppManager.java359 public void onLayoutSurface(int left, int top, int right, int bottom, int seq) { in TvInteractiveAppManager()
2008 mSessionCallback.onLayoutSurface(mSession, left, top, right, bottom); in postLayoutSurface()
2297 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInteractiveAppManager.SessionCallback
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 DTvInteractiveAppService.java1016 mSessionCallback.onLayoutSurface(left, top, right, bottom); in layoutSurface()
/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
2606 mSessionState.mClient.onLayoutSurface(left, top, right, bottom, in onLayoutSurface()
/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
3620 mSessionState.client.onLayoutSurface(left, top, right, bottom, in onLayoutSurface()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt30815 Landroid/media/tv/ITvInputClient$Stub$Proxy;->onLayoutSurface(IIIII)V
30852 Landroid/media/tv/ITvInputClient;->onLayoutSurface(IIIII)V
31175 Landroid/media/tv/ITvInputSessionCallback$Stub$Proxy;->onLayoutSurface(IIII)V
31210 Landroid/media/tv/ITvInputSessionCallback;->onLayoutSurface(IIII)V
31508 Landroid/media/tv/TvInputManager$SessionCallback;->onLayoutSurface(Landroid/media/tv/TvInputManager…
31722 Landroid/media/tv/TvView$MySessionCallback;->onLayoutSurface(Landroid/media/tv/TvInputManager$Sessi…