Home
last modified time | relevance | path

Searched refs:iconRadius (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java364 final float iconRadius = mDisplayRadius - mFrameWidth - mFramePadding - mPadding; in onBoundsChange() local
365 RectF dstRect = new RectF(bounds.exactCenterX() - iconRadius, in onBoundsChange()
366 bounds.exactCenterY() - iconRadius, in onBoundsChange()
367 bounds.exactCenterX() + iconRadius, in onBoundsChange()
368 bounds.exactCenterY() + iconRadius); in onBoundsChange()