Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DConversationIconFactory.java53 private static final float HEAD_SIZE = 52f; field in ConversationIconFactory
57 private static final float BADGE_ORIGIN = HEAD_SIZE - BADGE_SIZE; // 40f
189 final int headSize = (int) (HEAD_SIZE * scale); in draw()