Searched refs:rounded (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | UserIconDrawable.java | 397 Rect rounded = new Rect(); in onBoundsChange() local 398 dstRect.round(rounded); in onBoundsChange() 401 mUserDrawable.setBounds(rounded); in onBoundsChange()
|
/frameworks/opt/telephony/proto/src/ |
D | persist_atoms.proto | 145 optional int64 total_duration_millis = 3; // Duration needs to be rounded when pulled 220 optional int64 total_time_millis = 9; // Duration needs to be rounded when pulled 256 // Durations need to be rounded when pulled
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 695 Drawable d = mContext.getDrawable(R.drawable.rounded); in updateRoundedCornerRadii() 711 final View rounded = mOverlays[pos].findViewById(id); in updateRoundedCornerView() local 712 if (rounded == null) { in updateRoundedCornerView() 715 rounded.setVisibility(View.GONE); in updateRoundedCornerView() 718 ((FrameLayout.LayoutParams) rounded.getLayoutParams()).gravity = gravity; in updateRoundedCornerView() 719 setRoundedCornerOrientation(rounded, gravity); in updateRoundedCornerView() 720 rounded.setVisibility(View.VISIBLE); in updateRoundedCornerView()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 1665 final int rounded = Math.round(result); in scaleFromDensity() local 1666 if (rounded != 0) { in scaleFromDensity() 1667 return rounded; in scaleFromDensity()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | timestats.proto | 101 // Frames per second, rounded to the nearest integer.
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layers.proto | 115 // Crop used to draw the rounded corner.
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 137 Draws decorations about the screen in software (e.g. rounded corners, cutouts).
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelViewController.java | 4090 float rounded = amount >= 1f ? amount : 0f; in onOverscrollTopChanged() local 4091 setOverScrolling(rounded != 0f && isRubberbanded); in onOverscrollTopChanged() 4092 mQsExpansionFromOverscroll = rounded != 0f; in onOverscrollTopChanged() 4093 mLastOverscroll = rounded; in onOverscrollTopChanged() 4095 setQsExpansion(mQsMinExpansionHeight + rounded); in onOverscrollTopChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ScreenDecorationsTest.java | 311 final VectorDrawable d = (VectorDrawable) mContext.getDrawable(R.drawable.rounded); in testRoundingMultipleRadius_NoCutout()
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 1037 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/ |
D | rs_math.rsh | 1871 * 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/proto_logging/stats/ |
D | atoms.proto | 2042 // and whether the screen has a rounded shape. 12676 // Total duration that voice calls spent on this carrier and RAT, rounded to 5 minutes. 12725 // Total time spent in this service state, rounded to 5 minutes. 13068 // Duration of the data call, rounded into the closest 5 minutes. 13179 // Total time IMS was registered (connected time), rounded to 5 minutes. 13184 // All durations are rounded to 5 minutes and should be equal to or shorter than
|