Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java215 View getPanelView(FrameLayout parent) { in getPanelView() method in AuthContainerView.Injector
303 mPanelView = mInjector.getPanelView(mFrameLayout); in AuthContainerView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.java306 public View getPanelView(FrameLayout parent) { in getPanelView() method in AuthContainerViewTest.MockInjector