OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setSubtypeEnablerTitle
(Results
1 - 7
of
7
) sorted by null
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsInterface.java
49
public void
setSubtypeEnablerTitle
(int resId);
56
public void
setSubtypeEnablerTitle
(CharSequence title);
InputMethodSettingsFragment.java
65
public void
setSubtypeEnablerTitle
(int resId) {
66
mSettings.
setSubtypeEnablerTitle
(resId);
73
public void
setSubtypeEnablerTitle
(CharSequence title) {
74
mSettings.
setSubtypeEnablerTitle
(title);
InputMethodSettingsImpl.java
138
public void
setSubtypeEnablerTitle
(int resId) {
147
public void
setSubtypeEnablerTitle
(CharSequence title) {
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsInterface.java
43
public void
setSubtypeEnablerTitle
(int resId);
50
public void
setSubtypeEnablerTitle
(CharSequence title);
InputMethodSettingsActivity.java
58
public void
setSubtypeEnablerTitle
(int resId) {
59
mSettings.
setSubtypeEnablerTitle
(resId);
66
public void
setSubtypeEnablerTitle
(CharSequence title) {
67
mSettings.
setSubtypeEnablerTitle
(title);
InputMethodSettingsFragment.java
59
public void
setSubtypeEnablerTitle
(int resId) {
60
mSettings.
setSubtypeEnablerTitle
(resId);
67
public void
setSubtypeEnablerTitle
(CharSequence title) {
68
mSettings.
setSubtypeEnablerTitle
(title);
InputMethodSettingsImpl.java
132
public void
setSubtypeEnablerTitle
(int resId) {
141
public void
setSubtypeEnablerTitle
(CharSequence title) {
Completed in 2698 milliseconds