Searched refs:LayoutKey (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/hardware/input/ |
D | PhysicalKeyLayout.java | 138 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 …]
|
D | KeyboardLayoutPreviewDrawable.java | 89 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/ |
D | KeyboardLayoutManager.java | 531 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/ |
D | art-wear-profile | 12084 PLcom/android/server/input/KeyboardLayoutManager$LayoutKey;-><init>(Lcom/android/server/input/Keybo… 12085 …LayoutKey;-><init>(Lcom/android/server/input/KeyboardLayoutManager$KeyboardIdentifier;Lcom/android… 12086 HPLcom/android/server/input/KeyboardLayoutManager$LayoutKey;->toString()Ljava/lang/String;
|