Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DPhysicalKeyLayout.java138 private LayoutKey[][] mKeys = null;
159 public LayoutKey[][] getKeys() { in getKeys()
172 mKeys = new LayoutKey[][]{ in createAnsiLayout()
220 mKeys = new LayoutKey[][]{ in createIsoLayout()
271 mKeys = new LayoutKey[][]{ in createJisLayout()
324 private static LayoutKey getKey(KeyCharacterMap kcm, int scanCode, float keyWeight) { in getKey()
327 return new LayoutKey(keyCode, scanCode, keyWeight, new KeyGlyph(kcm, keyCode)); in getKey()
330 private static LayoutKey getKey(KeyCharacterMap kcm, int scanCode) { in getKey()
348 private static LayoutKey getKey(int keyCode, float keyWeight) { in getKey()
349 return new LayoutKey(keyCode, keyCode, keyWeight, null); in getKey()
[all …]
DKeyboardLayoutPreviewDrawable.java89 final PhysicalKeyLayout.LayoutKey[][] keys = mKeyLayout.getKeys(); in onBoundsChange()
115 PhysicalKeyLayout.LayoutKey[] row = keys[i]; in onBoundsChange()
118 for (PhysicalKeyLayout.LayoutKey layoutKey : row) { in onBoundsChange()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java531 String layoutKey = new LayoutKey(keyboardIdentifier, in setKeyboardLayoutForInputDevice()
564 String layoutKey = new LayoutKey(keyboardIdentifier, imeInfo).toString(); in getKeyboardLayoutListForInputDeviceInternal()
641 String layoutKey = new LayoutKey(keyboardIdentifier, imeInfo).toString(); in getKeyboardLayoutForInputDeviceInternal()
1278 private static class LayoutKey { class in KeyboardLayoutManager
1284 private LayoutKey(KeyboardIdentifier keyboardIdentifier, @Nullable ImeInfo imeInfo) { in LayoutKey() method in KeyboardLayoutManager.LayoutKey
/frameworks/base/services/
Dart-wear-profile12084 PLcom/android/server/input/KeyboardLayoutManager$LayoutKey;-><init>(Lcom/android/server/input/Keybo…
12085LayoutKey;-><init>(Lcom/android/server/input/KeyboardLayoutManager$KeyboardIdentifier;Lcom/android…
12086 HPLcom/android/server/input/KeyboardLayoutManager$LayoutKey;->toString()Ljava/lang/String;