/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
D | InputMethodsPanel.java | 220 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()
|
D | InputMethodButton.java | 90 final InputMethodSubtype subtype = subtypes.get(j); in needsToShowIMEButtonWhenVisibilityAuto() local
|
/frameworks/base/core/java/android/view/textservice/ |
D | TextServicesManager.java | 146 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession() local 230 public void setSpellCheckerSubtype(SpellCheckerSubtype subtype) { in setSpellCheckerSubtype()
|
D | SpellCheckerSubtype.java | 94 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local 191 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
|
D | SpellCheckerInfo.java | 114 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
|
/frameworks/base/services/java/com/android/server/ |
D | InputMethodManagerService.java | 1103 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/ |
D | InputMethodInfo.java | 158 InputMethodSubtype subtype = new InputMethodSubtype( in InputMethodInfo() local 194 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
|
D | InputMethodSubtype.java | 243 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local 323 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
|
D | InputMethod.java | 227 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | InputMethodManager.java | 1354 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/ |
D | IInputMethod.aidl | 57 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | IInputMethodManager.aidl | 60 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/ |
D | InputMethodSettingsImpl.java | 100 final InputMethodSubtype subtype = subtypes.get(i); in getEnabledSubtypesLabel() local
|
/frameworks/base/core/java/android/net/ |
D | NetworkInfo.java | 130 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/ |
D | IInputMethodWrapper.java | 282 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
D | InputMethodService.java | 436 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
/frameworks/base/core/java/android/webkit/ |
D | JWebCoreJavaBridge.java | 318 public native void setNetworkType(String type, String subtype); in setNetworkType()
|
D | WebView.java | 1708 public void setNetworkType(String type, String subtype) { in setNetworkType()
|