Adapter null check on every access in onTouchEvent()

A previous pull request performed a null check only in one of the three accesses to the instance variable 'mAdapter' in the onTouchEvent() method, which can be null when a touch event occurs.