Searched refs:oldLayout (Results 1 – 2 of 2) sorted by relevance
1428 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in addKeyboardLayoutForInputDevice() local1429 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in addKeyboardLayoutForInputDevice()1430 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in addKeyboardLayoutForInputDevice()1433 && !Objects.equal(oldLayout, mDataStore.getCurrentKeyboardLayout(key))) { in addKeyboardLayoutForInputDevice()1456 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in removeKeyboardLayoutForInputDevice() local1457 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in removeKeyboardLayoutForInputDevice()1458 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in removeKeyboardLayoutForInputDevice()1466 if (removed && !Objects.equal(oldLayout, in removeKeyboardLayoutForInputDevice()
2383 …VkImageLayout oldLayout /// Current layout of the i…