Searched refs:layoutKey (Results 1 – 2 of 2) sorted by relevance
531 String layoutKey = new LayoutKey(keyboardIdentifier, in setKeyboardLayoutForInputDevice() local535 if (mDataStore.setKeyboardLayout(keyboardIdentifier.toString(), layoutKey, in setKeyboardLayoutForInputDevice()539 + " key: " + layoutKey in setKeyboardLayoutForInputDevice()564 String layoutKey = new LayoutKey(keyboardIdentifier, imeInfo).toString(); in getKeyboardLayoutListForInputDeviceInternal() local570 layoutKey); in getKeyboardLayoutListForInputDeviceInternal()641 String layoutKey = new LayoutKey(keyboardIdentifier, imeInfo).toString(); in getKeyboardLayoutForInputDeviceInternal() local643 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()
118 for (PhysicalKeyLayout.LayoutKey layoutKey : row) { in onBoundsChange()119 totalRowWeight += layoutKey.keyWeight(); in onBoundsChange()