I have the same problem in developing Android TV app.
And I solve this problem like this:
In onCreateView method, I call "requestFocus" by some View. (I mark it as ViewA.)
Then I set KeyEventListener to ViewA.
In your case, you should do it (set-KeyEventListener) in Adapter and PagerChangeListener.