HomeSort by relevance Sort by last modified time
    Searched defs:onSurfaceDestroyed (Results 1 - 25 of 42) sorted by null

1 2

  /cts/tests/tests/mediastress/src/android/mediastress/cts/
OnSurfaceChangedListener.java 21 void onSurfaceDestroyed();
SurfaceTextureGLSurfaceView.java 58 mListener.onSurfaceDestroyed();
NativeMediaActivity.java 100 public void onSurfaceDestroyed() {
  /packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
VideoSurfaceDelegate.java 26 void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface);
  /frameworks/av/packages/MediaComponents/src/com/android/widget/
VideoViewInterface.java 61 void onSurfaceDestroyed(View view);
VideoSurfaceView.java 144 mSurfaceListener.onSurfaceDestroyed(this);
VideoTextureView.java 153 mSurfaceListener.onSurfaceDestroyed(this);
VideoView2Impl.java 643 public void onSurfaceDestroyed(View view) {
645 Log.d(TAG, "onSurfaceDestroyed(). mCurrentState=" + mCurrentState
    [all...]
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
VideoViewInterface.java 62 void onSurfaceDestroyed(View view);
VideoSurfaceView.java 134 mSurfaceListener.onSurfaceDestroyed(this);
VideoTextureView.java 135 mSurfaceListener.onSurfaceDestroyed(this);
VideoView2ImplBase.java 771 public void onSurfaceDestroyed(View view) {
773 Log.d(TAG, "onSurfaceDestroyed(). mCurrentState=" + mCurrentState
    [all...]
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
VideoViewInterfaceWithMp1.java 62 void onSurfaceDestroyed(View view);
VideoSurfaceViewWithMp1.java 133 mSurfaceListener.onSurfaceDestroyed(this);
VideoTextureViewWithMp1.java 135 mSurfaceListener.onSurfaceDestroyed(this);
VideoView2ImplBaseWithMp1.java 738 public void onSurfaceDestroyed(View view) {
740 Log.d(TAG, "onSurfaceDestroyed(). mCurrentState=" + mCurrentState
    [all...]
  /external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
ViewerActivity.java 39 private native void onSurfaceDestroyed(long handle);
136 onSurfaceDestroyed(mApplication.getNativeHandle());
  /external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
ViewerActivity.java 39 private native void onSurfaceDestroyed(long handle);
136 onSurfaceDestroyed(mApplication.getNativeHandle());
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 119 public void onSurfaceDestroyed(SurfaceHolder holder) {
120 super.onSurfaceDestroyed(holder);
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 158 public void onSurfaceDestroyed(SurfaceHolder holder) {
159 super.onSurfaceDestroyed(holder);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 183 public void onSurfaceDestroyed(SurfaceHolder holder) {
184 super.onSurfaceDestroyed(holder);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 222 public void onSurfaceDestroyed(SurfaceHolder holder) {
223 super.onSurfaceDestroyed(holder);
225 Log.i(TAG, "onSurfaceDestroyed");
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 606 public void onSurfaceDestroyed(SurfaceHolder holder) {
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 512 milliseconds

1 2