Searched refs:playerId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DExternalVideoSurfaceContainerTest.java63 protected void requestExternalVideoSurface(int playerId) { argument
64 mPlayerId = playerId;
69 protected void releaseExternalVideoSurface(int playerId) { argument
78 int playerId, float left, float top, float right, float bottom) {
79 if (mPlayerId != playerId) {
77 onExternalVideoSurfacePositionChanged( int playerId, float left, float top, float right, float bottom) argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DExternalVideoSurfaceContainer.java116 * @param playerId The ID of the media player.
119 protected void requestExternalVideoSurface(int playerId) { argument
120 if (mPlayerId == playerId) return;
126 mPlayerId = playerId;
134 * @param playerId The ID of the media player.
137 protected void releaseExternalVideoSurface(int playerId) { argument
138 if (mPlayerId != playerId) return;
190 * @param playerId The ID of the media player.
198 int playerId, float left, float top, float right, float bottom) {
199 if (mPlayerId != playerId) retur
197 onExternalVideoSurfacePositionChanged( int playerId, float left, float top, float right, float bottom) argument
271 nativeSurfaceCreated( long nativeExternalVideoSurfaceContainerImpl, int playerId, Surface surface) argument
274 nativeSurfaceDestroyed( long nativeExternalVideoSurfaceContainerImpl, int playerId) argument
[all...]

Completed in 102 milliseconds