Searched refs:focusGained (Results 1 – 2 of 2) sorted by relevance
67 public static void sendAccessibilityEvent(final View view, boolean focusGained) { in sendAccessibilityEvent() argument68 if (view != null && focusGained) { in sendAccessibilityEvent()
363 public void onFocusChange(View view, boolean focusGained) { in onFocusChange() argument364 if (focusGained) { in onFocusChange()