Searched refs:mIconSize (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
H A DContactIconView.java45 protected final int mIconSize; field in class:ContactIconView
63 mIconSize = (int) resources.getDimension(
67 mIconSize = (int) resources.getDimension(
71 mIconSize = (int) resources.getDimension(
76 mIconSize = 0;
118 setImageResourceId(new AvatarGroupRequestDescriptor(uri, mIconSize, mIconSize));
120 setImageResourceId(new AvatarRequestDescriptor(uri, mIconSize, mIconSize));
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DShortcutIntentBuilder.java92 private int mIconSize; field in class:ShortcutIntentBuilder
128 mIconSize = mResources.getDimensionPixelSize(R.dimen.shortcut_icon_size);
129 if (mIconSize == 0) {
130 mIconSize = am.getLauncherLargeIconSize();
336 Bitmap bitmap = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888);
340 Rect dst = new Rect(0,0, mIconSize, mIconSize);
348 roundedDrawable.setCornerRadius(mIconSize / 2);
349 Bitmap roundedBitmap = Bitmap.createBitmap(mIconSize, mIconSiz
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactRecipientPhotoManager.java43 private final int mIconSize; field in class:ContactRecipientPhotoManager
49 mIconSize = context.getResources().getDimensionPixelSize(
68 new AvatarRequestDescriptor(avatarUri, mIconSize, mIconSize);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DUndoBarView.java44 private final int mIconSize; field in class:UndoBarView
67 mIconSize = GalleryUtils.dpToPixel(32);
83 + mIconMargin + mIconSize + mSeparatorRightMargin;
114 x -= mIconMargin + mIconSize;
115 y = (mBarHeight - mIconSize) / 2;
116 mUndoIcon.draw(canvas, x, y, mIconSize, mIconSize);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DThirdPartyWallpaperPickerListAdapter.java42 private final int mIconSize; field in class:ThirdPartyWallpaperPickerListAdapter
66 mIconSize = context.getResources().getDimensionPixelSize(R.dimen.wallpaperItemIconSize);
132 icon.setBounds(new Rect(0, 0, mIconSize, mIconSize));
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetFactory.java61 protected int mIconSize; field in class:BaseWidgetFactory
72 mIconSize = (int) context.getResources()
173 descriptor = new AvatarGroupRequestDescriptor(avatarUri, mIconSize, mIconSize);
175 descriptor = new AvatarRequestDescriptor(avatarUri, mIconSize, mIconSize);
H A DWidgetConversationService.java84 mIconSize = (int) context.getResources()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
H A DUserPresetsAdapter.java40 private int mIconSize = 160; field in class:UserPresetsAdapter
50 mIconSize = context.getResources().getDimensionPixelSize(R.dimen.category_panel_icon_size);
112 action.setImageFrame(new Rect(0, 0, mIconSize, mIconSize), CategoryView.VERTICAL);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeTransitionView.java79 private int mIconSize; field in class:ModeTransitionView
112 mIconSize = getResources().getDimensionPixelSize(R.dimen.mode_transition_view_icon_size);
198 mIconRect.set(mWidth / 2 - mIconSize / 2, mHeight / 2 - mIconSize / 2,
199 mWidth / 2 + mIconSize / 2, mHeight / 2 + mIconSize / 2);
251 int size = (int) (scale * (float) mIconSize);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java87 private final int mIconSize; field in class:BubbleTextView
131 mIconSize = a.getDimensionPixelSize(R.styleable.BubbleTextView_iconSizeOverride,
173 setIcon(iconDrawable, mIconSize);
186 setIcon(mLauncher.createIconDrawable(info.iconBitmap), mIconSize);
199 setIcon(mLauncher.createIconDrawable(info.iconBitmap), mIconSize);
476 setIcon(preloadDrawable, mIconSize);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DAppChooserActivity.java61 private int mIconSize; field in class:AppChooserActivity
102 mIconSize = am.getLauncherLargeIconSize();
259 lp.width = lp.height = mIconSize;

Completed in 415 milliseconds