Searched refs:newLayout (Results 1 – 3 of 3) sorted by relevance
212 protected void inflateLayout(String newLayout) { in inflateLayout() argument213 mCurrentLayout = newLayout; in inflateLayout()214 if (newLayout == null) { in inflateLayout()215 newLayout = getDefaultLayout(); in inflateLayout()217 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
4349 boolean newLayout = false;4353 newLayout = true;4362 if (mLayout != null && newLayout) {
2384 …VkImageLayout newLayout /// New layout to transitio…