Home
last modified time | relevance | path

Searched refs:layoutValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java157 public void setNavigationBarLayout(String layoutValue) { in setNavigationBarLayout() argument
158 if (!Objects.equals(mCurrentLayout, layoutValue)) { in setNavigationBarLayout()
159 mUsingCustomLayout = layoutValue != null; in setNavigationBarLayout()
161 inflateLayout(layoutValue); in setNavigationBarLayout()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java453 ResourceValue layoutValue = mRenderResources.getResolvedResource(layout); in inflateView() local
454 if (layoutValue != null) { in inflateView()
455 parser = getLayoutlibCallback().getParser(layoutValue); in inflateView()