Home
last modified time | relevance | path

Searched refs:layoutResId (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DEditTextFragment.java45 public static EditTextFragment newInstance(int layoutResId, int editTextResId) { in newInstance() argument
48 if (layoutResId == 0 || editTextResId == 0) { in newInstance()
51 args.putInt(EXTRA_LAYOUT_RES_ID, layoutResId); in newInstance()
90 int layoutResId = getArguments().getInt(EXTRA_LAYOUT_RES_ID, R.layout.edittext_fragment); in onCreateView() local
93 view = inflater.inflate(layoutResId, container, false); in onCreateView()
DDialogActivity.java272 protected void setLayoutProperties(int layoutResId, int contentAreaId, int actionAreaId) { in setLayoutProperties() argument
273 mLayoutResId = layoutResId; in setLayoutProperties()
/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java181 final int layoutResId = EditorUiUtils.getLayoutResourceId(mKind.mimeType); in createEditorView() local
183 view = mInflater.inflate(layoutResId, mEditors, false); in createEditorView()
187 layoutResId + " for MIME type " + mKind.mimeType + in createEditorView()
/packages/apps/Camera2/src/com/android/camera/ui/
DAbstractTutorialOverlay.java52 public AbstractTutorialOverlay(int layoutResId, CloseListener closeListener) { in AbstractTutorialOverlay() argument
53 mLayoutResId = layoutResId; in AbstractTutorialOverlay()
/packages/apps/Settings/src/com/android/settings/accessibility/
DListDialogPreference.java74 public void setListItemLayoutResource(int layoutResId) { in setListItemLayoutResource() argument
75 mListItemLayout = layoutResId; in setListItemLayoutResource()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java714 final int layoutResId = EditorUiUtils.getLayoutResourceId(dataKind.mimeType); in inflateEditorView() local
715 final View view = mInflater.inflate(layoutResId, mEditorContainerView, in inflateEditorView()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DRestrictedActivity.java127 void setContentView(int layoutResId); in setContentView() argument
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java1059 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { in createShortcut() argument
1060 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false); in createShortcut()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1490 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { in createShortcut() argument
1491 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false); in createShortcut()