Searched refs:setGeometryAppliesWithResize (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteSurfaceTrace.java73 public void setGeometryAppliesWithResize() { method in class:RemoteSurfaceTrace
75 super.setGeometryAppliesWithResize();
H A DWindowSurfaceController.java293 mSurfaceControl.setGeometryAppliesWithResize();
645 public void setGeometryAppliesWithResize() { method in class:WindowSurfaceController.SurfaceTrace
646 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setGeometryAppliesWithResize(): OLD: "
648 super.setGeometryAppliesWithResize();
/frameworks/native/include/gui/
H A DSurfaceControl.h101 status_t setGeometryAppliesWithResize();
H A DSurfaceComposerClient.h167 status_t setGeometryAppliesWithResize(const sp<IBinder>& id);
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp123 status_t SurfaceControl::setGeometryAppliesWithResize() { function in class:android::SurfaceControl
126 return mClient->setGeometryAppliesWithResize(mHandle);
H A DSurfaceComposerClient.cpp183 status_t setGeometryAppliesWithResize(const sp<SurfaceComposerClient>& client,
535 status_t Composer::setGeometryAppliesWithResize( function in class:android::Composer
844 status_t SurfaceComposerClient::setGeometryAppliesWithResize( function in class:android::SurfaceComposerClient
846 return getComposer().setGeometryAppliesWithResize(this, id);
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp532 // Now we repeat with setGeometryAppliesWithResize
535 mFGSurfaceControl->setGeometryAppliesWithResize();
585 mFGSurfaceControl->setGeometryAppliesWithResize();
610 mFGSurfaceControl->setGeometryAppliesWithResize();
621 // In this test we ensure that setGeometryAppliesWithResize actually demands
641 mFGSurfaceControl->setGeometryAppliesWithResize();
665 mFGSurfaceControl->setGeometryAppliesWithResize();
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java486 public void setGeometryAppliesWithResize() { method in class:SurfaceControl
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp311 status_t err = ctrl->setGeometryAppliesWithResize();

Completed in 163 milliseconds