Searched refs:setBackgroundDrawable (Results 1 – 12 of 12) sorted by relevance
158 mToggleButton.setBackgroundDrawable(drawable); in testSetBackgroundDrawable()162 mToggleButton.setBackgroundDrawable(null); in testSetBackgroundDrawable()
76 mPopupWindow.setBackgroundDrawable(drawable); in testAccessBackground()79 mPopupWindow.setBackgroundDrawable(null); in testAccessBackground()
134 mPopupWindow.setBackgroundDrawable(drawable); in testAccessBackground()137 mPopupWindow.setBackgroundDrawable(null); in testAccessBackground()446 mPopupWindow.setBackgroundDrawable(null); in testUpdate()782 mPopupWindow.setBackgroundDrawable(drawable); in testSetTouchInterceptor()
261 mockProgressBar.setBackgroundDrawable(mockDrawable1); in testInvalidateDrawable()453 mockProgressBar.setBackgroundDrawable(d1); in testVerifyDrawable()
140 myAbsSeekBar.setBackgroundDrawable(drawable2); in testVerifyDrawable()
315 child.setBackgroundDrawable(null); in testMeasureChild()336 child.setBackgroundDrawable(null); in testMeasureChildWithMargins()
296 child.setBackgroundDrawable(null); in testMeasureChild()317 child.setBackgroundDrawable(null); in testMeasureChildWithMargins()
455 mockImageView.setBackgroundDrawable(bgdrawable); in testVerifyDrawable()
391 mWindow.setBackgroundDrawable(drawable); in testSetBackgroundDrawable()401 mWindow.setBackgroundDrawable(null); in testSetBackgroundDrawable()916 public void setBackgroundDrawable(Drawable drawable) { in setBackgroundDrawable() method in WindowTest.MockWindow
463 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 …]
626 textView.setBackgroundDrawable(new BitmapDrawable(Bitmap.createBitmap(100, 100, in testDrawChild()
579 public void setBackgroundDrawable(Drawable drawable) { in setBackgroundDrawable() method in InstrumentationTest.MockActivity.MockWindow