Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt615 findFirstViewGroupWithBackground(decorView.getChildAt(i)) in start()
769 private fun findFirstViewGroupWithBackground(view: View): ViewGroup? { in findFirstViewGroupWithBackground() method
779 val match = findFirstViewGroupWithBackground(view.getChildAt(i)) in findFirstViewGroupWithBackground()