Searched refs:leftPx (Results 1 – 2 of 2) sorted by relevance
467 private CropBoundary nearestBoundary(MotionEvent event, int topPx, int bottomPx, int leftPx, in nearestBoundary() argument476 if (Math.abs(event.getX() - leftPx) < mCropTouchMargin) { in nearestBoundary()
997 @NonNull AccessibilityNodeInfo node, int leftPx, int topPx, int rightPx, int bottomPx) { in assertBoundsOffset() argument999 assertThat(extras.getInt(FOCUS_AREA_LEFT_BOUND_OFFSET)).isEqualTo(leftPx); in assertBoundsOffset()