HomeSort by relevance Sort by last modified time
    Searched full:largeiconheight (Results 1 - 1 of 1) sorted by null

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 56 int largeIconHeight = (int) context.getResources()
59 Bitmap b = Bitmap.createBitmap(largeIconWidth, largeIconHeight, Bitmap.Config.ARGB_8888);
61 d.setBounds(0, 0, largeIconWidth, largeIconHeight);

Completed in 75 milliseconds