HomeSort by relevance Sort by last modified time
    Searched refs:createKeyFromXml (Results 1 - 14 of 14) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 65 protected Key createKeyFromXml(Resources res, Row parent, int x, int y,
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 87 protected Key createKeyFromXml(Resources res, Row parent, int x, int y,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 751 protected Key createKeyFromXml(Resources res, Row parent, int x, int y,
784 key = createKeyFromXml(res, currentRow, x, y, parser);
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 787 protected Key createKeyFromXml(Resources res, Row parent, int x, int y,
821 key = createKeyFromXml(res, currentRow, x, y, parser);
    [all...]