Searched refs:mFrameLayout (Results 1 – 3 of 3) sorted by relevance
47 private FrameLayout mFrameLayout; field in DrawableBgMinSizeTest66 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()
48 private FrameLayout mFrameLayout; field in DrawableBgMinSize66 mFrameLayout = findViewById(R.id.frame_layout); in onCreate()76 mFrameLayout.setBackgroundDrawable(newBg); in changeBackgrounds()
153 private final FrameLayout mFrameLayout; field in AuthContainerView330 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()