Searched refs:focusedView (Results 1 – 4 of 4) sorted by relevance
155 UiObject2 focusedView = menu.findObject(FOCUSED_VIEW); in assertButtonHasFocus() local156 assertNotNull("Play controls row doesn't have a focused child.", focusedView); in assertButtonHasFocus()157 UiObject2 focusedButtonGroup = focusedView.getParent(); in assertButtonHasFocus()
224 final View focusedView = getCurrentFocus(); in onCheckedChanged() local225 if (focusedView != null) { in onCheckedChanged()226 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in onCheckedChanged()227 focusedView.clearFocus(); in onCheckedChanged()
365 View focusedView = findFocus(); in onScrollChanged() local366 if (focusedView != null && mOnRepeatedKeyInterceptListener.isFocusAccelerated()) { in onScrollChanged()370 focusedView.getLocationOnScreen(focusedLocation); in onScrollChanged()
880 final View focusedView = mActivity.getCurrentFocus(); in run() local881 if (focusedView != null) { in run()882 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in run()883 focusedView.clearFocus(); in run()