HomeSort by relevance Sort by last modified time
    Searched defs:windowWidth (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 145 EGLint windowWidth = 0;
148 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &windowWidth));
151 if (windowWidth <= 0 || windowHeight <= 0)
153 log << TestLog::Message << " Fail, invalid surface size " << windowWidth << "x" << windowHeight << TestLog::EndMessage;
  /external/swiftshader/src/Main/
FrameBufferGDI.cpp 55 int windowWidth = width + (windowRect.right - windowRect.left) - (clientRect.right - clientRect.left);
59 SetWindowPos(windowHandle, HWND_TOP, desktopWidth / 2 - windowWidth / 2, desktopHeight / 2 - windowHeight / 2, windowWidth, windowHeight, SWP_SHOWWINDOW);
  /external/swiftshader/src/OpenGL/libEGL/
Surface.cpp 285 int windowWidth = client.right - client.left;
288 int windowWidth; window->query(window, NATIVE_WINDOW_WIDTH, &windowWidth);
294 int windowWidth = windowAttributes.width;
297 int windowWidth;
299 sw::OSX::GetNativeWindowSize(window, windowWidth, windowHeight);
304 if((windowWidth != width) || (windowHeight != height))
306 bool success = reset(windowWidth, windowHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/lowram/
TaskStackLowRamLayoutAlgorithm.java 68 int windowWidth = mWindowRect.width() - mSystemInsets.right - mSystemInsets.left;
69 int width = Math.min(windowWidth, windowHeight) - mPadding * 2;
70 boolean isLandscape = windowWidth > windowHeight;
72 mPaddingLeftRight = (windowWidth - mTaskRect.width()) / 2;
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
DetailsFragmentTest.java 165 final int windowWidth = verticalGridView.getWidth();
169 assertEquals(windowWidth, activity.getWindow().getDecorView().getWidth());
173 assertEquals(windowWidth, bitmapDrawable.getBounds().width());
207 assertEquals(windowWidth, bitmapDrawable.getBounds().width());
210 assertEquals(windowWidth, colorDrawable.getBounds().width());
    [all...]
DetailsSupportFragmentTest.java 168 final int windowWidth = verticalGridView.getWidth();
172 assertEquals(windowWidth, activity.getWindow().getDecorView().getWidth());
176 assertEquals(windowWidth, bitmapDrawable.getBounds().width());
210 assertEquals(windowWidth, bitmapDrawable.getBounds().width());
213 assertEquals(windowWidth, colorDrawable.getBounds().width());
    [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 1037 int windowWidth = 0; // Parent window width
1059 windowWidth = globalBounds.right - globalBounds.left;
1069 _lastWindowWidth = windowWidth;
1083 windowWidth != _lastWindowWidth)
1123 _lastWindowWidth = windowWidth;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 227 milliseconds