Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 10 of 10) 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.java1503 float rounded = amount >= 1f ? amount : 0f; in onOverscrollTopChanged() local
1504 setOverScrolling(rounded != 0f && isRubberbanded); in onOverscrollTopChanged()
1505 mQsExpansionFromOverscroll = rounded != 0f; in onOverscrollTopChanged()
1506 mLastOverscroll = rounded; in onOverscrollTopChanged()
1508 setQsExpansion(mQsMinExpansionHeight + rounded); in onOverscrollTopChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java212 final VectorDrawable d = (VectorDrawable) mContext.getDrawable(R.drawable.rounded); in testRoundingMultipleRadius()
/frameworks/base/packages/SystemUI/
DREADME.md163 Draws decorations about the screen in software (e.g. rounded corners, cutouts).
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java583 final VectorDrawable d = (VectorDrawable) mContext.getDrawable(R.drawable.rounded); in updateRoundedCornerRadii()
/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.proto1422 // and whether the screen has a rounded shape.