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

  /external/swiftshader/src/OpenGL/libEGL/
Surface.cpp 337 int windowWidth = client.right - client.left;
340 int windowWidth; window->query(window, NATIVE_WINDOW_WIDTH, &windowWidth);
351 int windowWidth = windowAttributes.width;
354 int windowWidth;
356 sw::OSX::GetNativeWindowSize(window, windowWidth, windowHeight);
359 int windowWidth = 100;
365 if((windowWidth != width) || (windowHeight != height))
367 bool success = reset(windowWidth, windowHeight);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Common.java 51 private static double[] hann(int windowWidth) {
52 double[] envelopeArray = new double[windowWidth];
53 for (int i = 0; i < windowWidth; i++) {
55 * (1 - Math.cos(2 * Math.PI * i / windowWidth));
  /external/deqp/modules/glshared/
glsFragmentOpUtil.hpp 96 IntegerQuad (int windowWidth, int windowHeight)
98 , posB(windowWidth-1, windowHeight-1)
  /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);
  /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;
  /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;
  /packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java 165 public void onConfigurationChanged(final int windowWidth, final int windowHeight) {
166 if (windowWidth > 0 && windowHeight > 0) {
167 if (mWindowWidth != windowWidth || mWindowHeight != windowHeight) {
168 mWindowWidth = windowWidth;
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/
LauncherAppTransitionManagerImpl.java 590 int windowWidth = windowTargetBounds.width();
592 float scaledWindowWidth = windowWidth * scale;
605 float cropHeight = windowHeight * easePercent + windowWidth * (1 - easePercent);
606 float initialTop = (windowHeight - windowWidth) / 2f;
609 crop.right = windowWidth;
    [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...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DetailsFragmentTest.java 169 final int windowWidth = verticalGridView.getWidth();
173 assertEquals(windowWidth, activity.getWindow().getDecorView().getWidth());
177 assertEquals(windowWidth, bitmapDrawable.getBounds().width());
211 assertEquals(windowWidth, bitmapDrawable.getBounds().width());
214 assertEquals(windowWidth, colorDrawable.getBounds().width());
    [all...]
DetailsSupportFragmentTest.java 166 final int windowWidth = verticalGridView.getWidth();
170 assertEquals(windowWidth, activity.getWindow().getDecorView().getWidth());
174 assertEquals(windowWidth, bitmapDrawable.getBounds().width());
208 assertEquals(windowWidth, bitmapDrawable.getBounds().width());
211 assertEquals(windowWidth, colorDrawable.getBounds().width());
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 77 var windowWidth = $(window).width() + "px";
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
355 var windowWidth = $(window).width() + "px";
365 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 77 var windowWidth = $(window).width() + "px";
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
282 var windowWidth = $(window).width() + "px";
291 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
  /packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DvrPlaybackOverlayFragment.java 296 public void onWindowSizeChanged(final int windowWidth, final int windowHeight) {
297 mWindowWidth = windowWidth;
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 605 milliseconds