Searched refs:mIconDrawableSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeIconView.java42 private final int mIconDrawableSize; field in class:ModeIconView
53 mIconDrawableSize = getResources().getDimensionPixelSize(
67 mIconDrawable.setBounds(mIconBackgroundSize / 2 - mIconDrawableSize / 2,
68 mIconBackgroundSize / 2 - mIconDrawableSize / 2,
69 mIconBackgroundSize / 2 + mIconDrawableSize / 2,
70 mIconBackgroundSize / 2 + mIconDrawableSize / 2);
95 return mIconDrawableSize;
H A DTouchCircleDrawable.java58 private int mIconDrawableSize; field in class:TouchCircleDrawable
171 mIconDrawableSize = size;
178 mCenter.x - mIconDrawableSize/2, mCenter.y - mIconDrawableSize/2,
179 mCenter.x + mIconDrawableSize/2, mCenter.y + mIconDrawableSize/2);

Completed in 72 milliseconds