/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
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()
|
D | UserDetailItemView.java | 133 FontSizeUtils.updateFontSize(mName, getFontSizeDimen()); in onConfigurationChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/ |
D | BatterySpaceSharingPercentTextDrawable.kt | 59 updateFontSize() in <lambda>() 69 private fun updateFontSize() { in <lambda>() method 85 updateFontSize() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QuickQSPanel.java | 195 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in estimateCellHeight()
|
D | TileLayout.java | 265 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in estimateCellHeight()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleExpandedView.java | 472 updateFontSize(); in updateDimensions() 519 void updateFontSize() { in updateFontSize() method in BubbleExpandedView 526 mOverflowView.updateFontSize(); in updateFontSize()
|
D | BubbleOverflowContainerView.java | 241 public void updateFontSize() { in updateFontSize() method in BubbleOverflowContainerView
|
D | BubbleFlyoutView.java | 222 void updateFontSize() { in updateFontSize() method in BubbleFlyoutView
|
D | BubbleStackView.java | 1525 mFlyout.updateFontSize(); in updateFontScale() 1528 b.getExpandedView().updateFontSize(); in updateFontScale() 1533 mBubbleOverflow.getExpandedView().updateFontSize(); in updateFontScale()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileViewImpl.kt | 261 FontSizeUtils.updateFontSize(label, R.dimen.qs_tile_text_size) in <lambda>() 262 FontSizeUtils.updateFontSize(secondaryLabel, R.dimen.qs_tile_text_size) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 389 FontSizeUtils.updateFontSize(this, R.dimen.status_bar_clock_size); in reloadDimens()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | TileAdapter.java | 920 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in reloadTileHeight()
|