Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java198 ScrollView getBiometricScrollView(FrameLayout parent) { in getBiometricScrollView() method in AuthContainerView.Injector
389 mBiometricScrollView = mInjector.getBiometricScrollView(mFrameLayout); in AuthContainerView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.java286 public ScrollView getBiometricScrollView(FrameLayout parent) { in getBiometricScrollView() method in AuthContainerViewTest.MockInjector