Home
last modified time | relevance | path

Searched refs:getScreenSize (Results 1 – 14 of 14) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DGraphicalVerifier.java47 final Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); in GraphicalVerifier()
/external/deqp/framework/egl/
DegluNativeWindow.cpp69 tcu::IVec2 NativeWindow::getScreenSize (void) const in getScreenSize() function in eglu::NativeWindow
DegluNativeWindow.hpp109 virtual tcu::IVec2 getScreenSize (void) const;
/external/proguard/src/proguard/gui/splash/
DSplashPanel.java207 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); in main()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp97 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::wayland::egl::Window
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java264 ScreenSize requestedScreenSize = getScreenSize(configuration); in applyRules()
374 public static ScreenSize getScreenSize(Configuration configuration) { in getScreenSize() method in DeviceConfig
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp148 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::x11::egl::Window
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp88 IVec2 getScreenSize (void) const { return m_window->getSize(); } in getScreenSize() function in tcu::Android::NativeWindow
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/internal/
DParallelUniverseTest.java230 assertThat(DeviceConfig.getScreenSize(configuration)).isEqualTo(ScreenSize.xlarge); in whenDimensAndSizeSpecified_setQualifiers_should()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp125 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::win32::__anon1b601ec30111::NativeWindow
/external/deqp/modules/egl/
DteglResizeTests.cpp464 const IVec2 winSize = m_nativeWindow->getScreenSize(); in getNativePixelsPerInch()
DteglNativeCoordMappingTests.cpp372 const tcu::IVec2 screenSize = nativeWindow.getScreenSize(); in testNativeWindow()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java168 Dimension sd = Toolkit.getDefaultToolkit().getScreenSize(); in initStatusWindow()
/external/proguard/src/proguard/gui/
DProGuardGUI.java1728 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); in main()