Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DLayoutInflaterFactoryTestCase.java57 public final androidx.test.rule.ActivityTestRule<LayoutInflaterFactoryTestActivity> mTestRule = field in LayoutInflaterFactoryTestCase
70 final LayoutInflater inflater = LayoutInflater.from(mTestRule.getActivity()); in testAndroidThemeInflation()
78 final LayoutInflater inflater = LayoutInflater.from(mTestRule.getActivity()); in testAppThemeInflation()
87 LayoutInflater inflater = LayoutInflater.from(mTestRule.getActivity()); in testAndroidThemeWithChildrenInflation()
97 LayoutInflater inflater = LayoutInflater.from(mTestRule.getActivity()); in testAndroidThemeWithIncludeInflation()
107 LayoutInflater inflater = LayoutInflater.from(mTestRule.getActivity()); in testAndroidThemeWithMergeInflation()
118 final Context activity = mTestRule.getActivity(); in testThemedInflationWithUnattachedParent()
220 LayoutInflater inflater = LayoutInflater.from(mTestRule.getActivity()); in testDeclarativeOnClickWithContextWrapper()
224 assertTrue(mTestRule.getActivity().wasDeclarativeOnClickCalled()); in testDeclarativeOnClickWithContextWrapper()
228 LayoutInflater inflater = LayoutInflater.from(mTestRule.getActivity()); in verifyAppCompatWidgetInflation()
DAppCompatDialogFragmentTest.java41 public final androidx.test.rule.ActivityTestRule<WindowDecorAppCompatActivity> mTestRule = field in AppCompatDialogFragmentTest
53 mFragment.show(mTestRule.getActivity().getSupportFragmentManager(), null); in testDialogFragmentShows()
71 mFragment.show(mTestRule.getActivity().getSupportFragmentManager(), null); in testDialogFragmentWithLayout()