Home
last modified time | relevance | path

Searched refs:getBackground (Results 1 – 25 of 40) sorted by relevance

12

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatBaseViewTest.java112 Drawable background = view.getBackground(); in verifyBackgroundIsColoredAs()
135 assertNull("No background after XML loading", view.getBackground()); in testBackgroundTintingWithNoBackground()
139 assertNull("No background after disabling", view.getBackground()); in testBackgroundTintingWithNoBackground()
143 assertNull("No background after re-enabling", view.getBackground()); in testBackgroundTintingWithNoBackground()
154 assertNull("No background after disabling", view.getBackground()); in testBackgroundTintingWithNoBackground()
158 assertNull("No background after re-enabling", view.getBackground()); in testBackgroundTintingWithNoBackground()
178 assertNull("No background after XML loading", view.getBackground()); in testBackgroundTintingViewCompatWithNoBackground()
182 assertNull("No background after disabling", view.getBackground()); in testBackgroundTintingViewCompatWithNoBackground()
186 assertNull("No background after re-enabling", view.getBackground()); in testBackgroundTintingViewCompatWithNoBackground()
196 assertNull("No background after disabling", view.getBackground()); in testBackgroundTintingViewCompatWithNoBackground()
[all …]
DListPopupWindowTest.java159 mListPopupWindow.getBackground().getPadding(rect); in testAnchoring()
210 mListPopupWindow.getBackground().getPadding(rect); in testDismissalViaTouch()
DPopupMenuTest.java282 Drawable currentBackground = view.getBackground(); in getPopupPadding()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatSpinner.java334 return mPopup.getBackground(); in getPopupBackground()
442 compatMeasureContentWidth(getAdapter(), getBackground())), in onMeasure()
837 Drawable getBackground(); in getBackground() method
919 public Drawable getBackground() { in getBackground() method in AppCompatSpinner.DialogPopup
989 final Drawable background = getBackground(); in computeContentWidth()
1004 (SpinnerAdapter) mAdapter, getBackground()); in computeContentWidth()
DListPopupWindow.java421 public @Nullable Drawable getBackground() { in getBackground() method in ListPopupWindow
422 return mPopup.getBackground(); in getBackground()
563 Drawable popupBackground = mPopup.getBackground(); in setContentWidth()
1274 final Drawable background = mPopup.getBackground();
DAppCompatBackgroundHelper.java123 final Drawable background = mView.getBackground(); in applySupportBackgroundTint()
DAppCompatImageHelper.java103 final Drawable background = mView.getBackground(); in hasOverlappingRendering()
DActivityChooserView.java245 mActivityChooserContentBackground = mActivityChooserContent.getBackground(); in ActivityChooserView()
DSearchView.java961 final Drawable searchPlateBg = mSearchPlate.getBackground(); in updateFocusedState()
965 final Drawable submitAreaBg = mSubmitArea.getBackground(); in updateFocusedState()
DActionMenuPresenter.java697 final Drawable bg = getBackground(); in setFrame()
DSwitchCompat.java1303 final Drawable background = getBackground(); in draw()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java90 final Drawable backgroundDrawable = view.getBackground(); in getCombinedBackgroundBitmap()
119 ancestor.getBackground().draw(canvas); in getCombinedBackgroundBitmap()
DTestUtilsMatchers.java107 Drawable drawable = view.getBackground(); in isBackground()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DAlertDialogTest.java1380 assertSame(background, decorView.getBackground()); in testBackgroundDrawable()
1409 Drawable background = scrollIndicatorUp.getBackground(); in testCslColorForegroundPre23()
/appcompat/appcompat/api/
D1.1.0-rc01.txt682 method public android.graphics.drawable.Drawable? getBackground();
D1.1.0-beta01.txt682 method public android.graphics.drawable.Drawable? getBackground();
D1.2.0-beta01.txt687 method public android.graphics.drawable.Drawable? getBackground();
D1.3.0-beta02.txt689 method public android.graphics.drawable.Drawable? getBackground();
D1.3.0-beta01.txt689 method public android.graphics.drawable.Drawable? getBackground();
D1.1.0-beta02.txt690 method public android.graphics.drawable.Drawable? getBackground();
D1.4.0-beta01.txt718 method public android.graphics.drawable.Drawable? getBackground();
D1.4.0-beta02.txt718 method public android.graphics.drawable.Drawable? getBackground();
D1.6.0-beta02.txt758 method public android.graphics.drawable.Drawable? getBackground();
D1.6.0-beta01.txt758 method public android.graphics.drawable.Drawable? getBackground();
D1.5.0-beta01.txt746 method public android.graphics.drawable.Drawable? getBackground();

12