Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSizeTest.java47 private FrameLayout mFrameLayout; field in DrawableBgMinSizeTest
66 mFrameLayout = (FrameLayout) a.findViewById(R.id.frame_layout); in setUp()
78 assertNotNull(mFrameLayout); in testSetUpConditions()
111 doMinimumSizeTest(mFrameLayout); in testFrameLayoutMinimumSize()
148 doDiffBgMinimumSizeTest(mFrameLayout); in testFrameLayoutDiffBgMinimumSize()
H A DDrawableBgMinSize.java48 private FrameLayout mFrameLayout; field in DrawableBgMinSize
66 mFrameLayout = findViewById(R.id.frame_layout); in onCreate()
76 mFrameLayout.setBackgroundDrawable(newBg); in changeBackgrounds()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java153 private final FrameLayout mFrameLayout; field in AuthContainerView
330 mFrameLayout = (FrameLayout) layoutInflater.inflate( in AuthContainerView()
332 addView(mFrameLayout); in AuthContainerView()
333 mBiometricScrollView = mFrameLayout.findViewById(R.id.biometric_scrollview); in AuthContainerView()
334 mBackgroundView = mFrameLayout.findViewById(R.id.background); in AuthContainerView()
349 mPanelView = mFrameLayout.findViewById(R.id.panel); in AuthContainerView()
522 mFrameLayout.addView(mCredentialView); in addCredentialView()