Home
last modified time | relevance | path

Searched refs:mIconWidth (Results 1 – 3 of 3) 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/TV/src/com/android/tv/menu/
DAppLinkCardView.java58 private final int mIconWidth; field in AppLinkCardView
91 mIconWidth = getResources().getDimensionPixelSize(R.dimen.app_link_card_icon_width); in AppLinkCardView()
131 mIconWidth, mIconHeight, createChannelLogoCallback(this, mChannel, in onBind() local
136 appIcon.setBounds(0, 0, mIconWidth, mIconHeight); in onBind()
201 drawable.setBounds(0, 0, mIconWidth,
202 mIconWidth * bitmap.getHeight() / bitmap.getWidth());
/packages/apps/Settings/src/com/android/settings/
DActivityPicker.java325 private final int mIconWidth; field in ActivityPicker.IconResizer
337 mIconWidth = width; in IconResizer()
354 int width = mIconWidth; in createIconThumbnail()
389 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); in createIconThumbnail()
398 final int x = (mIconWidth - width) / 2; in createIconThumbnail()
409 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); in createIconThumbnail()