You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: quick&dirty implementations and stubing
This commit is contained in:
@@ -33,6 +33,7 @@ public class MediaPlayer {
|
||||
public void setOnSeekCompleteListener(MediaPlayer.OnSeekCompleteListener dummy) {}
|
||||
public void setOnVideoSizeChangedListener(MediaPlayer.OnVideoSizeChangedListener dummy) {}
|
||||
public void setAudioStreamType(int dummy) {}
|
||||
public void start() {}
|
||||
public void pause() {}
|
||||
public void prepareAsync() {}
|
||||
public void reset() {}
|
||||
|
||||
Reference in New Issue
Block a user