Home
last modified time | relevance | path

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

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java73 int largeIconHeight = (int) context.getResources() in getBitmap() local
76 Bitmap b = Bitmap.createBitmap(largeIconWidth, largeIconHeight, Bitmap.Config.ARGB_8888); in getBitmap()
78 d.setBounds(0, 0, largeIconWidth, largeIconHeight); in getBitmap()