Home | History | Annotate | Download | only in stack

Lines Matching refs:screenLocation

4049     private int findDarkAnimationOriginIndex(@Nullable PointF screenLocation) {
4050 if (screenLocation == null || screenLocation.y < mTopPadding) {
4053 if (screenLocation.y > getBottomMostNotificationBottom()) {
4056 View child = getClosestChildAtRawPosition(screenLocation.x, screenLocation.y);