Searched refs:dropDownBackground (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SpinnerTest.java | 457 Drawable dropDownBackground = mSpinnerDropdownMode.getPopupBackground(); in testDropDownBackgroundDropdownMode() local 458 TestUtils.assertAllPixelsOfColor("Drop down should be blue", dropDownBackground, in testDropDownBackgroundDropdownMode() 459 dropDownBackground.getBounds().width(), dropDownBackground.getBounds().height(), in testDropDownBackgroundDropdownMode()
|
D | AutoCompleteTextViewTest.java | 423 Drawable dropDownBackground = mAutoCompleteTextView.getDropDownBackground(); in testDropDownBackground() local 424 TestUtils.assertAllPixelsOfColor("Drop down should be blue", dropDownBackground, in testDropDownBackground() 425 dropDownBackground.getBounds().width(), dropDownBackground.getBounds().height(), in testDropDownBackground() 435 dropDownBackground = mAutoCompleteTextView.getDropDownBackground(); in testDropDownBackground() 436 TestUtils.assertAllPixelsOfColor("Drop down should be yellow", dropDownBackground, in testDropDownBackground() 437 dropDownBackground.getBounds().width(), dropDownBackground.getBounds().height(), in testDropDownBackground()
|