This should work -
view.setFocusableInTouchMode(true); view.requestFocus(); view.requestRectangleOnScreen(viewRectangle);
You can always look at the view class.
PS The canceled field will be selected, but I'm not sure that if it is off the screen, the activity will scroll to the desired position.
source share