Searched refs:useFocusDimmer (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DVerticalGridPresenter.java138 * @param useFocusDimmer determines if the FocusHighlighter will use the dimmer
140 public VerticalGridPresenter(int focusZoomFactor, boolean useFocusDimmer) { argument
142 mUseFocusDimmer = useFocusDimmer;
H A DListRowPresenter.java323 * @param useFocusDimmer determines if the FocusHighlighter will use the dimmer
325 public ListRowPresenter(int focusZoomFactor, boolean useFocusDimmer) { argument
330 mUseFocusDimmer = useFocusDimmer;

Completed in 41 milliseconds