Home
last modified time | relevance | path

Searched defs:rectF (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DRectFTest.java44 RectF rectF = new RectF(1.5f, 2.5f, 20.3f, 40.9f); in testConstructor() local
78 RectF rectF = new RectF(1.0f, 2.0f, 3.0f, 4.0f); in testSet2() local
148 RectF rectF; in testIntersect2() local
218 RectF rectF; in testUnion2() local
327 RectF rectF; in testContains3() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTextBoundsInfoTest.java174 final RectF rectF = new RectF(0f, -5f, 1f, 0f); in testRequestTextBoundsInfo_topOfLayout() local
190 final RectF rectF = new RectF(-2f, 0f, 0f, LINE_HEIGHT); in testRequestTextBoundsInfo_leftOfLayout() local
206 final RectF rectF = new RectF(TEXT_LAYOUT_WIDTH, 0f, TEXT_LAYOUT_WIDTH + 1f, LINE_HEIGHT); in testRequestTextBoundsInfo_rightOfLayout() local
222 final RectF rectF = new RectF(0f, 2 * LINE_HEIGHT, 1f, 2 * LINE_HEIGHT + 1f); in testRequestTextBoundsInfo_bottomOfLayout() local
238 final RectF rectF = new RectF(0f, 0f, TEXT_LAYOUT_WIDTH, LINE_HEIGHT - 1f); in testRequestTextBoundsInfo_firstLine() local
263 final RectF rectF = new RectF(0f, LINE_HEIGHT, TEXT_LAYOUT_WIDTH, 2 * LINE_HEIGHT); in testRequestTextBoundsInfo_lastLine() local
287 final RectF rectF = new RectF(0f, 0f, TEXT_LAYOUT_WIDTH, 2 * LINE_HEIGHT); in testRequestTextBoundsInfo_multiLines() local
311 final RectF rectF = new RectF(0f, 0f, TEXT_LAYOUT_WIDTH, LINE_HEIGHT - 1f); in testRequestTextBoundsInfo_withTranslation() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareBufferRendererTests.kt606 val rectF = Rect(childRect.left, in <lambda>() constant
639 val rectF = RectF(this) in <lambda>() constant
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java1133 public void requestTextBoundsInfo(RectF rectF, Executor executor, in testRequestTextBoundsInfo()
1172 final RectF rectF = new RectF(1f, 2f, 3f, 4f); in testRequestTextBoundsInfo_unimplemented() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1361 public ImeCommand callRequestTextBoundsInfo(RectF rectF) { in callRequestTextBoundsInfo()