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 53 public ViewGroup getHostView() {
StackScrollAlgorithm.java 349 ViewGroup hostView = resultState.getHostView();
    [all...]
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 311 isInside(mScrollAdapter.getHostView(), x, y)
410 isInside(mScrollAdapter.getHostView(), x, y);

Completed in 412 milliseconds