Searched refs:clipping (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationScrollViewModel.kt | 127 combine(shadeScrimClipping, cornerRadius, viewLeftOffset) { clipping, radius, leftOffset -> in <lambda>() method 128 if (clipping == null) return@combine null in <lambda>() 130 bounds = clipping.bounds.minus(leftOffset = leftOffset), in <lambda>() 131 topRadius = radius.takeIf { clipping.rounding.isTopRounded } ?: 0, in <lambda>() 132 bottomRadius = radius.takeIf { clipping.rounding.isBottomRounded } ?: 0 in <lambda>()
|
/frameworks/base/libs/hwui/aconfig/ |
D | hwui_flags.aconfig | 8 description: "API for canvas shader clipping operations"
|
/frameworks/rs/script_api/include/ |
D | rs_matrix.rsh | 271 * the six clipping planes left, right, bottom, top, near, far. 332 * six clipping planes left, right, bottom, top, near, far into a unit cube 359 * near: Near clipping plane. 360 * far: Far clipping plane.
|
/frameworks/base/core/java/android/text/flags/ |
D | flags.aconfig | 79 description: "Feature flag for preventing horizontal clipping."
|
/frameworks/rs/script_api/ |
D | rs_matrix.spec | 265 the six clipping planes <code>left, right, bottom, top, near, far</code>. 315 six clipping planes <code>left, right, bottom, top, near, far</code> into a unit cube
|
/frameworks/layoutlib/validator/resources/ |
D | strings.properties | 126 …e clipping the size of this item, which has a drawing area of <tt>%1$ddp</tt> x <tt>%2$ddp</tt>. C…
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | systemui.aconfig | 65 description: "fix NSSL clipping when over-expanding; fixes split shade bug."
|