Searched refs:oldLayout (Results 1 – 4 of 4) sorted by relevance
1399 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in addKeyboardLayoutForInputDevice() local1400 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() local1429 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()
738 .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()
2270 …ayout(vk::Image image, vk::ImageAspectFlags aspectMask, vk::ImageLayout oldLayout, vk::ImageLayout… in set_image_layout() argument2309 .setOldLayout(oldLayout) in set_image_layout()
3920 …VkImageLayout oldLayout /// Current layout of the i…