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.java370 final float iconRadius = mDisplayRadius - mFrameWidth - mFramePadding - mPadding; in onBoundsChange() local
371 RectF dstRect = new RectF(bounds.exactCenterX() - iconRadius, in onBoundsChange()
372 bounds.exactCenterY() - iconRadius, in onBoundsChange()
373 bounds.exactCenterX() + iconRadius, in onBoundsChange()
374 bounds.exactCenterY() + iconRadius); in onBoundsChange()