HomeSort by relevance Sort by last modified time
    Searched refs:mIconSize (Results 1 - 18 of 18) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 30 private int mIconSize;
36 mIconSize = context.getResources().getDimensionPixelSize(
53 setMeasuredDimension(width - (width % mIconSize), getMeasuredHeight());
73 final boolean moreRequired = visibleChildren * mIconSize > width;
DemoStatusIcons.java 35 private final int mIconSize;
42 mIconSize = iconSize;
156 addView(v, 0, new LinearLayout.LayoutParams(mIconSize, mIconSize));
StatusBarIconController.java 79 private int mIconSize;
157 mIconSize = mContext.getResources().getDimensionPixelSize(
169 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize));
173 ViewGroup.LayoutParams.WRAP_CONTENT, mIconSize));
193 mIconSize + 2*mIconHPadding, mPhoneStatusBar.getStatusBarHeight());
279 mDemoStatusIcons = new DemoStatusIcons(mStatusIcons, mIconSize);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ContactIconView.java 45 protected final int mIconSize;
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));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationOverflowIconsView.java 37 private int mIconSize;
49 mIconSize = getResources().getDimensionPixelSize(
61 addView(v, mIconSize, mIconSize);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 92 private int mIconSize;
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, mIconSize, Bitmap.Config.ARGB_8888)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientPhotoManager.java 43 private final int mIconSize;
49 mIconSize = context.getResources().getDimensionPixelSize(
68 new AvatarRequestDescriptor(avatarUri, mIconSize, mIconSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UndoBarView.java 44 private final int mIconSize;
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);
  /frameworks/support/design/src/android/support/design/internal/
NavigationMenuItemView.java 41 private int mIconSize;
55 mIconSize = context.getResources().getDimensionPixelSize(
115 icon.setBounds(0, 0, mIconSize, mIconSize);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
ThirdPartyWallpaperPickerListAdapter.java 42 private final int mIconSize;
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/
BaseWidgetFactory.java 61 protected int mIconSize;
72 mIconSize = (int) context.getResources()
173 descriptor = new AvatarGroupRequestDescriptor(avatarUri, mIconSize, mIconSize);
175 descriptor = new AvatarRequestDescriptor(avatarUri, mIconSize, mIconSize);
WidgetConversationService.java 84 mIconSize = (int) context.getResources()
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
UserPresetsAdapter.java 40 private int mIconSize = 160;
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/
ModeTransitionView.java 79 private int mIconSize;
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);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 84 private int mIconSize;
106 mIconSize = 42; //(int) getResources().getDimension(android.R.dimen.app_icon_size);
307 info.icon.setBounds(0, 0, mIconSize, mIconSize);
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 87 private final int mIconSize;
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/
AppChooserActivity.java 61 private int mIconSize;
102 mIconSize = am.getLauncherLargeIconSize();
259 lp.width = lp.height = mIconSize;
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 1522 milliseconds