Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DFontSizeUtils.java32 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 DDataUsageDetailView.java54 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 DUserDetailItemView.java133 FontSizeUtils.updateFontSize(mName, getFontSizeDimen()); in onConfigurationChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanel.java210 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in estimateCellHeight()
H A DTileLayout.java227 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 DBubbleExpandedView.java447 updateFontSize(); in updateDimensions()
476 void updateFontSize() { in updateFontSize() method in BubbleExpandedView
483 mOverflowView.updateFontSize(); in updateFontSize()
H A DBubbleFlyoutView.java223 void updateFontSize() { in updateFontSize() method in BubbleFlyoutView
H A DBubbleOverflowContainerView.java234 public void updateFontSize() { in updateFontSize() method in BubbleOverflowContainerView
H A DBubbleStackView.java1394 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 DQSTileViewImpl.kt203 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 DClock.java388 FontSizeUtils.updateFontSize(this, R.dimen.status_bar_clock_size); in reloadDimens()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java882 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in reloadTileHeight()