Home
last modified time | relevance | path

Searched refs:maxTimesShown (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt51 private val maxTimesShown: Int = 2, in <lambda>() constant
159 private fun shouldShow() = shown < maxTimesShown in <lambda>()