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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 78 ExpandableView child = mStackScroller.getChildAtRawPosition(x, y);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java 228 return mCallback.getChildAtRawPosition(x, y);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 41 ExpandableView getChildAtRawPosition(float x, float y);
210 v = mCallback.getChildAtRawPosition(x, y);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 77 milliseconds