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
40 private final int mLayoutId; field in ViewPool46 mLayoutId = layoutId; in ViewPool()106 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 ResolverActivity1319 mLayoutId = R.layout.resolver_list_with_default;1321 mLayoutId = getLayoutResource();1323 setContentView(mLayoutId);1338 mLayoutId = R.layout.miniresolver;1339 setContentView(mLayoutId);
212 private int mLayoutId; field in ChooserActivity1247 mLayoutId = R.layout.chooser_grid_scrollable_preview; in configureContentView()1249 setContentView(mLayoutId); in configureContentView()
115 private int mLayoutId; field in BaseActivity146 mLayoutId = layoutId; in BaseActivity()186 setContentView(mLayoutId); in onCreate()