Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java187 ImageView getBackgroundView(FrameLayout parent) { in getBackgroundView() method in AuthContainerView.Injector
296 mBackgroundView = mInjector.getBackgroundView(mFrameLayout); in AuthContainerView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.java264 public ImageView getBackgroundView(FrameLayout parent) { in getBackgroundView() method in AuthContainerViewTest.MockInjector