/frameworks/base/media/java/android/media/tv/ad/ |
D | ITvAdSession.aidl | 37 void sendCurrentVideoBounds(in Rect bounds); in sendCurrentVideoBounds() method
|
D | ITvAdSessionWrapper.java | 151 mSessionImpl.sendCurrentVideoBounds((Rect) msg.obj); in executeMessage() 233 public void sendCurrentVideoBounds(@Nullable Rect bounds) { in sendCurrentVideoBounds() method in ITvAdSessionWrapper
|
D | ITvAdManager.aidl | 45 void sendCurrentVideoBounds(in IBinder sessionToken, in Rect bounds, int userId); in sendCurrentVideoBounds() method
|
D | TvAdView.java | 503 public void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvAdView 508 mSession.sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
|
D | TvAdManager.java | 831 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvAdManager.Session 837 mService.sendCurrentVideoBounds(mToken, bounds, mUserId); in sendCurrentVideoBounds()
|
D | TvAdService.java | 752 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvAdService.Session
|
/frameworks/base/media/java/android/media/tv/interactive/ |
D | ITvInteractiveAppSession.aidl | 43 void sendCurrentVideoBounds(in Rect bounds); in sendCurrentVideoBounds() method
|
D | ITvInteractiveAppManager.aidl | 51 void sendCurrentVideoBounds(in IBinder sessionToken, in Rect bounds, int userId); in sendCurrentVideoBounds() method
|
D | ITvInteractiveAppSessionWrapper.java | 172 mSessionImpl.sendCurrentVideoBounds((Rect) msg.obj); in executeMessage() 429 public void sendCurrentVideoBounds(@Nullable Rect bounds) { in sendCurrentVideoBounds() method in ITvInteractiveAppSessionWrapper
|
D | TvInteractiveAppView.java | 525 public void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppView 530 mSession.sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
|
D | TvInteractiveAppManager.java | 1189 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppManager.Session 1195 mService.sendCurrentVideoBounds(mToken, bounds, mUserId); in sendCurrentVideoBounds()
|
D | TvInteractiveAppService.java | 1778 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppService.Session
|
/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
D | TvInteractiveAppManagerService.java | 1182 public void sendCurrentVideoBounds(IBinder sessionToken, Rect bounds, int userId) { in sendCurrentVideoBounds() method in TvInteractiveAppManagerService.TvAdBinderService 1196 getAdSessionLocked(sessionState).sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds() 2150 public void sendCurrentVideoBounds(IBinder sessionToken, Rect bounds, int userId) { in sendCurrentVideoBounds() method in TvInteractiveAppManagerService.BinderService 2164 getSessionLocked(sessionState).sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
|
/frameworks/base/core/api/ |
D | current.txt | 28134 method public void sendCurrentVideoBounds(@NonNull android.graphics.Rect); 28400 method public void sendCurrentVideoBounds(@NonNull android.graphics.Rect);
|