Home
last modified time | relevance | path

Searched refs:windowWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DScaleGestureDetectorTest.java61 final int windowWidth = windowBounds.width(); in testScaleGestureDetector() local
65 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()
/frameworks/base/core/java/com/android/internal/policy/
DDockedDividerUtils.java131 final int windowWidth = res.getDimensionPixelSize( in getDividerSize() local
133 return windowWidth - 2 * dividerInsets; in getDividerSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java192 int windowWidth = mMagnificationFrame.width() + 2 * mBorderSize; in createMirrorWindow() local
196 windowWidth, windowHeight, in createMirrorWindow()