Searched refs:focusGained (Results 1 – 3 of 3) sorted by relevance
67 public static void sendAccessibilityEvent(final View view, boolean focusGained) { in sendAccessibilityEvent() argument68 if (view != null && focusGained) { in sendAccessibilityEvent()
63 public void onFocusChange(View v, boolean focusGained) { in onCreateViewHolder()64 float scale = focusGained ? FOCUSED_SCALE : UNFOCUSED_SCALE; in onCreateViewHolder()
363 public void onFocusChange(View view, boolean focusGained) { in onFocusChange() argument364 if (focusGained) { in onFocusChange()