Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DUniqueObjectHostView.kt56 if (isCurrentHost()) { in onMeasure()
96 private fun isCurrentHost() = childCount != 0 in isCurrentHost() method