Home
last modified time | relevance | path

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

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