/aosp14/frameworks/base/libs/input/ |
H A D | SpriteController.cpp | 125 bool surfaceChanged = false; in doUpdateSprites() local 138 update.surfaceChanged = surfaceChanged = true; in doUpdateSprites() 163 update.surfaceChanged = surfaceChanged = true; in doUpdateSprites() 188 update.surfaceChanged = surfaceChanged = true; in doUpdateSprites() 196 update.surfaceChanged = surfaceChanged = true; in doUpdateSprites() 266 update.surfaceChanged = surfaceChanged = true; in doUpdateSprites() 271 update.surfaceChanged = surfaceChanged = true; in doUpdateSprites() 284 if (surfaceChanged) { // acquire lock in doUpdateSprites() 290 if (update.surfaceChanged) { in doUpdateSprites()
|
H A D | SpriteController.h | 234 inline SpriteUpdate() : surfaceChanged(false) { } in SpriteUpdate() 236 sprite(sprite), state(state), surfaceChanged(false) { in SpriteUpdate() 241 bool surfaceChanged; member
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | FilterSurfaceView.java | 82 mListener.surfaceChanged(getHolder(), mFormat, mWidth, mHeight); in bindToListener() 115 public synchronized void surfaceChanged(SurfaceHolder holder, in surfaceChanged() method in FilterSurfaceView 127 mListener.surfaceChanged(holder, format, width, height); in surfaceChanged()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceHolder.java | 95 void surfaceChanged(@NonNull SurfaceHolder holder, @PixelFormat.Format int format, in surfaceChanged() method
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RSSurfaceView.java | 102 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in RSSurfaceView
|
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
H A D | GameActivity.java | 54 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in GameActivity
|
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/ |
H A D | SurfaceFlingerTestActivity.java | 64 public void surfaceChanged(SurfaceHolder holder, int format, int width, in TestSurfaceView()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
H A D | Camera2SurfaceViewActivity.java | 102 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in Camera2SurfaceViewActivity
|
H A D | MediaFrameworkTest.java | 113 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in MediaFrameworkTest
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewRootSurfaceCallbackTest.java | 99 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in ViewRootSurfaceCallbackTest
|
/aosp14/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/ |
H A D | SurfaceControlViewHostTest.java | 77 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in SurfaceControlViewHostTest
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | MovingSurfaceViewActivity.java | 107 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in MovingSurfaceViewActivity
|
H A D | ScrollingStretchSurfaceViewActivity.java | 70 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in ScrollingStretchSurfaceViewActivity
|
H A D | CustomRenderer.java | 112 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
|
H A D | GetBitmapSurfaceViewActivity.java | 128 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in GetBitmapSurfaceViewActivity
|
H A D | FrontBufferedLayer.kt | 45 override fun surfaceChanged(holder: SurfaceHolder, format: Int, width: Int, height: Int) {
|
H A D | StretchySurfaceViewActivity.java | 129 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in StretchySurfaceViewActivity
|
H A D | HardwareCanvasSurfaceViewActivity.java | 96 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in HardwareCanvasSurfaceViewActivity
|
H A D | SurfaceViewAlphaActivity.java | 159 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in SurfaceViewAlphaActivity
|
/aosp14/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/ |
H A D | TaskView.java | 57 public void surfaceChanged(SurfaceHolder holder, in TaskView()
|
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | CustomSurfaceView.java | 173 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in CustomSurfaceView
|
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
H A D | CustomSurfaceView.java | 219 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in CustomSurfaceView
|
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | MainActivity.kt | 110 override fun surfaceChanged(
|
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/ |
H A D | AttachedChoreographerNativeTest.java | 74 public void surfaceChanged( in setup()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SurfaceViewSyncValidatorTestCase.java | 76 public void surfaceChanged(@NonNull SurfaceHolder holder, int format, int width,
|