Home
last modified time | relevance | path

Searched refs:getViewAtPosition (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DPhoneFavoriteListView.java188 private View getViewAtPosition(int x, int y) { in getViewAtPosition() method in PhoneFavoriteListView
304 final View child = getViewAtPosition(viewX, viewY); in getViewForLocation()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBlockingHelperManagerTest.java182 ExpandableNotificationRow childRow = groupRow.getChildrenContainer().getViewAtPosition(0); in testPerhapsShowBlockingHelper_shownForOnlyChildNotification()
245 ExpandableNotificationRow childRow = groupRow.getChildrenContainer().getViewAtPosition(0); in testPerhapsShowBlockingHelper_notShownAsNotificationIsInMultipleChildGroup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java837 public ExpandableNotificationRow getViewAtPosition(float y) {
H A DNotificationStackScrollLayout.java1616 return row.getViewAtPosition(touchY - childTop);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java953 public ExpandableNotificationRow getViewAtPosition(float y) {
957 ExpandableNotificationRow view = mChildrenContainer.getViewAtPosition(y);