Searched defs:onLayoutSurface (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/media/java/android/media/tv/ |
D | ITvInputSessionCallback.aidl | 39 void onLayoutSurface(int left, int top, int right, int bottom); in onLayoutSurface() method
|
D | ITvInputClient.aidl | 42 void onLayoutSurface(int left, int top, int right, int bottom, int seq); in onLayoutSurface() method
|
D | TvView.java | 1257 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvView.MySessionCallback
|
D | TvInputManager.java | 485 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInputManager.SessionCallback
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 2602 public void onLayoutSurface(int left, int top, int right, int bottom) { in onLayoutSurface() method in TvInputManagerService.SessionCallback
|