Searched refs:layoutResId (Results 1 – 1 of 1) sorted by relevance
311 int layoutResId = R.layout.multi_orientation; in testMultiOrientation() local312 view = (ViewGroup) LayoutInflater.from(activity).inflate(layoutResId, null); in testMultiOrientation()416 int layoutResId = R.layout.custom_layout2; in shouldInvokeOnFinishInflate() local417 CustomView2 outerCustomView = inflate(layoutResId); in shouldInvokeOnFinishInflate()461 private <T extends View> T inflate(int layoutResId) { in inflate() argument462 return (T) LayoutInflater.from(context).inflate(layoutResId, null); in inflate()