Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt315 val childAtRawPosition = stackScrollerController.getChildAtRawPosition(totalX, totalY) in findView() constant
316 return if (childAtRawPosition != null && childAtRawPosition.isContentExpandable) { in findView()
317 childAtRawPosition in findView()