Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSpinnerTest.java402 Drawable dropDownBackground = mSpinnerDropdownMode.getPopupBackground(); in testDropDownBackgroundDropdownMode() local
403 TestUtils.assertAllPixelsOfColor("Drop down should be blue", dropDownBackground, in testDropDownBackgroundDropdownMode()
404 dropDownBackground.getBounds().width(), dropDownBackground.getBounds().height(), in testDropDownBackgroundDropdownMode()
424 dropDownBackground = mSpinnerDropdownMode.getPopupBackground(); in testDropDownBackgroundDropdownMode()
425 TestUtils.assertAllPixelsOfColor("Drop down should be yellow", dropDownBackground, in testDropDownBackgroundDropdownMode()
426 dropDownBackground.getBounds().width(), dropDownBackground.getBounds().height(), in testDropDownBackgroundDropdownMode()
DAutoCompleteTextViewTest.java416 Drawable dropDownBackground = mAutoCompleteTextView.getDropDownBackground(); in testDropDownBackground() local
417 TestUtils.assertAllPixelsOfColor("Drop down should be blue", dropDownBackground, in testDropDownBackground()
418 dropDownBackground.getBounds().width(), dropDownBackground.getBounds().height(), in testDropDownBackground()
428 dropDownBackground = mAutoCompleteTextView.getDropDownBackground(); in testDropDownBackground()
429 TestUtils.assertAllPixelsOfColor("Drop down should be yellow", dropDownBackground, in testDropDownBackground()
430 dropDownBackground.getBounds().width(), dropDownBackground.getBounds().height(), in testDropDownBackground()