Searched defs:screenLocation (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java3714 private int findDarkAnimationOriginIndex(@Nullable PointF screenLocation) { argument
3715 if (screenLocation == null || screenLocation.y < mTopPadding) {
3718 if (screenLocation.y > getBottomMostNotificationBottom()) {
3721 View child = getClosestChildAtRawPosition(screenLocation.x, screenLocation.y);

Completed in 85 milliseconds