Home
last modified time | relevance | path

Searched refs:layoutKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java531 String layoutKey = new LayoutKey(keyboardIdentifier, in setKeyboardLayoutForInputDevice() local
535 if (mDataStore.setKeyboardLayout(keyboardIdentifier.toString(), layoutKey, in setKeyboardLayoutForInputDevice()
539 + " key: " + layoutKey in setKeyboardLayoutForInputDevice()
564 String layoutKey = new LayoutKey(keyboardIdentifier, imeInfo).toString(); in getKeyboardLayoutListForInputDeviceInternal() local
570 layoutKey); in getKeyboardLayoutListForInputDeviceInternal()
641 String layoutKey = new LayoutKey(keyboardIdentifier, imeInfo).toString(); in getKeyboardLayoutForInputDeviceInternal() local
643 String layout = mDataStore.getKeyboardLayout(keyboardIdentifier.toString(), layoutKey); in getKeyboardLayoutForInputDeviceInternal()
651 if (mKeyboardLayoutCache.containsKey(layoutKey)) { in getKeyboardLayoutForInputDeviceInternal()
652 return mKeyboardLayoutCache.get(layoutKey); in getKeyboardLayoutForInputDeviceInternal()
661 mKeyboardLayoutCache.put(layoutKey, result); in getKeyboardLayoutForInputDeviceInternal()
/frameworks/base/core/java/android/hardware/input/
DKeyboardLayoutPreviewDrawable.java118 for (PhysicalKeyLayout.LayoutKey layoutKey : row) { in onBoundsChange()
119 totalRowWeight += layoutKey.keyWeight(); in onBoundsChange()