Home
last modified time | relevance | path

Searched refs:newLayout (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java241 protected void inflateLayout(String newLayout) { in inflateLayout() argument
242 mCurrentLayout = newLayout; in inflateLayout()
243 if (newLayout == null) { in inflateLayout()
244 newLayout = getDefaultLayout(); in inflateLayout()
246 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
249 newLayout = getDefaultLayout(); in inflateLayout()
250 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.cpp2270 …Image image, vk::ImageAspectFlags aspectMask, vk::ImageLayout oldLayout, vk::ImageLayout newLayout, in set_image_layout() argument
2308 .setDstAccessMask(DstAccessMask(newLayout)) in set_image_layout()
2310 .setNewLayout(newLayout) in set_image_layout()
Dcube.c739 .newLayout = new_image_layout, in demo_set_image_layout()
896 … .newLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in demo_draw_build_cmd()
929 .newLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in demo_build_image_ownership_cmd()
/frameworks/base/core/java/android/widget/
DTextView.java5134 boolean newLayout = false; in setGravity()
5138 newLayout = true; in setGravity()
5147 if (mLayout != null && newLayout) { in setGravity()
/frameworks/native/vulkan/api/
Dvulkan.api3921 …VkImageLayout newLayout /// New layout to transitio…