Searched refs:mIconDrawableSize (Results 1 – 2 of 2) sorted by relevance
42 private final int mIconDrawableSize; field in ModeIconView53 mIconDrawableSize = getResources().getDimensionPixelSize( in ModeIconView()67 mIconDrawable.setBounds(mIconBackgroundSize / 2 - mIconDrawableSize / 2, in setIconDrawable()68 mIconBackgroundSize / 2 - mIconDrawableSize / 2, in setIconDrawable()69 mIconBackgroundSize / 2 + mIconDrawableSize / 2, in setIconDrawable()70 mIconBackgroundSize / 2 + mIconDrawableSize / 2); in setIconDrawable()95 return mIconDrawableSize; in getIconDrawableSize()
58 private int mIconDrawableSize; field in TouchCircleDrawable171 mIconDrawableSize = size; in setIconDrawable()178 mCenter.x - mIconDrawableSize/2, mCenter.y - mIconDrawableSize/2, in updateIconBounds()179 mCenter.x + mIconDrawableSize/2, mCenter.y + mIconDrawableSize/2); in updateIconBounds()