Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayView.java546 float fontSizePx = minFontSize; in updateTextSize() local
566 float fontSizePx) { in fitsInView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinder.kt151 viewModel.largeClockTextSize.collect { fontSizePx -> in <lambda>() method
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/view/
DSimpleDigitalClockTextView.kt572 val fontSizePx = adjustedFontSizePx * (textStyle.fontSizeScale ?: 1f) in applyTextSize() constant