HomeSort by relevance Sort by last modified time
    Searched defs:mIconSize (Results 26 - 27 of 27) sorted by null

12

  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 105 private final int mIconSize;
165 mIconSize = a.getDimensionPixelSize(R.styleable.BubbleTextView_iconSizeOverride,
361 mTempSpaceForBadgeOffset.set((getWidth() - mIconSize) / 2, getPaddingTop());
390 int left = (getWidth() - mIconSize) / 2;
391 int right = left + mIconSize;
392 int bottom = top + mIconSize;
400 int cellHeightPx = mIconSize + getCompoundDrawablePadding() +
561 icon.setBounds(0, 0, mIconSize, mIconSize);
620 return mIconSize;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 148 private int mIconSize;
224 mIconSize = 0;
244 mIconSize = size;
245 mOverflowWidth = mIconSize + (MAX_DOTS - 1) * (mStaticDotDiameter + mDotPadding);
400 (translationX > (noOverflowAfter ? layoutEnd - mIconSize
401 : overflowStart - mIconSize));
539 int translation = (int) (mLastVisibleIconState.xTranslation + mIconSize);
626 return mIconSize;

Completed in 66 milliseconds

12