Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java397 Rect rounded = new Rect(); in onBoundsChange() local
398 dstRect.round(rounded); in onBoundsChange()
401 mUserDrawable.setBounds(rounded); in onBoundsChange()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1668 final int rounded = Math.round(result); in scaleFromDensity() local
1669 if (rounded != 0) { in scaleFromDensity()
1670 return rounded; in scaleFromDensity()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto97 // Frames per second, rounded to the nearest integer.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1276 float rounded = amount >= 1f ? amount : 0f; in onOverscrollTopChanged() local
1277 setOverScrolling(rounded != 0f && isRubberbanded); in onOverscrollTopChanged()
1278 mQsExpansionFromOverscroll = rounded != 0f; in onOverscrollTopChanged()
1279 mLastOverscroll = rounded; in onOverscrollTopChanged()
1281 setQsExpansion(mQsMinExpansionHeight + rounded); in onOverscrollTopChanged()
/frameworks/base/packages/SystemUI/
DREADME.md163 Draws decorations about the screen in software (e.g. rounded corners, cutouts).
/frameworks/rs/script_api/
Drs_math.spec1037 Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.
2887 Returns the remainder of (numerator / denominator), where the quotient is rounded towards
/frameworks/rs/script_api/include/
Drs_math.rsh1871 * Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.
5670 * Returns the remainder of (numerator / denominator), where the quotient is rounded towards
/frameworks/base/cmds/statsd/src/
Datoms.proto1368 // and whether the screen has a rounded shape.