Home
last modified time | relevance | path

Searched refs:testRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DSparseRectFArrayTest.java65 final RectF testRect = new RectF(10.0f, 20.0f, 30.0f, 40.0f); in testBuilder() local
69 builder.append(100, testRect.left, testRect.top, testRect.right, testRect.bottom, in testBuilder()
76 assertEquals(testRect, builder.build().get(100)); in testBuilder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java222 final Rect testRect = new Rect(0, 0, 2, 2); in testConfigurationListenerUpdatesBounds() local
224 configuration.windowConfiguration.setMaxBounds(testRect); in testConfigurationListenerUpdatesBounds()
233 verify(touchHandler).getTouchInitiationRegion(eq(testRect), any(), any()); in testConfigurationListenerUpdatesBounds()