Home
last modified time | relevance | path

Searched refs:dispatchOnGlobalFocusChange (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewTreeObserver.java883 final void dispatchOnGlobalFocusChange(View oldFocus, View newFocus) { in dispatchOnGlobalFocusChange() method in ViewTreeObserver
DView.java4959 mAttachInfo.mTreeObserver.dispatchOnGlobalFocusChange(oldFocus, this); in handleFocusGainInternal()
5100 mAttachInfo.mTreeObserver.dispatchOnGlobalFocusChange(oldFocus, null); in notifyGlobalFocusCleared()