Home
last modified time | relevance | path

Searched refs:mLayoutId (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DItem.java38 private final @LayoutRes int mLayoutId; field in Item
45 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()
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowItem.java59 private final int mLayoutId; field in ChannelsRowItem
68 mLayoutId = layoutId; in ChannelsRowItem()
84 return mLayoutId; in getLayoutId()
98 + mLayoutId in toString()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionViewInflater.kt34 private val mLayoutId: Int constant
51 val layoutId = mLayoutId in getView()
77 mLayoutId = layoutId
/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewPool.java40 private final int mLayoutId; field in ViewPool
46 mLayoutId = layoutId; in ViewPool()
106 return (T) inflater.inflate(mLayoutId, mParent, false); in inflateNewView()
/packages/apps/TvFeedbackConsent/src/com/android/tv/feedbackconsent/
DTvFeedbackConsentInformationDialog.java40 private final int mLayoutId; field in TvFeedbackConsentInformationDialog
48 mLayoutId = layoutId; in TvFeedbackConsentInformationDialog()
56 setContentView(LayoutInflater.from(getContext()).inflate(mLayoutId, null)); in onCreate()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverActivity.java165 private int mLayoutId; field in ResolverActivity
1319 mLayoutId = R.layout.resolver_list_with_default;
1321 mLayoutId = getLayoutResource();
1323 setContentView(mLayoutId);
1338 mLayoutId = R.layout.miniresolver;
1339 setContentView(mLayoutId);
DChooserActivity.java212 private int mLayoutId; field in ChooserActivity
1247 mLayoutId = R.layout.chooser_grid_scrollable_preview; in configureContentView()
1249 setContentView(mLayoutId); in configureContentView()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java115 private int mLayoutId; field in BaseActivity
146 mLayoutId = layoutId; in BaseActivity()
186 setContentView(mLayoutId); in onCreate()