Searched refs:getSurfaceWidth (Results 1 – 12 of 12) 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.h | 50 virtual EGLint getSurfaceWidth();
|
D | GLTest.cpp | 63 String8("Test Surface"), getSurfaceWidth(), getSurfaceHeight(), in SetUp() 78 EGL_WIDTH, getSurfaceWidth(), in SetUp() 156 EGLint GLTest::getSurfaceWidth() { in getSurfaceWidth() function in android::GLTest
|
D | SurfaceTextureFBO.h | 36 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, getSurfaceWidth(), in SetUp()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LegacyDimmer.java | 96 public int getSurfaceWidth() { in getSurfaceWidth() method in LegacyDimmer.DimAnimatable 102 return mHost.getSurfaceWidth(); in getSurfaceWidth()
|
D | SimpleSurfaceAnimatable.java | 123 public int getSurfaceWidth() { in getSurfaceWidth() method in SimpleSurfaceAnimatable
|
D | SurfaceAnimator.java | 186 mAnimatable.getSurfaceWidth(), mAnimatable.getSurfaceHeight(), 0 /* x */, 706 int getSurfaceWidth();
|
D | WindowContainerThumbnail.java | 217 public int getSurfaceWidth() { in getSurfaceWidth() method in WindowContainerThumbnail
|
D | ScreenRotationAnimation.java | 664 .setWidth(mDisplayContent.getSurfaceWidth()) in startDisplayRotation() 682 .setWidth(mDisplayContent.getSurfaceWidth()) in startScreenshotAlphaAnimation()
|
D | WindowContainer.java | 3592 public int getSurfaceWidth() { in getSurfaceWidth() method in WindowContainer
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimatorTest.java | 390 public int getSurfaceWidth() { in getSurfaceWidth() method
|
/frameworks/base/services/ |
D | art-wear-profile | 29264 PLcom/android/server/wm/WindowContainer;->getSurfaceWidth()I
|