Searched refs:rounding (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationScrollViewModel.kt | 118 ) { bounds, rounding -> in <lambda>() method 119 bounds?.let { ShadeScrimClipping(it, rounding) } in <lambda>() 131 topRadius = radius.takeIf { clipping.rounding.isTopRounded } ?: 0, in <lambda>() 132 bottomRadius = radius.takeIf { clipping.rounding.isBottomRounded } ?: 0 in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/model/ |
D | ShadeScrimClipping.kt | 22 val rounding: ShadeScrimRounding = ShadeScrimRounding() constant in com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimClipping
|
/frameworks/rs/script_api/ |
D | rs_vector_math.spec | 30 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and 33 values may be flushed to zero, and rounding towards zero may be used.</li>
|
D | rs_math.spec | 37 rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of 44 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and 47 values may be flushed to zero, and rounding towards zero may be used.</li> 1460 In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. 3359 See @rint() and @round() for other rounding options.
|
/frameworks/base/core/proto/android/internal/ |
D | binder_latency.proto | 91 // The rate in which each consecutive bucket increases (before rounding).
|
/frameworks/rs/script_api/include/ |
D | rs_vector_math.rsh | 31 * subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and 34 * values may be flushed to zero, and rounding towards zero may be used.
|
D | rs_math.rsh | 39 * rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of 46 * subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and 49 * values may be flushed to zero, and rounding towards zero may be used. 2590 * In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. 6431 * See rint() and round() for other rounding options.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 19476 // The rate in which each consecutive bucket increases (before rounding).
|