Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DRoundedCornerEnforcement.kt105 accumulateViewsWithId(view, viewId, output) in findViewsWithId()
110 private fun accumulateViewsWithId(view: View, @IdRes viewId: Int, output: MutableList<View>) { in accumulateViewsWithId() method
118 accumulateViewsWithId(vg.getChildAt(i), viewId, output) in accumulateViewsWithId()