Searched refs:layoutValue (Results 1 – 2 of 2) sorted by relevance
148 LocaleList locales, int layoutValue, int vid, int pid) { in KeyboardLayout() argument154 mLayoutType = LayoutType.of(layoutValue); in KeyboardLayout()
529 ResourceValue layoutValue = mRenderResources.getResolvedResource(layout); in inflateView() local530 if (layoutValue != null) { in inflateView()531 parser = getLayoutlibCallback().getParser(layoutValue); in inflateView()