Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallTypeIconsView.java205 blocked = getScaledBitmap(context, R.drawable.ic_block_24dp); in Resources()
208 videoCall = getScaledBitmap(context, R.drawable.ic_videocam_24dp); in Resources()
217 private Drawable getScaledBitmap(Context context, int resourceId) { in getScaledBitmap() method in CallTypeIconsView.Resources