This site requires javascript.
Android Code Search
file:androidx/core/widget/RemoteViewsCompat.kt function:setViewRotation
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
core/core-remoteviews/src/main/java/androidx/core/widget/
RemoteViewsCompat.kt
content_copy
Preview
3487:
3488:
3489:
@JvmStatic
public
fun
RemoteViews.
setViewRotation
(@IdRes viewId: Int, rotation: Float) {
requireSdk(
31
,
"setRotation"
)
3500:
3501:
3502:
@JvmStatic
public
fun
RemoteViews.
setViewRotation
X(@IdRes viewId: Int, rotationX: Float) {
requireSdk(
31
,
"setRotationX"
)
3513:
3514:
3515:
@JvmStatic
public
fun
RemoteViews.
setViewRotation
Y(@IdRes viewId: Int, rotationY: Float) {
requireSdk(
31
,
"setRotationY"
)
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