/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/ |
SampleProvider.java | 37 public int delete(Uri uri, String selection, String[] selectionArgs) { 61 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 145 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
|
/packages/apps/Mms/src/com/android/mms/ |
TempFileProvider.java | 43 String selection, String[] selectionArgs, String sortOrder) { 53 public int delete(Uri uri, String selection, String[] selectionArgs) { 59 String selection, String[] selectionArgs) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
FromAddressSpinner.java | 150 ReplyFromAccount selection = (ReplyFromAccount) getItemAtPosition(position); local 152 if (!selection.name.equals(mAccount.name)) { 153 mAccount = selection;
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PicasaSource.java | 108 String selection = PICASA_ALBUM_ID + " = '" + data.albumId + "'"; local 115 projection, selection, null, null); 193 StringBuilder selection = new StringBuilder(); local 197 if (selection.length() > 0) { 198 selection.append(" OR "); 201 selection.append(PICASA_ALBUM_ID + " = '" + albumId + "'"); 208 if (selection.length() == 0) { 212 log(TAG, "selection is (" + selection.length() + "): " + selection.toString()) 291 String selection = (PICASA_ALBUM_USER + " = '" + parts[2] + "' AND " + local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MarqueeGesture.java | 31 * A {@link MarqueeGesture} is a gesture for swiping out a selection rectangle. 33 * instead of added to the new selection set. 42 /** A copy of the initial selection, when we're toggling the marquee. */ 46 * Creates a new marquee selection (selection swiping). 48 * @param canvas The canvas where selection is performed. 56 List<SelectionItem> selection = canvas.getSelectionManager().getSelections(); local 57 mInitialSelection = new ArrayList<CanvasViewInfo>(selection.size()); 58 for (SelectionItem item : selection) { 79 // Compute selection overlap [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewActivityWizard.java | 62 public void init(IWorkbench workbench, IStructuredSelection selection) { 63 super.init(workbench, selection); 71 List<IProject> projects = AdtUtils.getSelectedProjects(selection);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchShortcut.java | 43 public void launch(ISelection selection, String mode) { 44 if (!(selection instanceof IStructuredSelection)) { 48 Object s = ((IStructuredSelection) selection).getFirstElement();
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 53 * <p>A XPath-like selection pattern is used to select some nodes in the XML document. Each such 66 * <h2>Node selection syntax</h2> 67 * The node selection syntax is made of the concatenation of an arbitrary number (at least one) of 68 * <code>/node_name</code> node selection patterns. 87 * <p>Use a syntax similar to the selection syntax described above to select the text associated 120 * A selection pattern of <code>/library//book</code> will match the three book entries (while 165 * @param selection A selection pattern which will select the nodes that will create the 173 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 192 XMLCursor xmlCursor = new XMLCursor(selection, projection) [all...] |
/external/replicaisland/tools/ |
ExtractPoints.js | 233 newDoc.selection.select(lineArray); 234 newDoc.selection.stroke(black, 2); 260 newDoc.selection.select(tileCenterArray); 261 newDoc.selection.fill(redColor); 273 newDoc.selection.select(centerArray); 274 newDoc.selection.fill(greenColor);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailContentProvider.java | 107 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 110 SelectionBuilder selectionBuilder = new SelectionBuilder(selection); 117 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { 119 SelectionBuilder selectionBuilder = new SelectionBuilder(selection); 126 public int delete(Uri uri, String selection, String[] selectionArgs) { 128 SelectionBuilder selectionBuilder = new SelectionBuilder(selection); 391 * Creates a clause to restrict the selection to the calling provider or null if the caller has
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 51 * A selection dialog to select the type of the new element node to 56 /** The UI node selected in the tree view before creating the new item selection dialog. 73 /** The potential XML Name to initially select in the selection dialog. This is computed 78 * Creates the new item selection dialog. 112 public IStatus validate(Object[] selection) { 113 if (selection.length == 1 && selection[0] instanceof ViewElementDescriptor) { 117 ((ViewElementDescriptor) selection[0]).getFullClassName(), //msg 119 } else if (selection.length == 1 && selection[0] instanceof ElementDescriptor) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceExplorerView.java | 67 * The view listener to change in selection in the workbench, and update to show the resource 112 // listen to selection change in the workbench. 117 // init with current selection 127 IStructuredSelection selection = (IStructuredSelection) sel; 129 if (selection.size() == 1) { 130 Object element = selection.getFirstElement(); 184 * Processes a new selection. 187 public void selectionChanged(IWorkbenchPart part, ISelection selection) { 202 } else if (selection instanceof IStructuredSelection) { 203 // if it's not an editor, we look for structured selection [all...] |
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/ |
ContactablesLoaderCallbacks.java | 63 String selection = local 73 selection, // selection - Which rows to return (condition rows must match) 74 null, // selection args - can be provided separately and subbed into selection.
|
/developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/ |
ContactablesLoaderCallbacks.java | 63 String selection = local 73 selection, // selection - Which rows to return (condition rows must match) 74 null, // selection args - can be provided separately and subbed into selection.
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactManager.java | 109 String selection = ContactsContract.Contacts.IN_VISIBLE_GROUP + " = '" + local 114 return managedQuery(uri, projection, selection, selectionArgs, sortOrder);
|
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/ |
ContactablesLoaderCallbacks.java | 63 String selection = local 73 selection, // selection - Which rows to return (condition rows must match) 74 null, // selection args - can be provided separately and subbed into selection.
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_tree.h | 45 void GetSelectedIndices(GtkTreeSelection* selection, std::set<int>* out); 107 static gboolean OnSelectionFilter(GtkTreeSelection* selection,
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_tree.h | 46 void GetSelectedIndices(GtkTreeSelection* selection, std::set<int>* out); 108 static gboolean OnSelectionFilter(GtkTreeSelection* selection,
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu.cc | 41 const std::vector<const BookmarkNode*>& selection, 45 browser, profile, page_navigator, parent, selection)),
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InsertListCommand.cpp | 84 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag) 86 VisiblePosition start = selection.visibleStart(); 91 VisiblePosition end = startOfParagraph(selection.visibleEnd()); 117 // When a selection ends at the start of a paragraph, we rarely paint 118 // the selection gap before that paragraph, because there often is no gap. 119 // In a case like this, it's not obvious to the user that the selection 130 VisibleSelection selection = selectionForParagraphIteration(endingSelection()); local 131 ASSERT(selection.isRange()); 132 VisiblePosition startOfSelection = selection.visibleStart(); 133 VisiblePosition endOfSelection = selection.visibleEnd() [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
ContextMenuClientImpl.cpp | 110 // the selection only when there were no selected characters on OS X. 113 // First select from selectedText to check for multiple word selection. 116 // If some texts were already selected, we don't change the selection. 124 // Selection is empty, so change the selection to the word under the cursor. 139 // selected. Set the selection to that position only, and do not expand. 141 selectedFrame->selection().setSelection(VisibleSelection(pos)); 143 // On non-Mac, right-click should not make a range selection in any case. 144 selectedFrame->selection().setSelection(VisibleSelection(pos)); 156 VisibleSelection selection = selectedFrame->selection().selection() local [all...] |
/external/chromium_org/ui/base/x/ |
selection_owner.cc | 54 // The X server agrees that we are the selection owner. Commit our data. 67 // Incrementally build our selection. By default this is a refusal, and we'll 72 reply.xselection.selection = event.selection; 77 // Get the proper selection.
|
/external/chromium_org/ui/gfx/ |
render_text_win.h | 74 const SelectionModel& selection, 77 const SelectionModel& selection, 112 // The returned value represents a cursor/caret position without a selection.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteDatabase.java | 115 String selection, String[] selectionArgs, String groupBy, 118 String where = selection; 119 if (selection != null && selectionArgs != null) { 120 where = buildWhereClause(selection, selectionArgs); 140 public Cursor query(String table, String[] columns, String selection, 143 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, null); 147 public Cursor query(String table, String[] columns, String selection, 150 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit);
|
/frameworks/base/core/java/android/database/sqlite/ |
SqliteWrapper.java | 57 String[] projection, String selection, String[] selectionArgs, String sortOrder) { 59 return resolver.query(uri, projection, selection, selectionArgs, sortOrder);
|