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

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

Completed in 313 milliseconds