Searched refs:mIconBitmapSize (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BadgedImageView.java | 39 private int mIconBitmapSize; field in BadgedImageView 63 mIconBitmapSize = getResources().getDimensionPixelSize(R.dimen.bubble_icon_bitmap_size); in BadgedImageView() 88 mDotRenderer = new DotRenderer(mIconBitmapSize, circlePath, DEFAULT_PATH_SIZE); in onDraw() 132 mDotRenderer = new DotRenderer(mIconBitmapSize, iconPath, DEFAULT_PATH_SIZE); in drawDot()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | SimpleIconFactory.java | 76 private int mIconBitmapSize; field in SimpleIconFactory 126 mIconBitmapSize = iconBitmapSize; in SimpleIconFactory() 250 mCanvas.drawBitmap(renderedAppIcon, mIconBitmapSize - mBadgeBitmapSize, in createAppBadgedIconBitmap() 251 mIconBitmapSize - mBadgeBitmapSize, null); in createAppBadgedIconBitmap() 288 return createIconBitmap(icon, scale, mIconBitmapSize); in createIconBitmap() 611 out.drawBitmap(shadow, offset[0], offset[1] + KEY_SHADOW_DISTANCE * mIconBitmapSize, in recreateIcon()
|