HomeSort by relevance Sort by last modified time
    Searched refs:getScreenSize (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
WallpaperManagerTest.java 44 final Point min = getScreenSize();
69 private Point getScreenSize() {
ActivityManagerMemoryClassTest.java 43 int screenSize = getScreenSize();
66 private int getScreenSize() {
  /external/deqp/framework/egl/
egluNativeWindow.cpp 61 tcu::IVec2 NativeWindow::getScreenSize (void) const
egluNativeWindow.hpp 105 virtual tcu::IVec2 getScreenSize (void) const;
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 66 IVec2 getScreenSize (void) const { return m_window->getSize(); }
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 97 String screenSize = getScreenSize();
188 private String getScreenSize() {
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 96 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 112 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); }
  /external/deqp/modules/egl/
teglResizeTests.cpp 442 const IVec2 winSize = m_nativeWindow->getScreenSize();
teglNativeCoordMappingTests.cpp 366 const tcu::IVec2 screenSize = nativeWindow.getScreenSize();

Completed in 265 milliseconds