Searched refs:windowWidth (Results 1 – 7 of 7) sorted by relevance
61 final int windowWidth = windowBounds.width(); in testScaleGestureDetector() local65 final int centerX = windowWidth / 2; in testScaleGestureDetector()71 new float[] {0.75f * windowWidth, 0.25f * windowHeight}; in testScaleGestureDetector()74 new float[] {0.25f * windowWidth, 0.75f * windowHeight}; in testScaleGestureDetector()
131 final int windowWidth = res.getDimensionPixelSize( in getDividerSize() local133 return windowWidth - 2 * dividerInsets; in getDividerSize()
165 public void onConfigurationChanged(final int windowWidth, final int windowHeight) { in onConfigurationChanged() argument166 if (windowWidth > 0 && windowHeight > 0) { in onConfigurationChanged()167 if (mWindowWidth != windowWidth || mWindowHeight != windowHeight) { in onConfigurationChanged()168 mWindowWidth = windowWidth; in onConfigurationChanged()
77 var windowWidth = $(window).width() + "px";81 …content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order …355 var windowWidth = $(window).width() + "px";365 …content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in or…
243 final float windowWidth = mMagnificationFrame.width() + 2 * mMirrorSurfaceMargin; in computeBounceAnimationScale() local244 final float visibleWindowWidth = windowWidth - 2 * mOuterBorderSize; in computeBounceAnimationScale()245 final float animationScaleMax = windowWidth / visibleWindowWidth; in computeBounceAnimationScale()418 int windowWidth = mMagnificationFrame.width() + 2 * mMirrorSurfaceMargin; in createMirrorWindow() local422 windowWidth, windowHeight, in createMirrorWindow()
224 final int windowWidth = mWindowManager.getCurrentWindowMetrics().getBounds().width(); in onFinish() local225 final int halfWindowWidth = windowWidth / 2; in onFinish()
320 public void onWindowSizeChanged(final int windowWidth, final int windowHeight) { in onWindowSizeChanged() argument321 mWindowWidth = windowWidth; in onWindowSizeChanged()