Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DScrollAdapter.java39 public View getHostView(); in getHostView() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java51 public ViewGroup getHostView() { in getHostView() method in StackScrollState
DStackScrollAlgorithm.java256 ViewGroup hostView = resultState.getHostView(); in initAlgorithmState()
DNotificationStackScrollLayout.java3048 public View getHostView() { in getHostView() method in NotificationStackScrollLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java315 isInside(mScrollAdapter.getHostView(), x, y) in onInterceptTouchEvent()
417 isInside(mScrollAdapter.getHostView(), x, y); in onTouchEvent()