OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlatformDialogThemeContext
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DialogUtils.java
29
public static Context
getPlatformDialogThemeContext
(final Context context) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ImportantNoticeDialog.java
41
super(DialogUtils.
getPlatformDialogThemeContext
(context));
LatinIME.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/debug/
ExternalDictionaryGetterForDebug.java
73
new AlertDialog.Builder(DialogUtils.
getPlatformDialogThemeContext
(context))
84
new AlertDialog.Builder(DialogUtils.
getPlatformDialogThemeContext
(context))
114
new AlertDialog.Builder(DialogUtils.
getPlatformDialogThemeContext
(context))
170
new AlertDialog.Builder(DialogUtils.
getPlatformDialogThemeContext
(context))
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStyleSettingsFragment.java
558
DialogUtils.
getPlatformDialogThemeContext
(getActivity()));
Completed in 1297 milliseconds