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.java1399 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in addKeyboardLayoutForInputDevice() local
1400 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in addKeyboardLayoutForInputDevice()
1401 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in addKeyboardLayoutForInputDevice()
1404 && !Objects.equals(oldLayout, 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.equals(oldLayout, in removeKeyboardLayoutForInputDevice()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c738 .oldLayout = old_image_layout, in demo_set_image_layout()
895 … .oldLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in demo_draw_build_cmd()
928 .oldLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in demo_build_image_ownership_cmd()
Dcube.cpp2270 …ayout(vk::Image image, vk::ImageAspectFlags aspectMask, vk::ImageLayout oldLayout, vk::ImageLayout… in set_image_layout() argument
2309 .setOldLayout(oldLayout) in set_image_layout()
/frameworks/native/vulkan/api/
Dvulkan.api3920 …VkImageLayout oldLayout /// Current layout of the i…