/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | FontSizeUtils.java | 32 public static void updateFontSize(View parent, int viewId, int dimensId) { in updateFontSize() method in FontSizeUtils 33 updateFontSize((TextView) parent.findViewById(viewId), dimensId); in updateFontSize() 36 public static void updateFontSize(TextView v, int dimensId) { in updateFontSize() method in FontSizeUtils
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | DataUsageDetailView.java | 54 FontSizeUtils.updateFontSize(this, android.R.id.title, R.dimen.qs_data_usage_text_size); in onConfigurationChanged() 55 FontSizeUtils.updateFontSize(this, R.id.usage_text, R.dimen.qs_data_usage_usage_text_size); in onConfigurationChanged() 56 FontSizeUtils.updateFontSize(this, R.id.usage_carrier_text, in onConfigurationChanged() 58 FontSizeUtils.updateFontSize(this, R.id.usage_info_top_text, in onConfigurationChanged() 60 FontSizeUtils.updateFontSize(this, R.id.usage_period_text, R.dimen.qs_data_usage_text_size); in onConfigurationChanged() 61 FontSizeUtils.updateFontSize(this, R.id.usage_info_bottom_text, in onConfigurationChanged()
|
H A D | UserDetailItemView.java | 133 FontSizeUtils.updateFontSize(mName, getFontSizeDimen()); in onConfigurationChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QuickQSPanel.java | 210 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in estimateCellHeight()
|
H A D | TileLayout.java | 227 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in estimateCellHeight()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleExpandedView.java | 447 updateFontSize(); in updateDimensions() 476 void updateFontSize() { in updateFontSize() method in BubbleExpandedView 483 mOverflowView.updateFontSize(); in updateFontSize()
|
H A D | BubbleFlyoutView.java | 223 void updateFontSize() { in updateFontSize() method in BubbleFlyoutView
|
H A D | BubbleOverflowContainerView.java | 234 public void updateFontSize() { in updateFontSize() method in BubbleOverflowContainerView
|
H A D | BubbleStackView.java | 1394 mFlyout.updateFontSize(); in updateFontScale() 1397 b.getExpandedView().updateFontSize(); in updateFontScale() 1401 mBubbleOverflow.getExpandedView().updateFontSize(); in updateFontScale()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileViewImpl.kt | 203 FontSizeUtils.updateFontSize(label, R.dimen.qs_tile_text_size) 204 FontSizeUtils.updateFontSize(secondaryLabel, R.dimen.qs_tile_text_size)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | Clock.java | 388 FontSizeUtils.updateFontSize(this, R.dimen.status_bar_clock_size); in reloadDimens()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | TileAdapter.java | 882 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in reloadTileHeight()
|