Searched defs:offsetTopAndBottom (Results 1 – 4 of 4) sorted by relevance
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ | ||
| D | DeviceRenderNode.android.kt | 68 fun offsetTopAndBottom(offset: Int) method |
| D | RenderNodeApi29.android.kt | 242 override fun offsetTopAndBottom(offset: Int) { in offsetTopAndBottom() method in androidx.compose.ui.platform.RenderNodeApi29 |
| D | RenderNodeApi23.android.kt | 307 override fun offsetTopAndBottom(offset: Int) { in offsetTopAndBottom() method in androidx.compose.ui.platform.RenderNodeApi23 |
| /compose/ui/ui-android-stubs/src/main/java/android/view/ | ||
| D | RenderNode.java | 346 public boolean offsetTopAndBottom(int offset) { in offsetTopAndBottom() method in RenderNode |