OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setDisplaySize
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/surfaceflinger/
DisplayDevice.cpp
480
void DisplayDevice::
setDisplaySize
(const int newWidth, const int newHeight) {
/frameworks/native/libs/gui/
SurfaceComposerClient.cpp
180
void
setDisplaySize
(const sp<IBinder>& token, uint32_t width, uint32_t height);
505
void Composer::
setDisplaySize
(const sp<IBinder>& token, uint32_t width, uint32_t height) {
737
void SurfaceComposerClient::
setDisplaySize
(const sp<IBinder>& token,
739
Composer::getInstance().
setDisplaySize
(token, width, height);
/frameworks/base/core/java/android/view/
SurfaceControl.java
693
public static void
setDisplaySize
(IBinder displayToken, int width, int height) {
[
all
...]
Completed in 3962 milliseconds