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/
DragDownHelper.java 216 return mCallback.getChildAtRawPosition(x, y);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 43 ExpandableView getChildAtRawPosition(float x, float y);
219 v = mCallback.getChildAtRawPosition(x, y);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 273 public ExpandableView getChildAtRawPosition(float x, float y) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 573 public ExpandableView getChildAtRawPosition(float touchX, float touchY) {
    [all...]

Completed in 202 milliseconds