/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | FilterSurfaceView.java | 132 public synchronized void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in FilterSurfaceView 137 mListener.surfaceDestroyed(holder); in surfaceDestroyed()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
H A D | TaskView.java | 234 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in TaskView 235 mTaskViewTaskController.surfaceDestroyed(); in surfaceDestroyed()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceHolder.java | 107 void surfaceDestroyed(@NonNull SurfaceHolder holder); in surfaceDestroyed() method
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RSSurfaceView.java | 88 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in RSSurfaceView
|
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
H A D | GameActivity.java | 61 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in GameActivity
|
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/ |
H A D | SurfaceFlingerTestActivity.java | 67 public void surfaceDestroyed(SurfaceHolder holder) { in TestSurfaceView()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/ |
H A D | TaskViewTest.java | 218 mTaskView.surfaceDestroyed(sh); in testSurfaceDestroyed_noTask_legacyTransitions() 232 mTaskView.surfaceDestroyed(sh); in testSurfaceDestroyed_withTask_shouldNotHideTask_legacyTransitions() 244 mTaskView.surfaceDestroyed(sh); in testSurfaceDestroyed_withTask_legacyTransitions() 361 mTaskView.surfaceDestroyed(sh); in testSurfaceDestroyed_noTask() 376 mTaskView.surfaceDestroyed(sh); in testSurfaceDestroyed_withTask()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
H A D | Camera2SurfaceViewActivity.java | 112 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in Camera2SurfaceViewActivity
|
H A D | MediaFrameworkTest.java | 107 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in MediaFrameworkTest
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewRootSurfaceCallbackTest.java | 90 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in ViewRootSurfaceCallbackTest
|
/aosp14/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/ |
H A D | SurfaceControlViewHostTest.java | 84 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in SurfaceControlViewHostTest
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | MovingSurfaceViewActivity.java | 114 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in MovingSurfaceViewActivity
|
H A D | ScrollingStretchSurfaceViewActivity.java | 111 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in ScrollingStretchSurfaceViewActivity
|
H A D | CustomRenderer.java | 124 public void surfaceDestroyed(SurfaceHolder holder) {
|
H A D | GetBitmapSurfaceViewActivity.java | 132 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in GetBitmapSurfaceViewActivity
|
H A D | FrontBufferedLayer.kt | 58 override fun surfaceDestroyed(holder: SurfaceHolder) {
|
H A D | StretchySurfaceViewActivity.java | 144 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in StretchySurfaceViewActivity
|
H A D | HardwareCanvasSurfaceViewActivity.java | 101 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in HardwareCanvasSurfaceViewActivity
|
H A D | SurfaceViewAlphaActivity.java | 166 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in SurfaceViewAlphaActivity
|
/aosp14/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/ |
H A D | TaskView.java | 68 public void surfaceDestroyed(SurfaceHolder holder) {} in TaskView()
|
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | CustomSurfaceView.java | 183 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in CustomSurfaceView
|
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
H A D | CustomSurfaceView.java | 236 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed() method in CustomSurfaceView
|
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | MainActivity.kt | 119 override fun surfaceDestroyed(holder: SurfaceHolder) {
|
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/ |
H A D | AttachedChoreographerNativeTest.java | 83 public void surfaceDestroyed(SurfaceHolder holder) {} in setup()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SurfaceViewSyncValidatorTestCase.java | 87 public void surfaceDestroyed(@NonNull SurfaceHolder holder) {
|