Searched refs:pkgIcon (Results 1 – 1 of 1) sorted by relevance
558 Drawable pkgIcon = mPackageManager.getApplicationIcon(pkg.applicationInfo); in createNotificationForLocationUser() local559 Bitmap pkgIconBmp = createBitmap(pkgIcon.getIntrinsicWidth(), pkgIcon.getIntrinsicHeight(), in createNotificationForLocationUser()562 pkgIcon.setBounds(0, 0, pkgIcon.getIntrinsicWidth(), pkgIcon.getIntrinsicHeight()); in createNotificationForLocationUser()563 pkgIcon.draw(canvas); in createNotificationForLocationUser()