Home
last modified time | relevance | path

Searched refs:surfaceChanged (Results 1 – 25 of 53) sorted by relevance

123

/aosp14/frameworks/base/libs/input/
H A DSpriteController.cpp125 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 DSpriteController.h234 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 DFilterSurfaceView.java82 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 DSurfaceHolder.java95 void surfaceChanged(@NonNull SurfaceHolder holder, @PixelFormat.Format int format, in surfaceChanged() method
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRSSurfaceView.java102 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 DGameActivity.java54 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 DSurfaceFlingerTestActivity.java64 public void surfaceChanged(SurfaceHolder holder, int format, int width, in TestSurfaceView()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewActivity.java102 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in Camera2SurfaceViewActivity
H A DMediaFrameworkTest.java113 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 DViewRootSurfaceCallbackTest.java99 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 DSurfaceControlViewHostTest.java77 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 DMovingSurfaceViewActivity.java107 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in MovingSurfaceViewActivity
H A DScrollingStretchSurfaceViewActivity.java70 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in ScrollingStretchSurfaceViewActivity
H A DCustomRenderer.java112 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
H A DGetBitmapSurfaceViewActivity.java128 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in GetBitmapSurfaceViewActivity
H A DFrontBufferedLayer.kt45 override fun surfaceChanged(holder: SurfaceHolder, format: Int, width: Int, height: Int) {
H A DStretchySurfaceViewActivity.java129 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in StretchySurfaceViewActivity
H A DHardwareCanvasSurfaceViewActivity.java96 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in HardwareCanvasSurfaceViewActivity
H A DSurfaceViewAlphaActivity.java159 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 DTaskView.java57 public void surfaceChanged(SurfaceHolder holder, in TaskView()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomSurfaceView.java173 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 DCustomSurfaceView.java219 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 DMainActivity.kt110 override fun surfaceChanged(
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerNativeTest.java74 public void surfaceChanged( in setup()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceViewSyncValidatorTestCase.java76 public void surfaceChanged(@NonNull SurfaceHolder holder, int format, int width,

123