Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2661 float textfieldWidth = 0.0f; in calculateTextWidth() local
2663 textfieldWidth += widths[i]; in calculateTextWidth()
2665 return (int)textfieldWidth; in calculateTextWidth()