Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DConversationIconFactory.java58 private static final float BASE_ICON_SIZE = 56f; field in ConversationIconFactory
60 private static final float OUT_CIRCLE_DIA = (BASE_ICON_SIZE - CIRCLE_MARGIN); // 20f
187 final float scale = bounds.width() / BASE_ICON_SIZE; in draw()