Searched refs:mLayoutResource (Results 1 – 2 of 2) sorted by relevance
75 private int mLayoutResource; field in ViewStub95 mLayoutResource = layoutResource; in ViewStub()115 mLayoutResource = a.getResourceId(R.styleable.ViewStub_layout, 0); in ViewStub()173 return mLayoutResource; in getLayoutResource()190 mLayoutResource = layoutResource; in setLayoutResource()195 mLayoutResource = layoutResource; in setLayoutResourceAsync()272 final View view = factory.inflate(mLayoutResource, parent, false); in inflateViewNoAdd()303 if (mLayoutResource != 0) { in inflate()
68291 Landroid/view/ViewStub;->mLayoutResource:I