Searched defs:tile (Results 1 – 3 of 3) sorted by relevance
45 protected abstract val tile: UiObject2 constant in android.platform.systemui_tapl.ui.ComposeQuickSettingsTile129 override val tile: UiObject2 in createFrom() constant140 override val tile: UiObject2 in createFrom() constant181 private class ClickableImpl(private val tile: UiObject2) : Clickable { in click() constant in android.platform.systemui_tapl.ui.ClickableImpl206 private open class ToggleableImpl(private val tile: UiObject2) : Toggleable { in toggleAndAssertToggled() constant in android.platform.systemui_tapl.ui.ToggleableImpl236 private class LongPressableImpl(private val tile: UiObject2) : LongPressable { in longPress() constant in android.platform.systemui_tapl.ui.LongPressableImpl
60 uiTiles.forEach { tile -> in <lambda>() method73 val (tile, _) = in <lambda>() constant
42 protected abstract val tile: UiObject2 constant in android.platform.systemui_tapl.ui.QuickSettingsTileBase170 override val tile: UiObject2 constant in android.platform.systemui_tapl.ui.QuickSettingsTile179 class QuickQuickSettingsTile internal constructor(override val tile: UiObject2) : constant in android.platform.systemui_tapl.ui.QuickQuickSettingsTile