Home
last modified time | relevance | path

Searched refs:sendCurrentVideoBounds (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/media/java/android/media/tv/ad/
DITvAdSession.aidl37 void sendCurrentVideoBounds(in Rect bounds); in sendCurrentVideoBounds() method
DITvAdSessionWrapper.java151 mSessionImpl.sendCurrentVideoBounds((Rect) msg.obj); in executeMessage()
233 public void sendCurrentVideoBounds(@Nullable Rect bounds) { in sendCurrentVideoBounds() method in ITvAdSessionWrapper
DITvAdManager.aidl45 void sendCurrentVideoBounds(in IBinder sessionToken, in Rect bounds, int userId); in sendCurrentVideoBounds() method
DTvAdView.java503 public void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvAdView
508 mSession.sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
DTvAdManager.java831 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvAdManager.Session
837 mService.sendCurrentVideoBounds(mToken, bounds, mUserId); in sendCurrentVideoBounds()
DTvAdService.java752 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvAdService.Session
/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSession.aidl43 void sendCurrentVideoBounds(in Rect bounds); in sendCurrentVideoBounds() method
DITvInteractiveAppManager.aidl51 void sendCurrentVideoBounds(in IBinder sessionToken, in Rect bounds, int userId); in sendCurrentVideoBounds() method
DITvInteractiveAppSessionWrapper.java172 mSessionImpl.sendCurrentVideoBounds((Rect) msg.obj); in executeMessage()
429 public void sendCurrentVideoBounds(@Nullable Rect bounds) { in sendCurrentVideoBounds() method in ITvInteractiveAppSessionWrapper
DTvInteractiveAppView.java525 public void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppView
530 mSession.sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
DTvInteractiveAppManager.java1189 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppManager.Session
1195 mService.sendCurrentVideoBounds(mToken, bounds, mUserId); in sendCurrentVideoBounds()
DTvInteractiveAppService.java1778 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppService.Session
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java1182 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/
Dcurrent.txt28134 method public void sendCurrentVideoBounds(@NonNull android.graphics.Rect);
28400 method public void sendCurrentVideoBounds(@NonNull android.graphics.Rect);