Searched refs:contents (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderInfo.java36 ArrayList<ShortcutInfo> contents = new ArrayList<ShortcutInfo>(); field in class:FolderInfo
50 contents.add(item);
63 contents.remove(item);
H A DFocusHelper.java88 final ViewGroup contents = tabHost.getTabContentView();
108 contents.requestFocus();
119 * Returns the Viewgroup containing page contents for the page at the index specified.
444 final ViewGroup contents = tabHost.getTabContentView();
481 contents.requestFocus();
H A DFolder.java355 ArrayList<ShortcutInfo> children = info.contents;
948 ShortcutInfo finalItem = mInfo.contents.get(0);
H A DFolderIcon.java427 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
H A DWorkspace.java3666 for (ShortcutInfo s : info.contents) {
3729 final ArrayList<ShortcutInfo> contents = info.contents;
3730 final int contentsCount = contents.size();
3735 final ShortcutInfo appInfo = contents.get(k);
H A DLauncherModel.java737 * Remove the contents of the specified folder from the database
757 for (ItemInfo childInfo : info.contents) {
968 * Runnable for the thread that loads the contents of the launcher:
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderInfo.java36 ArrayList<ShortcutInfo> contents = new ArrayList<ShortcutInfo>(); field in class:FolderInfo
50 contents.add(item);
63 contents.remove(item);
H A DFocusHelper.java87 final ViewGroup contents = tabHost.getTabContentView();
107 contents.requestFocus();
118 * Returns the Viewgroup containing page contents for the page at the index specified.
443 final ViewGroup contents = tabHost.getTabContentView();
480 contents.requestFocus();
H A DFolderIcon.java443 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
H A DFolder.java371 ArrayList<ShortcutInfo> children = info.contents;
1054 ShortcutInfo finalItem = mInfo.contents.get(0);
H A DLauncherModel.java997 * Remove the contents of the specified folder from the database
1017 for (ItemInfo childInfo : info.contents) {
1255 * Runnable for the thread that loads the contents of the launcher:
2763 for (ShortcutInfo s : info.contents) {
/packages/apps/Settings/src/com/android/settings/
H A DMasterClear.java149 * to change contents.
198 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts);
199 contents.removeAllViews();
208 contents.setVisibility(View.GONE);
243 contents, false);
248 contents.addView(child);
252 contents.setVisibility(View.VISIBLE);
/packages/apps/Browser/tools/
H A Dget_search_engines.py243 # Load the template file and insert the new contents before the last line.
246 contents = template_text[0:pos] + ''.join(text) + template_text[pos:]
250 engines_dom = minidom.parseString(contents)
257 file.write(contents)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DSparseTable.java199 final byte[] contents = new byte[(int) file.length()];
203 inStream.read(contents);
209 return contents;
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java747 View contents = View.inflate(context, R.layout.delete_thread_dialog_view, null);
748 TextView msg = (TextView)contents.findViewById(R.id.message);
759 final CheckBox checkbox = (CheckBox)contents.findViewById(R.id.delete_locked);
778 .setView(contents)
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java1730 private void asyncUpdateDraftSmsMessage(final Conversation conv, final String contents, argument
1745 updateDraftSmsMessage(conv, contents);
1753 private void updateDraftSmsMessage(final Conversation conv, String contents) { argument
1756 LogTag.debug("updateDraftSmsMessage tid=%d, contents=\"%s\"", threadId, contents);
1766 values.put(Sms.BODY, contents);

Completed in 280 milliseconds