Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl43 void sendCurrentVideoBounds(in Rect bounds); in sendCurrentVideoBounds() method
H A DITvInteractiveAppManager.aidl51 void sendCurrentVideoBounds(in IBinder sessionToken, in Rect bounds, int userId); in sendCurrentVideoBounds() method
H A DITvInteractiveAppSessionWrapper.java169 mSessionImpl.sendCurrentVideoBounds((Rect) msg.obj); in executeMessage()
411 public void sendCurrentVideoBounds(@Nullable Rect bounds) { in sendCurrentVideoBounds() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppView.java522 public void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppView
527 mSession.sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
H A DTvInteractiveAppManager.java1152 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppManager.Session
1158 mService.sendCurrentVideoBounds(mToken, bounds, mUserId); in sendCurrentVideoBounds()
H A DTvInteractiveAppService.java1637 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1341 public void sendCurrentVideoBounds(IBinder sessionToken, Rect bounds, int userId) { in sendCurrentVideoBounds() method in TvInteractiveAppManagerService.BinderService
1355 getSessionLocked(sessionState).sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27902 method public void sendCurrentVideoBounds(@NonNull android.graphics.Rect);