I had just request focus to some other viewgroup and it removed focus from th searchview. Like in the parent viewgroup eg(Linearlayout, RelativeLayout) in which searchview is present, add
focusable = false; focusableInTouchMode=true
to the parent viewgroup.