Searched refs:mTestRule (Results 1 – 2 of 2) sorted by relevance
57 public final androidx.test.rule.ActivityTestRule<LayoutInflaterFactoryTestActivity> mTestRule = field in LayoutInflaterFactoryTestCase70 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()
41 public final androidx.test.rule.ActivityTestRule<WindowDecorAppCompatActivity> mTestRule = field in AppCompatDialogFragmentTest53 mFragment.show(mTestRule.getActivity().getSupportFragmentManager(), null); in testDialogFragmentShows()71 mFragment.show(mTestRule.getActivity().getSupportFragmentManager(), null); in testDialogFragmentWithLayout()