Searched refs:getCurrentFocus (Results 1 – 12 of 12) sorted by relevance
67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus()); in testTouchButtonNotTakeFocus()
88 assertNull("nothing should have focus", getActivity().getCurrentFocus()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()
147 focused = mActivity.getCurrentFocus(); in focusSearchForward()314 View currentFocus = ((Activity) context).getWindow().getCurrentFocus(); in describeMismatch()
76 public View getCurrentFocus() { in getCurrentFocus() method in MockWindow
497 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog498 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
932 public View getCurrentFocus() { in getCurrentFocus() method in Activity933 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
546 public View getCurrentFocus() {
1403 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window
493 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
3303 method public android.view.View getCurrentFocus();3941 method public android.view.View getCurrentFocus();34447 method public abstract android.view.View getCurrentFocus();
3596 method public android.view.View getCurrentFocus();4362 method public android.view.View getCurrentFocus();46479 method public abstract android.view.View getCurrentFocus();
3729 method public android.view.View getCurrentFocus();4523 method public android.view.View getCurrentFocus();50018 method public abstract android.view.View getCurrentFocus();