Home
last modified time | relevance | path

Searched refs:getSurfaceWidth (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.h50 virtual EGLint getSurfaceWidth();
DGLTest.cpp63 String8("Test Surface"), getSurfaceWidth(), getSurfaceHeight(), in SetUp()
78 EGL_WIDTH, getSurfaceWidth(), in SetUp()
156 EGLint GLTest::getSurfaceWidth() { in getSurfaceWidth() function in android::GLTest
DSurfaceTextureFBO.h36 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, getSurfaceWidth(), in SetUp()
/frameworks/base/services/core/java/com/android/server/wm/
DLegacyDimmer.java96 public int getSurfaceWidth() { in getSurfaceWidth() method in LegacyDimmer.DimAnimatable
102 return mHost.getSurfaceWidth(); in getSurfaceWidth()
DSimpleSurfaceAnimatable.java123 public int getSurfaceWidth() { in getSurfaceWidth() method in SimpleSurfaceAnimatable
DSurfaceAnimator.java186 mAnimatable.getSurfaceWidth(), mAnimatable.getSurfaceHeight(), 0 /* x */,
706 int getSurfaceWidth();
DWindowContainerThumbnail.java217 public int getSurfaceWidth() { in getSurfaceWidth() method in WindowContainerThumbnail
DScreenRotationAnimation.java664 .setWidth(mDisplayContent.getSurfaceWidth()) in startDisplayRotation()
682 .setWidth(mDisplayContent.getSurfaceWidth()) in startScreenshotAlphaAnimation()
DWindowContainer.java3592 public int getSurfaceWidth() { in getSurfaceWidth() method in WindowContainer
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java390 public int getSurfaceWidth() { in getSurfaceWidth() method
/frameworks/base/services/
Dart-wear-profile29264 PLcom/android/server/wm/WindowContainer;->getSurfaceWidth()I