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/
DExpandHelper.java323 isInside(mScrollAdapter.getHostView(), x, y) in onInterceptTouchEvent()
417 isInside(mScrollAdapter.getHostView(), x, y); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java53 public ViewGroup getHostView() { in getHostView() method in StackScrollState
DStackScrollAlgorithm.java319 ViewGroup hostView = resultState.getHostView(); in updateVisibleChildren()
745 ViewGroup hostView = currentState.getHostView();
DNotificationStackScrollLayout.java2022 public View getHostView() { in getHostView() method in NotificationStackScrollLayout