Home
last modified time | relevance | path

Searched refs:allowRotaryFocus (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewController.java193 public boolean setAllowRotaryFocus(boolean allowRotaryFocus) { in setAllowRotaryFocus() argument
199 int newFocusability = allowRotaryFocus in setAllowRotaryFocus()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java463 public boolean setAllowRotaryFocus(boolean allowRotaryFocus) { in setAllowRotaryFocus() argument
464 boolean changed = super.setAllowRotaryFocus(allowRotaryFocus); in setAllowRotaryFocus()
465 if (changed && allowRotaryFocus && mBouncerView.getDelegate() != null) { in setAllowRotaryFocus()