Searched refs:getSurfaceWidth (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | MultiTextureConsumer_test.cpp | 77 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight()); in TEST_F() 78 glOrthof(0, getSurfaceWidth(), 0, getSurfaceHeight(), 0, 1); in TEST_F()
|
D | GLTest.cpp | 67 String8("Test Surface"), getSurfaceWidth(), getSurfaceHeight(), in SetUp() 82 EGL_WIDTH, getSurfaceWidth(), in SetUp() 164 EGLint GLTest::getSurfaceWidth() { in getSurfaceWidth() function in android::GLTest
|
D | GLTest.h | 50 virtual EGLint getSurfaceWidth();
|
D | SurfaceTextureFBO.h | 36 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, getSurfaceWidth(), in SetUp()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Dimmer.java | 89 public int getSurfaceWidth() { in getSurfaceWidth() method in Dimmer.DimAnimatable 95 return mHost.getSurfaceWidth(); in getSurfaceWidth()
|
D | SurfaceAnimator.java | 118 mAnimatable.getSurfaceWidth(), mAnimatable.getSurfaceHeight(), hidden); 413 int getSurfaceWidth();
|
D | AppWindowThumbnail.java | 180 public int getSurfaceWidth() { in getSurfaceWidth() method in AppWindowThumbnail
|
D | WindowContainer.java | 1216 public int getSurfaceWidth() { in getSurfaceWidth() method in WindowContainer
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | SurfaceAnimatorTest.java | 273 public int getSurfaceWidth() { in getSurfaceWidth() method
|