Home
last modified time | relevance | path

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

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