Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DItem.java35 private final @LayoutRes int mLayoutId; field in Item
41 mLayoutId = layoutId; in Item()
48 || (Integer) convertView.getTag(R.id.layout_id_tag) != mLayoutId) { in getView()
50 .inflate(mLayoutId, parent, false); in getView()
52 convertView.setTag(R.id.layout_id_tag, mLayoutId); in getView()
/packages/apps/Car/Media/src/com/android/car/media/browse/
DBrowseItemViewType.java40 private final int mLayoutId; field in BrowseItemViewType
48 mLayoutId = layoutId; in BrowseItemViewType()
56 mLayoutId = layoutId; in BrowseItemViewType()
73 return mLayoutId; in getLayoutId()
/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.java37 private final int mLayoutId; field in SuggestionViewInflater
50 mLayoutId = layoutId; in SuggestionViewInflater()
65 int layoutId = mLayoutId; in getView()
/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/Car/Dialer/src/com/android/car/dialer/widget/
DLoadingFrameLayout.java251 private final int mLayoutId; field in LoadingFrameLayout.ViewContainer
283 mLayoutId = layoutId; in ViewContainer()
291 View view = LayoutInflater.from(mContext).inflate(mLayoutId, LoadingFrameLayout.this, in inflateView()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java110 private int mLayoutId; field in BaseActivity
120 mLayoutId = layoutId; in BaseActivity()
148 setContentView(mLayoutId); in onCreate()