Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/security/
DConfirmLockPinPasswordFragment.java289 View currentFocus = getActivity().getCurrentFocus(); in hideKeyboard() local
290 if (currentFocus == null) { in hideKeyboard()
291 currentFocus = getActivity().getWindow().getDecorView(); in hideKeyboard()
294 if (currentFocus != null) { in hideKeyboard()
296 (InputMethodManager) currentFocus.getContext() in hideKeyboard()
299 .hideSoftInputFromWindow(currentFocus.getWindowToken(), 0); in hideKeyboard()
/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
DViewUtils.java217 public static boolean adjustFocus(@NonNull View root, @Nullable View currentFocus) { in adjustFocus() argument
218 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in adjustFocus()
227 public static boolean adjustFocusImmediately(@NonNull View root, @Nullable View currentFocus) { in adjustFocusImmediately() argument
228 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in adjustFocusImmediately()
239 public static boolean initFocus(@NonNull View root, @Nullable View currentFocus) { in initFocus() argument
240 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in initFocus()