Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java814 mFocused.unFocus(this); in handleFocusGainInternal()
831 super.unFocus(focused); in requestChildFocus()
836 mFocused.unFocus(focused); in requestChildFocus()
1171 void unFocus(View focused) { in unFocus() method in ViewGroup
1176 super.unFocus(focused); in unFocus()
1178 mFocused.unFocus(focused); in unFocus()
5415 view.unFocus(null); in removeViewInternal()
5536 view.unFocus(null); in removeViewsInternal()
5630 view.unFocus(null); in removeAllViewsInLayout()