Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSessionCallback.aidl44 void onSetVideoBounds(in Rect rect); in onSetVideoBounds() method
DITvInteractiveAppClient.aidl45 void onSetVideoBounds(in Rect rect, int seq); in onSetVideoBounds() method
DTvInteractiveAppView.java1202 public void onSetVideoBounds(@NonNull String iAppServiceId, @NonNull Rect rect) { in onSetVideoBounds() method in TvInteractiveAppView.TvInteractiveAppCallback
1677 public void onSetVideoBounds(Session session, Rect rect) { in onSetVideoBounds() method in TvInteractiveAppView.MySessionCallback
1690 mCallback.onSetVideoBounds(mIAppServiceId, rect); in onSetVideoBounds()
DTvInteractiveAppManager.java425 public void onSetVideoBounds(Rect rect, int seq) { in TvInteractiveAppManager()
2139 mSessionCallback.onSetVideoBounds(mSession, rect); in postSetVideoBounds()
2439 public void onSetVideoBounds(Session session, Rect rect) { in onSetVideoBounds() method in TvInteractiveAppManager.SessionCallback
DTvInteractiveAppService.java1189 mSessionCallback.onSetVideoBounds(rect); in setVideoBounds()
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java3901 public void onSetVideoBounds(Rect rect) { in onSetVideoBounds() method in TvInteractiveAppManagerService.SessionCallback
3910 mSessionState.mClient.onSetVideoBounds(rect, mSessionState.mSeq); in onSetVideoBounds()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt28449 method public void onSetVideoBounds(@NonNull String, @NonNull android.graphics.Rect);