Searched defs:mCurrentProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java94 private static HTML5VideoViewProxy mCurrentProxy; field in class:HTML5VideoViewProxy.VideoPlayer
127 mHTML5VideoView.pauseAndDispatch(mCurrentProxy);
136 mHTML5VideoView.pauseAndDispatch(mCurrentProxy);
173 mCurrentProxy = proxy;
174 mHTML5VideoView.setVideoURI(url, mCurrentProxy);
206 && mCurrentProxy != proxy) {
207 mCurrentProxy = proxy;
232 mHTML5VideoView.pauseAndDispatch(mCurrentProxy);
239 mCurrentProxy = proxy;
242 mHTML5VideoView.setVideoURI(url, mCurrentProxy);
[all...]

Completed in 44 milliseconds