Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionContainerTest.kt148 val expectedLeftX = fontSize.toDp().times(textContent.indexOf('D')) in long_press_select_a_word() constant
184 val expectedLeftX = rule.rootWidth() - fontSize.toDp().times(textContent.length) in long_press_select_a_word_rtl_layout() constant