Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1428 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in addKeyboardLayoutForInputDevice() local
1429 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() local
1457 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()
/frameworks/native/vulkan/api/
Dvulkan.api2383 …VkImageLayout oldLayout /// Current layout of the i…