Searched refs:sendCurrentVideoBounds (Results 1 – 8 of 8) sorted by relevance
43 void sendCurrentVideoBounds(in Rect bounds); in sendCurrentVideoBounds() method
51 void sendCurrentVideoBounds(in IBinder sessionToken, in Rect bounds, int userId); in sendCurrentVideoBounds() method
169 mSessionImpl.sendCurrentVideoBounds((Rect) msg.obj); in executeMessage()411 public void sendCurrentVideoBounds(@Nullable Rect bounds) { in sendCurrentVideoBounds() method in ITvInteractiveAppSessionWrapper
522 public void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppView527 mSession.sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
1152 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppManager.Session1158 mService.sendCurrentVideoBounds(mToken, bounds, mUserId); in sendCurrentVideoBounds()
1637 void sendCurrentVideoBounds(@NonNull Rect bounds) { in sendCurrentVideoBounds() method in TvInteractiveAppService.Session
1341 public void sendCurrentVideoBounds(IBinder sessionToken, Rect bounds, int userId) { in sendCurrentVideoBounds() method in TvInteractiveAppManagerService.BinderService1355 getSessionLocked(sessionState).sendCurrentVideoBounds(bounds); in sendCurrentVideoBounds()
27902 method public void sendCurrentVideoBounds(@NonNull android.graphics.Rect);