Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionCallback.aidl39 void onLayoutSurface(int left, int top, int right, int bottom); in onLayoutSurface() method
H A DITvInputClient.aidl42 void onLayoutSurface(int left, int top, int right, int bottom, int seq); in onLayoutSurface() method
H A DTvInputManager.java584 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInputManager.SessionCallback
H A DTvView.java1257 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvView.MySessionCallback
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java3203 public void onLayoutSurface(int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInputManagerService.SessionCallback