Searched refs:layoutValue (Results 1 – 2 of 2) sorted by relevance
157 public void setNavigationBarLayout(String layoutValue) { in setNavigationBarLayout() argument158 if (!Objects.equals(mCurrentLayout, layoutValue)) { in setNavigationBarLayout()159 mUsingCustomLayout = layoutValue != null; in setNavigationBarLayout()161 inflateLayout(layoutValue); in setNavigationBarLayout()
453 ResourceValue layoutValue = mRenderResources.getResolvedResource(layout); in inflateView() local454 if (layoutValue != null) { in inflateView()455 parser = getLayoutlibCallback().getParser(layoutValue); in inflateView()