Home
last modified time | relevance | path

Searched refs:setBackgroundDrawable (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DToggleButtonTest.java158 mToggleButton.setBackgroundDrawable(drawable); in testSetBackgroundDrawable()
162 mToggleButton.setBackgroundDrawable(null); in testSetBackgroundDrawable()
DListPopupWindowTest.java76 mPopupWindow.setBackgroundDrawable(drawable); in testAccessBackground()
79 mPopupWindow.setBackgroundDrawable(null); in testAccessBackground()
DPopupWindowTest.java134 mPopupWindow.setBackgroundDrawable(drawable); in testAccessBackground()
137 mPopupWindow.setBackgroundDrawable(null); in testAccessBackground()
446 mPopupWindow.setBackgroundDrawable(null); in testUpdate()
782 mPopupWindow.setBackgroundDrawable(drawable); in testSetTouchInterceptor()
DProgressBarTest.java261 mockProgressBar.setBackgroundDrawable(mockDrawable1); in testInvalidateDrawable()
453 mockProgressBar.setBackgroundDrawable(d1); in testVerifyDrawable()
DAbsSeekBarTest.java140 myAbsSeekBar.setBackgroundDrawable(drawable2); in testVerifyDrawable()
DScrollViewTest.java315 child.setBackgroundDrawable(null); in testMeasureChild()
336 child.setBackgroundDrawable(null); in testMeasureChildWithMargins()
DHorizontalScrollViewTest.java296 child.setBackgroundDrawable(null); in testMeasureChild()
317 child.setBackgroundDrawable(null); in testMeasureChildWithMargins()
DImageViewTest.java455 mockImageView.setBackgroundDrawable(bgdrawable); in testVerifyDrawable()
/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java391 mWindow.setBackgroundDrawable(drawable); in testSetBackgroundDrawable()
401 mWindow.setBackgroundDrawable(null); in testSetBackgroundDrawable()
916 public void setBackgroundDrawable(Drawable drawable) { in setBackgroundDrawable() method in WindowTest.MockWindow
DViewTest.java463 view.setBackgroundDrawable(d1); in testAccessBackground()
466 view.setBackgroundDrawable(d2); in testAccessBackground()
469 view.setBackgroundDrawable(null); in testAccessBackground()
522 view.setBackgroundDrawable(d1); in testVerifyDrawable()
1016 view.setBackgroundDrawable(d); in testGetSuggestedMinimumWidth()
1047 view.setBackgroundDrawable(d); in testGetSuggestedMinimumHeight()
1523 view.setBackgroundDrawable(drawable); in testScheduleDrawable()
1550 view.setBackgroundDrawable(drawable); in testUnscheduleDrawable()
2440 view.setBackgroundDrawable(d1); in testInvalidateDrawable()
2975 mockView.setBackgroundDrawable(d); in testSetScrollContainer()
[all …]
DViewGroupTest.java626 textView.setBackgroundDrawable(new BitmapDrawable(Bitmap.createBitmap(100, 100, in testDrawChild()
/cts/tests/tests/app/src/android/app/cts/
DInstrumentationTest.java579 public void setBackgroundDrawable(Drawable drawable) { in setBackgroundDrawable() method in InstrumentationTest.MockActivity.MockWindow