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.java391 final float iconRadius = mDisplayRadius - mFrameWidth - mFramePadding - mPadding; in onBoundsChange() local
392 RectF dstRect = new RectF(bounds.exactCenterX() - iconRadius, in onBoundsChange()
393 bounds.exactCenterY() - iconRadius, in onBoundsChange()
394 bounds.exactCenterX() + iconRadius, in onBoundsChange()
395 bounds.exactCenterY() + iconRadius); in onBoundsChange()