How does the HomeAsUp button of Toolbar in Android adjust the margin?

HomeAsUp

here are two codes to set up HomeAsUp:

    if (actionBar != null) {
            actionBar.setDisplayHomeAsUpEnabled(true);
            actionBar.setHomeAsUpIndicator(R.drawable.ic_menu);
        }
Please forgive me for the incorrect format when I sent the question for the first time.

Jul.06,2022
Menu