Searched refs:mLayoutId (Results 1 - 9 of 9) sorted by relevance
/packages/apps/Car/Media/src/com/android/car/media/browse/ |
H A D | BrowseItemViewType.java | 36 private final @LayoutRes int mLayoutId; field in class:BrowseItemViewType 44 mLayoutId = layoutId; 52 mLayoutId = layoutId; 68 return mLayoutId;
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
H A D | Item.java | 35 private final @LayoutRes int mLayoutId; field in class:Item 40 mLayoutId = layoutId; 46 || (Integer) convertView.getTag(R.id.layout_id_tag) != mLayoutId) { 48 .inflate(mLayoutId, parent, false); 50 convertView.setTag(R.id.layout_id_tag, mLayoutId);
|
/packages/apps/TV/src/com/android/tv/menu/ |
H A D | ChannelsRowItem.java | 49 private final int mLayoutId; field in class:ChannelsRowItem 58 mLayoutId = layoutId; 74 return mLayoutId; 88 + mLayoutId
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
H A D | SuggestionViewInflater.java | 37 private final int mLayoutId; field in class:SuggestionViewInflater 50 mLayoutId = layoutId; 65 int layoutId = mLayoutId;
|
/packages/apps/Music/src/com/android/music/ |
H A D | AlbumBrowserActivity.java | 216 private int mLayoutId; field in class:AlbumBrowserActivity.AlbumBrowseAdapter 235 mLayoutId = layout; 242 convertView = LayoutInflater.from(getContext()).inflate(mLayoutId, parent, false);
|
H A D | PlaylistBrowserActivity.java | 205 private int mLayoutId; field in class:PlaylistBrowserActivity.PlaylistListAdapter 211 mLayoutId = layout; 228 convertView = LayoutInflater.from(getContext()).inflate(mLayoutId, parent, false);
|
H A D | TrackBrowserActivity.java | 240 private int mLayoutId; field in class:TrackBrowserActivity.TrackBrowseAdapter 253 mLayoutId = layout; 263 convertView = LayoutInflater.from(getContext()).inflate(mLayoutId, parent, false);
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | BaseActivity.java | 97 private int mLayoutId; field in class:BaseActivity 106 mLayoutId = layoutId; 129 setContentView(mLayoutId);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | AutoInstallsLayout.java | 159 protected final int mLayoutId; field in class:AutoInstallsLayout 183 mLayoutId = layoutId; 196 return parseLayout(mLayoutId, screenIds);
|
Completed in 202 milliseconds