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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewClient.java167 public void onExternalVideoSurfaceRequested(int playerId) { argument
170 public void onGeometryChanged(int playerId, RectF rect) { argument
H A DContentViewCore.java2930 public void attachExternalVideoSurface(int playerId, Surface surface) { argument
2932 nativeAttachExternalVideoSurface(mNativeContentViewCore, playerId, surface);
2936 public void detachExternalVideoSurface(int playerId) { argument
2938 nativeDetachExternalVideoSurface(mNativeContentViewCore, playerId);
2956 int playerId, boolean isRequest, float x, float y, float width, float height) {
2957 if (isRequest) getContentViewClient().onExternalVideoSurfaceRequested(playerId);
2958 getContentViewClient().onGeometryChanged(playerId, new RectF(x, y, x + width, y + height));
3148 int nativeContentViewCoreImpl, int playerId, Surface surface);
3151 int nativeContentViewCoreImpl, int playerId);
2955 notifyExternalSurface( int playerId, boolean isRequest, float x, float y, float width, float height) argument
3147 nativeAttachExternalVideoSurface( int nativeContentViewCoreImpl, int playerId, Surface surface) argument
3150 nativeDetachExternalVideoSurface( int nativeContentViewCoreImpl, int playerId) argument

Completed in 287 milliseconds