Home
last modified time | relevance | path

Searched refs:setTheme (Results 1 – 25 of 36) sorted by relevance

12

/appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/
DTintContextWrapper.java112 public void setTheme(int resid) { in setTheme() method in TintContextWrapper
114 super.setTheme(resid); in setTheme()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatActivity.java145 public void setTheme(@StyleRes final int resId) { in setTheme() method in AppCompatActivity
146 super.setTheme(resId); in setTheme()
147 getDelegate().setTheme(resId); in setTheme()
DAppCompatDialog.java63 delegate.setTheme(getThemeResId(context, theme)); in AppCompatDialog()
DAppCompatDelegate.java430 public void setTheme(@StyleRes int themeResId) { in setTheme() method in AppCompatDelegate
DAppCompatDelegateImpl.java818 public void setTheme(@StyleRes int themeResId) {
2851 mContext.setTheme(mThemeResId);
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DNoThemeAppCompatActivity.kt31 setTheme(R.style.Theme_TextColors) in onCreate()
DAlertDialogTest.java241 context.setTheme(R.style.Theme_CustomFont); in testThemeMainFontIsAppliedToTitle()
/appcompat/appcompat/src/test/java/androidx/appcompat/app/
DAppCompatResourcesRobolectricTest.kt53 application.setTheme(R.style.Theme_AppCompat_Light) in testApplicationThemeIsCopiedToActivity()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/
DContextThemeWrapper.java137 public void setTheme(int resid) { in setTheme() method in ContextThemeWrapper
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/view/
DContextThemeWrapperTest.java78 contextThemeWrapper.setTheme(R.style.TextAppearance); in testAccessTheme()
/appcompat/appcompat/src/main/
Dbaseline-prof.txt23 HSPLandroidx/appcompat/app/AppCompatActivity;->setTheme(I)V
83 HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->setTheme(I)V
/appcompat/appcompat/api/
D1.1.0-rc01.txt290 method public void setTheme(@StyleRes int);
D1.1.0-beta01.txt290 method public void setTheme(@StyleRes int);
D1.2.0-beta01.txt291 method public void setTheme(@StyleRes int);
D1.3.0-beta02.txt291 method public void setTheme(@StyleRes int);
D1.3.0-beta01.txt291 method public void setTheme(@StyleRes int);
D1.1.0-beta02.txt290 method public void setTheme(@StyleRes int);
D1.4.0-beta01.txt291 method public void setTheme(@StyleRes int);
D1.4.0-beta02.txt291 method public void setTheme(@StyleRes int);
D1.6.0-beta02.txt296 method public void setTheme(@StyleRes int);
D1.6.0-beta01.txt296 method public void setTheme(@StyleRes int);
D1.5.0-beta01.txt291 method public void setTheme(@StyleRes int);
Dcurrent.txt296 method public void setTheme(@StyleRes int);
D1.7.0-beta01.txt296 method public void setTheme(@StyleRes int);
Drestricted_1.3.0-beta01.txt312 method public void setTheme(@StyleRes int);

12