Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java443 View pinView = getLayout().findViewById(R.id.pinEntry); in setAllowRotaryFocus() local
444 if (pinView != null) { in setAllowRotaryFocus()
445 pinView.clearFocus(); in setAllowRotaryFocus()
446 pinView.requestFocus(); in setAllowRotaryFocus()