(boolean inputOnFocus)
| 1598 | /// - `inputOnFocus`: @param inputOnFocus true is a list can start handling input |
| 1599 | /// implicitly upon gaining focus |
| 1600 | public void setInputOnFocus(boolean inputOnFocus) { |
| 1601 | this.inputOnFocus = inputOnFocus; |
| 1602 | } |
| 1603 | |
| 1604 | /// This method determines if the animated focus is drawn on top of the List |
| 1605 | /// or behind the List when moving. |