Searched defs:themeId (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetDialog.java200 private static int getThemeResId(Context context, int themeId) { argument
201 if (themeId == 0) {
206 themeId = outValue.resourceId;
209 themeId = R.style.Theme_Design_Light_BottomSheetDialog;
212 return themeId;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDialog.java163 private static int getThemeResId(Context context, int themeId) { argument
164 if (themeId == 0) {
168 themeId = outValue.resourceId;
170 return themeId;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaItemPresenter.java104 * @param themeId The resource id of the theme that defines attributes controlling the
107 public AbstractMediaItemPresenter(int themeId) { argument
108 mThemeId = themeId;
114 * @param themeId The resource id of the theme that defines attributes controlling the
117 public void setThemeId(int themeId) { argument
118 mThemeId = themeId;

Completed in 145 milliseconds