Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DZoomControlBar.java41 private int mIconWidth; field in ZoomControlBar
76 mIconWidth = mZoomIn.getMeasuredWidth(); in onSizeChanged()
77 mTotalIconWidth = mIconWidth + ICON_SPACING; in onSizeChanged()
140 mZoomIn.layout(0, 0, mIconWidth, height); in onLayout()
141 mZoomOut.layout(mWidth - mIconWidth, 0, mWidth, height); in onLayout()
144 mZoomOut.layout(0, 0, mIconWidth, height); in onLayout()
145 mZoomIn.layout(mWidth - mIconWidth, 0, mWidth, height); in onLayout()
/packages/apps/Settings/src/com/android/settings/applications/credentials/
DImageUtils.java41 private final int mIconWidth; field in ImageUtils.IconResizer
53 mIconWidth = width; in IconResizer()
68 int width = mIconWidth; in createIconThumbnail()
105 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); in createIconThumbnail()
115 final int x = (mIconWidth - width) / 2; in createIconThumbnail()
125 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); in createIconThumbnail()
/packages/apps/TV/src/com/android/tv/menu/
DAppLinkCardView.java51 private final int mIconWidth; field in AppLinkCardView
78 mIconWidth = getResources().getDimensionPixelSize(R.dimen.app_link_card_icon_width); in AppLinkCardView()
156 mIconWidth, in onBind() local
166 appIcon.setBounds(0, 0, mIconWidth, mIconHeight); in onBind()
186 appIcon.setBounds(0, 0, mIconWidth, mIconHeight); in onBind()
284 0, 0, mIconWidth, mIconWidth * bitmap.getHeight() / bitmap.getWidth());
/packages/apps/Settings/src/com/android/settings/
DActivityPicker.java333 private final int mIconWidth; field in ActivityPicker.IconResizer
345 mIconWidth = width; in IconResizer()
362 int width = mIconWidth; in createIconThumbnail()
397 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); in createIconThumbnail()
406 final int x = (mIconWidth - width) / 2; in createIconThumbnail()
417 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); in createIconThumbnail()