Home
last modified time | relevance | path

Searched refs:getSurfaceHeight (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/gui/tests/
DMultiTextureConsumer_test.cpp77 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight()); in TEST_F()
78 glOrthof(0, getSurfaceWidth(), 0, getSurfaceHeight(), 0, 1); in TEST_F()
DGLTest.h51 virtual EGLint getSurfaceHeight();
DGLTest.cpp63 String8("Test Surface"), getSurfaceWidth(), getSurfaceHeight(), in SetUp()
79 EGL_HEIGHT, getSurfaceHeight(), in SetUp()
160 EGLint GLTest::getSurfaceHeight() { in getSurfaceHeight() function in android::GLTest
DSurfaceTextureFBO.h37 getSurfaceHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE, nullptr); in SetUp()
/frameworks/base/services/core/java/com/android/server/wm/
DLegacyDimmer.java106 public int getSurfaceHeight() { in getSurfaceHeight() method in LegacyDimmer.DimAnimatable
108 return mHost.getSurfaceHeight(); in getSurfaceHeight()
DSimpleSurfaceAnimatable.java128 public int getSurfaceHeight() { in getSurfaceHeight() method in SimpleSurfaceAnimatable
DSurfaceAnimator.java186 mAnimatable.getSurfaceWidth(), mAnimatable.getSurfaceHeight(), 0 /* x */,
711 int getSurfaceHeight();
DWindowContainerThumbnail.java222 public int getSurfaceHeight() { in getSurfaceHeight() method in WindowContainerThumbnail
DScreenRotationAnimation.java665 .setHeight(mDisplayContent.getSurfaceHeight()) in startDisplayRotation()
683 .setHeight(mDisplayContent.getSurfaceHeight()) in startScreenshotAlphaAnimation()
DWindowContainer.java3597 public int getSurfaceHeight() { in getSurfaceHeight() method in WindowContainer
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java395 public int getSurfaceHeight() { in getSurfaceHeight() method
/frameworks/base/services/
Dart-wear-profile29263 PLcom/android/server/wm/WindowContainer;->getSurfaceHeight()I