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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 178 public View getChildAtRawPosition(float x, float y) {
NotificationRowLayout.java 190 public View getChildAtRawPosition(float touchX, float touchY) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 38 View getChildAtRawPosition(float x, float y);
264 v = mCallback.getChildAtRawPosition(x, y);

Completed in 835 milliseconds