Searched refs:mLayoutResId (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DAbstractTutorialOverlay.java40 private final int mLayoutResId; field in class:AbstractTutorialOverlay
53 mLayoutResId = layoutResId;
72 onInflated(inflater.inflate(mLayoutResId, placeHolder));
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DDialogActivity.java104 private int mLayoutResId = R.layout.two_pane_dialog_frame; field in class:DialogActivity
191 mContent = helium.inflate(mLayoutResId, null);
193 if (mLayoutResId == R.layout.two_pane_dialog_frame) {
231 if (mLayoutResId == R.layout.two_pane_dialog_frame) {
273 mLayoutResId = layoutResId;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java477 private int mLayoutResId; field in class:ContactTileAdapter.ContactTileRow
482 mLayoutResId = getLayoutResourceId(mItemViewType);
506 contactTile = (ContactTileView) inflate(mContext, mLayoutResId, null);

Completed in 114 milliseconds