Searched defs:setDisplaySize (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp403 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { function in class:DisplayDevice
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java592 public static void setDisplaySize(IBinder displayToken, int width, int height) { method in class:SurfaceControl
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp169 void setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height);
430 void Composer::setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height) { function in class:android::Composer
633 void SurfaceComposerClient::setDisplaySize(const sp<IBinder>& token, function in class:android::SurfaceComposerClient
635 Composer::getInstance().setDisplaySize(token, width, height);

Completed in 99 milliseconds