Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DInputMethodsPanel.java220 final InputMethodInfo imi, final InputMethodSubtype subtype) { in createInputMethodItem()
311 private void setInputMethodAndSubtype(InputMethodInfo imi, InputMethodSubtype subtype) { in setInputMethodAndSubtype()
369 InputMethodInfo imi, InputMethodSubtype subtype) { in updateRadioButtonsByImiAndSubtype()
439 private CharSequence getSubtypeName(InputMethodInfo imi, InputMethodSubtype subtype) { in getSubtypeName()
449 private Drawable getSubtypeIcon(InputMethodInfo imi, InputMethodSubtype subtype) { in getSubtypeIcon()
DInputMethodButton.java90 final InputMethodSubtype subtype = subtypes.get(j); in needsToShowIMEButtonWhenVisibilityAuto() local
/frameworks/base/core/java/android/view/textservice/
DTextServicesManager.java146 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession() local
230 public void setSpellCheckerSubtype(SpellCheckerSubtype subtype) { in setSpellCheckerSubtype()
DSpellCheckerSubtype.java94 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local
191 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
DSpellCheckerInfo.java114 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
/frameworks/base/services/java/com/android/server/
DInputMethodManagerService.java1103 final InputMethodSubtype subtype = subtypes.get(j); in needsToShowImeSwitchOngoingNotification() local
1255 InputMethodSubtype subtype = null; in setInputMethodLocked() local
1565 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype()
1920 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local
2108 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in showInputMethodMenuInternal() local
2344 private boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod()
2370 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked() local
2442 InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local
2454 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local
2516 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local
[all …]
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java158 InputMethodSubtype subtype = new InputMethodSubtype( in InputMethodInfo() local
194 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
DInputMethodSubtype.java243 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local
323 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
DInputMethod.java227 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
DInputMethodManager.java1354 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype()
1517 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) { in setCurrentInputMethodSubtype()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethod.aidl57 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
DIInputMethodManager.aidl60 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype()
68 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype); in setCurrentInputMethodSubtype()
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java100 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local
/frameworks/base/core/java/android/net/
DNetworkInfo.java130 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo()
183 void setSubtype(int subtype, String subtypeName) { in setSubtype()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java282 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
DInputMethodService.java436 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
/frameworks/base/core/java/android/webkit/
DJWebCoreJavaBridge.java318 public native void setNetworkType(String type, String subtype); in setNetworkType()
DWebView.java1708 public void setNetworkType(String type, String subtype) { in setNetworkType()