Home
last modified time | relevance | path

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

/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DPlayControlsRowViewTest.java155 UiObject2 focusedView = menu.findObject(FOCUSED_VIEW); in assertButtonHasFocus() local
156 assertNotNull("Play controls row doesn't have a focused child.", focusedView); in assertButtonHasFocus()
157 UiObject2 focusedButtonGroup = focusedView.getParent(); in assertButtonHasFocus()
/packages/apps/Settings/src/com/android/settings/
DDateTimeSettingsSetupWizard.java224 final View focusedView = getCurrentFocus(); in onCheckedChanged() local
225 if (focusedView != null) { in onCheckedChanged()
226 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in onCheckedChanged()
227 focusedView.clearFocus(); in onCheckedChanged()
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java365 View focusedView = findFocus(); in onScrollChanged() local
366 if (focusedView != null && mOnRepeatedKeyInterceptListener.isFocusAccelerated()) { in onScrollChanged()
370 focusedView.getLocationOnScreen(focusedLocation); in onScrollChanged()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java880 final View focusedView = mActivity.getCurrentFocus(); in run() local
881 if (focusedView != null) { in run()
882 mInputMethodManager.hideSoftInputFromWindow(focusedView.getWindowToken(), 0); in run()
883 focusedView.clearFocus(); in run()