Searched refs:TestUtilsMatchers (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatImageViewTest.java25 import android.support.v7.testutils.TestUtilsMatchers;
47 imageViewInteration.check(matches(TestUtilsMatchers.drawable(expectedColor)));
H A DAppCompatSpinnerTest.java35 import static android.support.v7.testutils.TestUtilsMatchers.hasChild;
36 import static android.support.v7.testutils.TestUtilsMatchers.isCombinedBackground;
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DAppCompatTintableViewActions.java45 return allOf(isDisplayed(), TestUtilsMatchers.isTintableBackgroundView());
72 return allOf(isDisplayed(), TestUtilsMatchers.isTintableBackgroundView());
100 return allOf(isDisplayed(), TestUtilsMatchers.isTintableBackgroundView());
128 return allOf(TestUtilsMatchers.isTintableBackgroundView());
155 return allOf(TestUtilsMatchers.isTintableBackgroundView());
H A DTestUtilsMatchers.java38 public class TestUtilsMatchers { class
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogCursorTest.java27 import android.support.v7.testutils.TestUtilsMatchers;
167 TestUtilsMatchers.withCursorItemContent(TEXT_COLUMN_NAME, expectedContent[i])));
177 TestUtilsMatchers.withCursorItemContent(
221 Matcher checkedStateMatcher = checkedTracker[i] ? TestUtilsMatchers.isCheckedTextView() :
222 TestUtilsMatchers.isNonCheckedTextView();
227 TestUtilsMatchers.withCursorItemContent(TEXT_COLUMN_NAME, expectedContent[i])));
260 TestUtilsMatchers.withCursorItemContent(TEXT_COLUMN_NAME, expectedContent[1])));
276 TestUtilsMatchers.withCursorItemContent(TEXT_COLUMN_NAME,
338 TestUtilsMatchers.isCheckedTextView() :
339 TestUtilsMatchers
[all...]
H A DNightModeTestCase.java25 import static android.support.v7.testutils.TestUtilsMatchers.isBackground;
H A DAlertDialogTest.java30 import android.support.v7.testutils.TestUtilsMatchers;
492 Matcher checkedStateMatcher = checkedTracker[i] ? TestUtilsMatchers.isCheckedTextView() :
493 TestUtilsMatchers.isNonCheckedTextView();
619 TestUtilsMatchers.isCheckedTextView() :
620 TestUtilsMatchers.isNonCheckedTextView();
717 titleIconInteraction.check(matches(TestUtilsMatchers.drawable(0xFFFF6030)));
749 titleIconInteraction.check(matches(TestUtilsMatchers.drawable(0xFF50E080)));
780 titleIconInteraction.check(matches(TestUtilsMatchers.drawable(0xFF50E080)));
833 titleIconInteraction.check(matches(TestUtilsMatchers.drawable(0xFF807060)));
865 titleIconInteraction.check(matches(TestUtilsMatchers
[all...]
H A DDrawerLayoutTest.java39 import static android.support.v7.testutils.TestUtilsMatchers.*;
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomNavigationViewTest.java44 import android.support.design.testutils.TestUtilsMatchers;
168 matches(TestUtilsMatchers.drawable(defaultTintColor, allowedComponentVariance)));
170 matches(TestUtilsMatchers.drawable(defaultTintColor, allowedComponentVariance)));
172 matches(TestUtilsMatchers.drawable(defaultTintColor, allowedComponentVariance)));
181 matches(TestUtilsMatchers.drawable(newTintColor, allowedComponentVariance)));
183 matches(TestUtilsMatchers.drawable(newTintColor, allowedComponentVariance)));
185 matches(TestUtilsMatchers.drawable(newTintColor, allowedComponentVariance)));
193 matches(TestUtilsMatchers.drawable(redFill, allowedComponentVariance)));
195 matches(TestUtilsMatchers.drawable(greenFill, allowedComponentVariance)));
197 matches(TestUtilsMatchers
[all...]
H A DFloatingActionButtonTest.java25 import static android.support.design.testutils.TestUtilsMatchers.withFabBackgroundFill;
26 import static android.support.design.testutils.TestUtilsMatchers.withFabContentAreaOnMargins;
27 import static android.support.design.testutils.TestUtilsMatchers.withFabContentHeight;
H A DNavigationViewTest.java30 import static android.support.design.testutils.TestUtilsMatchers.isChildOfA;
31 import static android.support.design.testutils.TestUtilsMatchers.withBackgroundFill;
32 import static android.support.design.testutils.TestUtilsMatchers.withStartDrawableFilledWith;
33 import static android.support.design.testutils.TestUtilsMatchers.withTextColor;
34 import static android.support.design.testutils.TestUtilsMatchers.withTextSize;
H A DTabLayoutWithViewPagerTest.java25 import android.support.design.testutils.TestUtilsMatchers;
513 TestUtilsMatchers.isNotNarrowerThan(minTabWidth)));
517 TestUtilsMatchers.isNotWiderThan(maxTabWidth)));
H A DTextInputLayoutTest.java21 import static android.support.design.testutils.TestUtilsMatchers.withCompoundDrawable;
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java33 import static android.support.v4.testutils.TestUtilsMatchers.backgroundColor;
34 import static android.support.v4.testutils.TestUtilsMatchers.centerAlignedInParent;
35 import static android.support.v4.testutils.TestUtilsMatchers.endAlignedToParent;
36 import static android.support.v4.testutils.TestUtilsMatchers.isOfClass;
37 import static android.support.v4.testutils.TestUtilsMatchers.startAlignedToParent;
65 import android.support.v4.testutils.TestUtilsMatchers;
281 assertThat(pageSelectedCaptor.getAllValues(), TestUtilsMatchers.matches(1, 2, 1, 0));
354 assertThat(pageSelectedCaptor.getAllValues(), TestUtilsMatchers.matches(1, 2, 1, 0));
655 TestUtilsMatchers.matches(expectedScrollStateChanges));
/frameworks/support/core-ui/tests/java/android/support/v4/testutils/
H A DTestUtilsMatchers.java38 public class TestUtilsMatchers { class
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtilsMatchers.java41 public class TestUtilsMatchers { class

Completed in 223 milliseconds