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

  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 146 EGLint windowHeight = 0;
149 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight));
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 56 int windowHeight = height + (windowRect.bottom - windowRect.top) - (clientRect.bottom - clientRect.top);
59 SetWindowPos(windowHandle, HWND_TOP, desktopWidth / 2 - windowWidth / 2, desktopHeight / 2 - windowHeight / 2, windowWidth, windowHeight, SWP_SHOWWINDOW);
  /external/swiftshader/src/OpenGL/libEGL/
Surface.cpp 286 int windowHeight = client.bottom - client.top;
289 int windowHeight; window->query(window, NATIVE_WINDOW_HEIGHT, &windowHeight);
295 int windowHeight = windowAttributes.height;
298 int windowHeight;
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 67 int windowHeight = mWindowRect.height() - mSystemInsets.bottom;
69 int width = Math.min(windowWidth, windowHeight) - mPadding * 2;
70 boolean isLandscape = windowWidth > windowHeight;
73 mPaddingEndTopBottom = (windowHeight - mTaskRect.height()) / 2;
76 mTopOffset = (getTotalHeightOfTasks(MAX_LAYOUT_TASK_COUNT) - windowHeight) / 2;
102 int windowHeight = mWindowRect.height() - mSystemInsets.bottom;
103 int bottomOfCurrentTask = (windowHeight + mTaskRect.height()) / 2;
116 int windowHeight = mWindowRect.height() - mSystemInsets.bottom;
117 int topOfCurrentTask = (windowHeight - mTaskRect.height()) / 2;
136 int windowHeight = mWindowRect.height() - mSystemInsets.bottom
    [all...]
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
DetailsFragmentTest.java 164 final int windowHeight = verticalGridView.getHeight();
168 assertEquals(windowHeight, activity.getWindow().getDecorView().getHeight());
179 assertEquals(Math.min(windowHeight, detailsFrameRect.top),
212 assertEquals(windowHeight, colorDrawable.getBounds().bottom);
    [all...]
DetailsSupportFragmentTest.java 167 final int windowHeight = verticalGridView.getHeight();
171 assertEquals(windowHeight, activity.getWindow().getDecorView().getHeight());
182 assertEquals(Math.min(windowHeight, detailsFrameRect.top),
215 assertEquals(windowHeight, colorDrawable.getBounds().bottom);
    [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 1038 int windowHeight = 0; // Parent window height
1058 windowHeight = globalBounds.bottom - globalBounds.top;
1070 _lastWindowHeight = windowHeight;
1082 if (windowHeight != _lastWindowHeight ||
1107 (int)(0.5f + windowHeight - (viewBounds.origin.y + viewBounds.size.height)),
1112 //WEBRTC_TRACE(kTraceDebug, "%s:%d windowHeight=%d", __FUNCTION__, __LINE__, windowHeight);
1124 _lastWindowHeight = windowHeight;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 455 milliseconds