OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:largeIconWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java
71
int
largeIconWidth
= (int) context.getResources()
76
Bitmap b = Bitmap.createBitmap(
largeIconWidth
, largeIconHeight, Bitmap.Config.ARGB_8888);
78
d.setBounds(0, 0,
largeIconWidth
, largeIconHeight);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java
75
int
largeIconWidth
= (int) context.getResources()
80
Bitmap b = Bitmap.createBitmap(
largeIconWidth
, largeIconHeight, Bitmap.Config.ARGB_8888);
82
d.setBounds(0, 0,
largeIconWidth
, largeIconHeight);
Completed in 97 milliseconds