/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
D | InputMethodsPanel.java | 219 final InputMethodInfo imi, final InputMethodSubtype subtype) { in createInputMethodItem() 310 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 237 public void setSpellCheckerSubtype(SpellCheckerSubtype subtype) { in setSpellCheckerSubtype()
|
D | SpellCheckerSubtype.java | 140 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local 240 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
|
D | SpellCheckerInfo.java | 114 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
|
D | SpellCheckerSession.java | 128 SpellCheckerSubtype subtype) { in SpellCheckerSession()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodUtils.java | 173 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in getOverridingImplicitlyEnabledSubtypes() local 231 InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 243 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 270 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLocked() local 323 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local 358 public static boolean canAddToLastInputMethod(InputMethodSubtype subtype) { in canAddToLastInputMethod()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethod.aidl | 55 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | IInputMethodManager.aidl | 61 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype() 69 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype); in setCurrentInputMethodSubtype()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodInfo.java | 165 InputMethodSubtype subtype = new InputMethodSubtype( in InputMethodInfo() local 204 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local
|
D | InputMethodSubtype.java | 329 InputMethodSubtype subtype = (InputMethodSubtype) o; in equals() local 414 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort() local
|
D | InputMethod.java | 227 public void changeInputMethodSubtype(InputMethodSubtype subtype); in changeInputMethodSubtype()
|
D | InputMethodManager.java | 1536 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype() 1790 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) { in setCurrentInputMethodSubtype()
|
/frameworks/base/services/java/com/android/server/ |
D | InputMethodManagerService.java | 1458 final InputMethodSubtype subtype = subtypes.get(j); in needsToShowImeSwitchOngoingNotification() local 2035 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) { in setInputMethodAndSubtype() 2917 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked() local 2974 InputMethodSubtype subtype = null; in findLastResortApplicableShortcutInputMethodAndSubtypeLocked() local 3095 InputMethodSubtype subtype) { in addShortcutInputMethodAndSubtypes() 3135 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) { in setCurrentInputMethodSubtype() 3184 boolean onlyCurrentIme, InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethod() 3242 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local 3327 final InputMethodSubtype subtype = additionalSubtypes[i]; in addInputMethodSubtypes() local 3370 final InputMethodSubtype subtype = subtypesList.get(i); in writeAdditionalInputMethodSubtypes() local [all …]
|
/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 | 139 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo() 195 void setSubtype(int subtype, String subtypeName) { in setSubtype()
|
/frameworks/wilhelm/tools/permute/ |
D | permute.c | 145 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK; in permute() local
|
/frameworks/base/core/java/android/webkit/ |
D | JWebCoreJavaBridge.java | 316 public native void setNetworkType(String type, String subtype); in setNetworkType()
|
D | WebViewClassic.java | 2265 public void setNetworkType(String type, String subtype) { in setNetworkType()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 313 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
D | InputMethodService.java | 445 public void changeInputMethodSubtype(InputMethodSubtype subtype) { in changeInputMethodSubtype()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | QuickSettingsModel.java | 627 final InputMethodSubtype subtype = subtypes.get(j); in needsToShowImeSwitchOngoingNotification() local 672 final InputMethodSubtype subtype = imm.getCurrentInputMethodSubtype(); in getCurrentInputMethodName() local
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7964 final SpellCheckerSubtype subtype = textServicesManager.getCurrentSpellCheckerSubtype(true); in updateTextServicesLocaleLocked() local
|