HomeSort by relevance Sort by last modified time
    Searched refs:onSurfaceDestroyed (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/mediastress/src/android/mediastress/cts/
OnSurfaceChangedListener.java 21 void onSurfaceDestroyed();
SurfaceTextureGLSurfaceView.java 58 mListener.onSurfaceDestroyed();
NativeMediaActivity.java 100 public void onSurfaceDestroyed() {
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 119 public void onSurfaceDestroyed(SurfaceHolder holder) {
120 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/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 150 public void onSurfaceDestroyed(SurfaceHolder holder) {
151 super.onSurfaceDestroyed(holder);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoCallFragment.java 273 onSurfaceDestroyed();
285 private void onSurfaceDestroyed() {
287 mPresenter.onSurfaceDestroyed(mSurfaceId);
    [all...]
VideoCallPresenter.java 344 public void onSurfaceDestroyed(int surface) {
345 Log.d(this, "onSurfaceDestroyed: mSurfaceId=" + surface);
352 Log.d(this, "onSurfaceDestroyed: isChangingConfigurations=" + isChangingConfigurations);
358 Log.w(this, "onSurfaceDestroyed: Activity is being destroyed due "
    [all...]
  /frameworks/base/core/java/android/app/
ActivityView.java 315 mActivityViewCallback.onSurfaceDestroyed(ActivityView.this);
359 public abstract void onSurfaceDestroyed(ActivityView view);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 287 public void onSurfaceDestroyed(SurfaceHolder holder) {
288 super.onSurfaceDestroyed(holder);
290 Log.i(TAG, "onSurfaceDestroyed");
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 528 public void onSurfaceDestroyed(SurfaceHolder holder) {
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 180 milliseconds