Home | History | Annotate | Download | only in view

Lines Matching refs:oldFocus

4952             View oldFocus = (mAttachInfo != null) ? getRootView().findFocus() : null;
4959 mAttachInfo.mTreeObserver.dispatchOnGlobalFocusChange(oldFocus, this);
5098 void notifyGlobalFocusCleared(View oldFocus) {
5099 if (oldFocus != null && mAttachInfo != null) {
5100 mAttachInfo.mTreeObserver.dispatchOnGlobalFocusChange(oldFocus, null);