Searched refs:mLayoutId (Results 1 – 8 of 8) sorted by relevance
38 private final @LayoutRes int mLayoutId; field in Item45 mLayoutId = layoutId; in Item()53 || (Integer) convertView.getTag(R.id.layout_id_tag) != mLayoutId) { in getView()55 .inflate(mLayoutId, parent, false); in getView()57 convertView.setTag(R.id.layout_id_tag, mLayoutId); in getView()
59 private final int mLayoutId; field in ChannelsRowItem68 mLayoutId = layoutId; in ChannelsRowItem()84 return mLayoutId; in getLayoutId()98 + mLayoutId in toString()
34 private val mLayoutId: Int constant51 val layoutId = mLayoutId in getView()77 mLayoutId = layoutId
43 private final int mLayoutId; field in ViewPool59 mLayoutId = layoutId; in ViewPool()122 return (T) inflater.inflate(mLayoutId, mParent, false); in inflateNewView()
40 private final int mLayoutId; field in TvFeedbackConsentInformationDialog48 mLayoutId = layoutId; in TvFeedbackConsentInformationDialog()56 setContentView(LayoutInflater.from(getContext()).inflate(mLayoutId, null)); in onCreate()
165 private int mLayoutId; field in ResolverActivity1313 mLayoutId = R.layout.resolver_list_with_default;1315 mLayoutId = getLayoutResource();1317 setContentView(mLayoutId);1332 mLayoutId = R.layout.miniresolver;1333 setContentView(mLayoutId);
220 private int mLayoutId; field in ChooserActivity1323 mLayoutId = R.layout.chooser_grid_scrollable_preview; in configureContentView()1325 setContentView(mLayoutId); in configureContentView()
121 private int mLayoutId; field in BaseActivity152 mLayoutId = layoutId; in BaseActivity()200 setContentView(mLayoutId); in onCreate()