Searched defs:onViewFocusChanged (Results 1 – 2 of 2) sorted by relevance
122 void onViewFocusChanged(View view, boolean hasFocus) { in onViewFocusChanged() method in ImeFocusController170 void onViewFocusChanged(@NonNull View view, boolean hasFocus); in onViewFocusChanged() method
930 public void onViewFocusChanged(@Nullable View view, boolean hasFocus) { in onViewFocusChanged() method in InputMethodManager.DelegateImpl