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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 786 if (getChildCount() == 0 || !isInContentBounds(ev)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 427 mTouchStartedInEmptyArea = !isInContentBounds(x, y);
475 protected abstract boolean isInContentBounds(float x, float y);
    [all...]
NotificationPanelView.java 590 protected boolean isInContentBounds(float x, float y) {
593 return mNotificationStackScroller.isInContentBounds(yTransformed) && stackScrollerX < x
    [all...]

Completed in 6351 milliseconds