HomeSort by relevance Sort by last modified time
    Searched refs:selection (Results 251 - 275 of 507) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 96 * Called when the provided part has changed selection state.
98 * Only reply when our master part originates the selection.
100 public void selectionChanged(IFormPart part, ISelection selection) {
102 !selection.isEmpty() &&
103 selection instanceof ITreeSelection) {
104 ITreeSelection tree_selection = (ITreeSelection) selection;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 144 // event are received for both selection and deselection, so we only process
145 // the selection event to avoid doing it twice.
159 // event are received for both selection and deselection, so we only process
160 // the selection event to avoid doing it twice.
189 // event are received for both selection and deselection, so we only process
190 // the selection event to avoid doing it twice.
220 int selection = mActivityCombo.getSelectionIndex(); local
221 if (mActivities != null && selection >=0 && selection < mActivities.size()) {
223 mActivities.get(selection).getName())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 89 public void init(IWorkbench workbench, IStructuredSelection selection) {
111 // Skip the test target selection page unless creating a test project
  /frameworks/base/core/java/android/content/
ContentResolver.java 281 * explicit values in the {@code selection} parameter, so that queries
291 * @param selection A filter declaring which rows to return, formatted as an
294 * @param selectionArgs You may include ?s in selection, which will be
296 * appear in the selection. The values will be bound as Strings.
304 String selection, String[] selectionArgs, String sortOrder) {
311 Cursor qCursor = provider.query(uri, projection, selection, selectionArgs, sortOrder);
319 maybeLogQueryToEventLog(durationMillis, uri, projection, selection, sortOrder);
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 621 * @param selection A where clause (can be null) to select particular conv items.
623 public static void startQuery(AsyncQueryHandler handler, int token, String selection) {
632 ALL_THREADS_PROJECTION, selection, null, Conversations.DEFAULT_SORT_ORDER);
647 String selection = deleteAll ? null : "locked=0"; local
649 handler.startDelete(token, null, uri, selection, null);
660 String selection = deleteAll ? null : "locked=0"; local
662 handler.startDelete(token, null, Threads.CONTENT_URI, selection, null);
678 String selection = null; local
687 // We have to build the selection arg into the selection because deep down i
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 694 * saves the current selection in a text file.
720 // get the current table and its selection
723 int[] selection = currentTable.getSelectionIndices(); local
726 Arrays.sort(selection);
728 // loop on the selection and output the file.
732 for (int i : selection) {
775 * Copies the current selection of the current filter as multiline text.
780 // get the current table and its selection
849 * Copies the current selection of a Table into the provided Clipboard, as
856 int[] selection = table.getSelectionIndices() local
1590 int[] selection = table.getSelectionIndices(); local
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.cc 29 const std::vector<const BookmarkNode*>& selection)
35 selection_(selection),
283 // Paste to selection from the Bookmark Bar, to parent_ everywhere else
  /external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.cc 405 // It is possible that we have removed the current selection; run selection
470 // because the selection is initially empty.
522 // |selection| is owned by |treeview_|.
523 GtkTreeSelection* selection = gtk_tree_view_get_selection( local
525 gtk_tree_selection_set_mode(selection, GTK_SELECTION_MULTIPLE);
526 g_signal_connect(selection, "changed",
793 GtkTreeSelection* selection = gtk_tree_view_get_selection( local
797 GList* paths = gtk_tree_selection_get_selected_rows(selection, &model);
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.cc 28 const std::vector<const BookmarkNode*>& selection)
34 selection_(selection),
269 // Paste to selection from the Bookmark Bar, to parent_ everywhere else
  /external/stlport/test/eh/
intel45.mak 56 #Library selection should be BEFORE debug processing!!!
  /external/webkit/Source/WebCore/page/
Frame.h 116 SelectionController* selection() const;
310 inline SelectionController* Frame::selection() const function in class:WebCore::Frame
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 540 final String selection = "(" + COOKIES_DOMAIN_COL local
545 columns, selection, new String[] { domain }, null, null,
977 final String selection = "(" + PASSWORD_HOST_COL + " == ?)"; local
1073 final String selection = "(" + HTTPAUTH_HOST_COL + " == ?) AND (" local
1138 final String selection = "(" + FORMURL_URL_COL + " == ?)"; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 91 public boolean init(final Uri contentUri, final String selection,
102 contentUri, projection, selection, selectionArgs, sortOrder);
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetProvider.java 169 String selection = String.format("%s=%d", FIELD_APPWIDGET_ID, local
171 c = db.query(TABLE_PHOTOS, PHOTOS_PROJECTION, selection, null,
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 186 // TODO ContentResolver.query() appends closing ')' to the selection argument
210 String selection = Mms.CONTENT_LOCATION + " = ?"; local
215 selection, selectionArgs, null);
RetrieveTransaction.java 198 String selection = "(" + Mms.MESSAGE_ID + " = ? AND " local
205 selection, selectionArgs, null);
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 212 String selection = Sms.ADDRESS + " = ? AND " + Sms.PROTOCOL + " = ?"; local
217 REPLACE_PROJECTION, selection, selectionArgs, null);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 63 public static EntitySet fromQuery(ContentResolver resolver, String selection,
66 RawContactsEntity.CONTENT_URI, null, selection, selectionArgs,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserUnigramDictionary.java 209 private Cursor query(String selection, String[] selectionArgs) {
216 Cursor c = qb.query(db, null, selection, selectionArgs, null, null,
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 104 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
134 Cursor c = qb.query(db, projection, selection, selectionArgs, null, null, orderBy);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddCompatibilityJarAction.java 96 public void selectionChanged(IAction action, ISelection selection) {
97 mSelection = selection;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 51 * Removes the layout surrounding the current selection (or if the current selection has
67 public UnwrapRefactoring(IFile file, LayoutEditor editor, ITextSelection selection,
69 super(file, editor, selection, treeSelection);
86 status.addFatalError("No selection to wrap");
90 // Make sure that the selection all has the same parent?
101 // it's the selection itself which represents the container.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 59 ITextSelection selection = new TextSelection(start, length); local
62 selection);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 99 // Test extracting on a range selection inside an element: should extract just
100 // the attributes that overlap the selection
129 // Check extract style on a selection of elements
173 ITextSelection selection = new TextSelection(beginOffset, endOffset - beginOffset); local
175 layoutEditor, selection, null);
  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 211 // from frame->selection->start() can blow us from underneath. Also, function ordering is
213 return RenderTextControl::indexForVisiblePosition(innerText, frame->selection()->start());
224 // from frame->selection->end() can blow us from underneath. Also, function ordering is
226 return RenderTextControl::indexForVisiblePosition(innerText, frame->selection()->end());
266 frame->selection()->setSelection(newSelection);
296 PassRefPtr<Range> RenderTextControl::selection(int start, int end) const function in class:WebCore::RenderTextControl
606 if (frame->selection()->isRange() && userTriggered)

Completed in 1025 milliseconds

<<11121314151617181920>>