Searched refs:mThemeId (Results 1 – 2 of 2) sorted by relevance
66 private int mThemeId = 0; field in AppCompatActivity74 if (delegate.applyDayNight() && mThemeId != 0) { in onCreate()80 onApplyThemeResource(getTheme(), mThemeId, false); in onCreate() local82 setTheme(mThemeId); in onCreate()92 mThemeId = resid; in setTheme()
92 private int mThemeId; field in AbstractMediaItemPresenter109 mThemeId = themeId; in AbstractMediaItemPresenter()119 mThemeId = themeId; in setThemeId()130 return mThemeId; in getThemeId()428 if (mThemeId != 0) { in createRowViewHolder()429 context = new ContextThemeWrapper(context, mThemeId); in createRowViewHolder()