I have set activity with SOFT_INPUT_ADJUST_PAN in onCreate() method as below
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE | WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN`
Screenshot Link: Note that soft keyboard is covering the edit text behind it.
It works fine when used adjustResize instead of adjustPan.