Searched defs:newLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarInflaterView.java254 protected void inflateLayout(String newLayout) { argument
255 mCurrentLayout = newLayout;
256 if (newLayout == null) {
257 newLayout = getDefaultLayout();
259 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3);
262 newLayout = getDefaultLayout();
263 sets = newLayout.split(GRAVITY_SEPARATOR, 3);
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h2669 VkImageLayout newLayout; member in struct:VkImageMemoryBarrier

Completed in 111 milliseconds