Searched refs:mLayoutResource (Results 1 – 1 of 1) sorted by relevance
21 private int mLayoutResource = 0; field in ShadowViewStub36 mLayoutResource = getResourceId(layoutResId); in applyAttributes()57 return mLayoutResource; in getLayoutResource()62 mLayoutResource = layoutResource; in setLayoutResource()70 if (mLayoutResource != 0) { in inflate()73 View view = factory.inflate(mLayoutResource, parent, false); in inflate()