Searched refs:focusGained (Results 1 – 2 of 2) sorted by relevance
62 public void onFocusChange(View v, boolean focusGained) { in onCreateViewHolder()63 float scale = focusGained ? FOCUSED_SCALE : UNFOCUSED_SCALE; in onCreateViewHolder()
361 public void onFocusChange(View view, boolean focusGained) { in onFocusChange() argument362 if (focusGained) { in onFocusChange()