Home
last modified time | relevance | path

Searched refs:elementId (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java141 final int elementId = keyboardId.mElementId; in getDescriptionForSwitchAlphaSymbol() local
144 switch (elementId) { in getDescriptionForSwitchAlphaSymbol()
163 Log.e(TAG, "Missing description for keyboard element ID:" + elementId); in getDescriptionForSwitchAlphaSymbol()
179 final int elementId = keyboardId.mElementId; in getDescriptionForShiftKey() local
182 switch (elementId) { in getDescriptionForShiftKey()
DAccessibleKeyboardViewProxy.java235 final int elementId = keyboardId.mElementId; in notifyShiftState() local
239 switch (elementId) { in notifyShiftState()
263 final int elementId = keyboardId.mElementId; in notifySymbolsState() local
266 switch (elementId) { in notifySymbolsState()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java75 public KeyboardId(int elementId, InputMethodSubtype subtype, int orientation, int width, in KeyboardId() argument
83 mElementId = elementId; in KeyboardId()
211 public static String elementIdToName(int elementId) { in elementIdToName() argument
212 switch (elementId) { in elementIdToName()
/packages/apps/Mms/src/com/android/mms/dom/
DDocumentImpl.java106 public Element getElementById(String elementId) { in getElementById() argument