Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1400 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in addKeyboardLayoutForInputDevice() local
1401 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in addKeyboardLayoutForInputDevice()
1402 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in addKeyboardLayoutForInputDevice()
1405 && !Objects.equal(oldLayout, mDataStore.getCurrentKeyboardLayout(key))) { in addKeyboardLayoutForInputDevice()
1428 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in removeKeyboardLayoutForInputDevice() local
1429 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in removeKeyboardLayoutForInputDevice()
1430 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in removeKeyboardLayoutForInputDevice()
1438 if (removed && !Objects.equal(oldLayout, in removeKeyboardLayoutForInputDevice()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStack.java4674 final int oldLayout = oldTaskOverride.screenLayout; in catchConfigChangesFromUnset() local
4676 if ((oldLayout == SCREENLAYOUT_UNDEFINED && newLayout != SCREENLAYOUT_UNDEFINED) in catchConfigChangesFromUnset()
4677 || (oldLayout != SCREENLAYOUT_UNDEFINED && newLayout == SCREENLAYOUT_UNDEFINED)) { in catchConfigChangesFromUnset()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h2193 VkImageLayout oldLayout; member
/frameworks/native/vulkan/api/
Dvulkan.api1668 …VkImageLayout oldLayout /// Current layout of the i…