This site requires javascript.
Android Code Search
file:androidx/compose/ui/graphics/AndroidMatrixConversions.android.kt function:setFrom
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/ui/ui-graphics/src/androidMain/kotlin/androidx/compose/ui/graphics/
AndroidMatrixConversions.android.kt
content_copy
Preview
19:
20:
21:
/** Set the matrix values the native [android.graphics.Matrix]. */
fun
Matrix.
setFrom
(matrix: android.graphics.Matrix) {
val
v = values
51:
52:
53:
/** Set the native [android.graphics.Matrix] from [matrix]. */
fun
android.graphics.Matrix.
setFrom
(matrix: Matrix) {
// We'll reuse the array used in Matrix to avoid allocation by temporarily
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main