HomeSort by relevance Sort by last modified time
    Searched refs:getHostView (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ScrollAdapter.java 27 * @return Whether the view returned by {@link #getHostView()} is scrolled to the top
32 * @return Whether the view returned by {@link #getHostView()} is scrolled to the bottom
39 public View getHostView();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 46 public ViewGroup getHostView() {
StackScrollAlgorithm.java 242 ViewGroup hostView = resultState.getHostView();
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 322 isInside(mScrollAdapter.getHostView(), x, y)
424 isInside(mScrollAdapter.getHostView(), x, y);

Completed in 183 milliseconds