public static interface ViewTreeObserver.OnGlobalFocusChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onGlobalFocusChanged(View oldFocus,
View newFocus)
Callback method to be invoked when the focus changes in the view tree.
|
void onGlobalFocusChanged(View oldFocus, View newFocus)
oldFocus
- The previously focused view, if any.newFocus
- The newly focused View, if any.