Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DVariableDateViewController.kt196 var length = mView.getDesiredWidthForText(text)
203 length = mView.getDesiredWidthForText(text)
H A DVariableDateView.kt72 fun getDesiredWidthForText(text: CharSequence): Float { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DVariableDateViewControllerTest.kt96 `when`(view.getDesiredWidthForText(any())).thenAnswer {