Home
last modified time | relevance | path

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

/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()