Searched refs:qsTile (Results 1 – 9 of 9) sorted by relevance
197 customTile.qsTile.icon = mock(Icon::class.java) in testValueUpdatedInBooleanTile()198 `when`(customTile.qsTile.icon.loadDrawable(any(Context::class.java))) in testValueUpdatedInBooleanTile()204 customTile.qsTile.state = Tile.STATE_INACTIVE in testValueUpdatedInBooleanTile()208 customTile.qsTile.state = Tile.STATE_ACTIVE in testValueUpdatedInBooleanTile()212 customTile.qsTile.state = Tile.STATE_UNAVAILABLE in testValueUpdatedInBooleanTile()219 customTile.qsTile.icon = mock(Icon::class.java) in testNoCrashOnNullDrawable()220 `when`(customTile.qsTile.icon.loadDrawable(any(Context::class.java))) in testNoCrashOnNullDrawable()269 tile.qsTile.icon = mock(Icon::class.java) in testPersistedStateRetrieved()270 `when`(tile.qsTile.icon.loadDrawable(any(Context::class.java))) in testPersistedStateRetrieved()275 tile.qsTile.activityLaunchForClick = pi in testPersistedStateRetrieved()[all …]
56 var qsTile: QSTile? = null variable in com.android.systemui.haptics.qs.QSLongPressEffect135 qsTile?.longClick(expandable) in handleAnimationComplete()138 qsTile?.longClick(expandable) in handleAnimationComplete()160 qsTile?.let { in onTileClick()
395 val qsTile = tileOrNotInstalled.tile in processExistingTile() constant397 !qsTile.isAvailable -> { in processExistingTile()402 qsTile.destroy() in processExistingTile()407 qsTile !is CustomTile -> { in processExistingTile()411 qsTile.userSwitch(user) in processExistingTile()414 qsTile in processExistingTile()416 qsTile.user == user -> { in processExistingTile()418 qsTile in processExistingTile()422 qsTile.destroy() in processExistingTile()
51 private val qsTile = kosmos.qsTileFactory.createTile("Test Tile") constant74 longPressEffect.qsTile = qsTile in setup()252 longPressEffect.qsTile = null in onTileClick_whileWaiting_withoutQSTile_cannotClick()
26 val qsTile: Tile constant
178 override val qsTile: Tile constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.ReceivingInterface
114 override val qsTile: Tile = Tile() constant
566 get() = longPressEffect?.qsTile != null
413 longPressEffect.qsTile = tile in <lambda>()