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

  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 206 private View getViewAtPosition(int x, int y) {
318 final View child = getViewAtPosition(viewX, viewY);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 388 public ExpandableNotificationRow getViewAtPosition(float y) {
NotificationStackScrollLayout.java 723 return row.getViewAtPosition(touchY - childTop);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 264 public ExpandableNotificationRow getViewAtPosition(float y) {
268 ExpandableNotificationRow view = mChildrenContainer.getViewAtPosition(y);
    [all...]

Completed in 239 milliseconds