Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java382 final int iconMaxHeight = mShortcutManager.getIconMaxHeight(); in decodeStreamForShortcut() local
394 final int targetHeight = Math.min(scaledHeight, iconMaxHeight); in decodeStreamForShortcut()