HomeSort by relevance Sort by last modified time
    Searched refs:themeContext (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
DatePickerDialog.java 110 final Context themeContext = getContext();
111 final LayoutInflater inflater = LayoutInflater.from(themeContext);
114 setButton(BUTTON_POSITIVE, themeContext.getString(R.string.ok), this);
115 setButton(BUTTON_NEGATIVE, themeContext.getString(R.string.cancel), this);
TimePickerDialog.java 107 final Context themeContext = getContext();
108 final LayoutInflater inflater = LayoutInflater.from(themeContext);
111 setButton(BUTTON_POSITIVE, themeContext.getString(R.string.ok), this);
112 setButton(BUTTON_NEGATIVE, themeContext.getString(R.string.cancel), this);

Completed in 981 milliseconds