Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DNotificationMaxHeightFrameLayout.java75 private static int getFontScaledHeight(Context context, int dimenId) { in getFontScaledHeight() argument
76 final int dimensionPixelSize = context.getResources().getDimensionPixelSize(dimenId); in getFontScaledHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/
DActionButtonViewBinder.kt83 private fun View.dpToPx(dimenId: Int): Int { in dpToPx()
84 return this.resources.getDimensionPixelSize(dimenId) in dpToPx()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java72 public static int getFontScaledHeight(Context context, int dimenId) { in getFontScaledHeight() argument
73 int dimensionPixelSize = context.getResources().getDimensionPixelSize(dimenId); in getFontScaledHeight()