HomeSort by relevance Sort by last modified time
    Searched refs:SELECTION (Results 1 - 25 of 38) sorted by null

1 2

  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 22 * Drawing styles are used to distinguish the visual appearance of selection,
35 SELECTION,
72 * of the view), when the hover happens to be the same object as the selection
159 * a bit to make them visible during a drag or selection).
  /packages/apps/Browser/src/com/android/browser/
AccountsChangedReceiver.java 37 private static final String SELECTION = Accounts.ACCOUNT_NAME + " IS NOT NULL";
57 SELECTION, null, null);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsFragment.java 46 private static final String SELECTION = Calendars.SYNC_EVENTS + "=?";
144 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
168 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
SelectCalendarsSyncFragment.java 53 private static final String SELECTION = Calendars.ACCOUNT_NAME + "=? AND "
168 getActivity(), Calendars.CONTENT_URI, PROJECTION, SELECTION, mArgs, SORT_ORDER);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 55 private static final String SELECTION =
125 CONTENT_URI, COUNT_PROJECTION, SELECTION, null, null);
171 CONTENT_URI, PROJECTION, SELECTION, null, ORDER);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 35 * The style definition corresponding to {@link DrawingStyle#SELECTION}
37 SELECTION(new RGB(0x00, 0x99, 0xFF), 192, new RGB(0x00, 0x99, 0xFF), 192, 1, SWT.LINE_SOLID),
247 case SELECTION:
248 return SELECTION;
SelectionOverlay.java 36 * The {@link SelectionOverlay} paints the current selection as an overlay.
52 * Set whether the selection overlay should be hidden. This is done during some
54 * selection bounds.
56 * @param hidden when true, hide the selection bounds, when false, unhide.
63 * Paints the selection.
66 * selection.
84 // The root selection is never painted
122 /** Paint hint for current selection */
201 gc.useStyle(DrawingStyle.SELECTION);
230 // Paint selection handles. These are painted in control coordinates on th
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 190 DirtyQuery.SELECTION,
384 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION,
520 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION,
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 107 private static final String SELECTION = History.URL
112 History.CONTENT_URI, PROJECTION, SELECTION,
118 Bookmarks.CONTENT_URI, PROJECTION, SELECTION,
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 202 final String SELECTION = "_id > ?";
205 SQLiteCursor cursor = (SQLiteCursor) mDatabase.query(TABLE_NAME, null, SELECTION,
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 78 private static final String SELECTION = CalendarAlerts.STATE + "=?";
93 String selection = CalendarAlerts.STATE + "=" + CalendarAlerts.STATE_FIRED; local
95 selection, null /* selectionArgs */, Utils.UNDO_DELAY);
101 String selection = CalendarAlerts._ID + "=" + id; local
103 selection, null /* selectionArgs */, Utils.UNDO_DELAY);
191 mQueryHandler.startQuery(0, null, uri, PROJECTION, SELECTION, SELECTIONARG,
  /packages/apps/Phone/src/com/android/phone/
CallerInfoCache.java 76 private static final String SELECTION = "("
214 PROJECTION, SELECTION, null, null);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 419 // Note: don't use selection args here. We just include all IDs directly in the selection,
540 public static final String SELECTION = RawContacts.CONTACT_ID + "=?";
553 RawContactIdAndAggregationModeQuery.SELECTION, mSelectionArgs1, null, null, null);
636 public static final String SELECTION = RawContacts._ID + "=?";
655 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION,
1638 final String selection = "(" + NameLookupColumns.NORMALIZED_NAME + " GLOB '" local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 55 SELECTION = 4,
138 // Returns the title with any instances of %s replaced by |selection|. The
140 string16 TitleWithReplacement(const string16& selection,
extension_context_menu_api.cc 56 } else if (value == "selection") {
57 tmp_result.Add(ExtensionMenuItem::SELECTION);
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 71 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR, FILE_UPLOAD_BUTTON, INPUT_PLACEHOLDER,
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 52 // SVG doesn't use the standard offset <-> position selection system, as it's not suitable for SVGs complex needs.
53 // vertical text selection, inline boxes spanning multiple lines (contrary to HTML, etc.)
83 // SVG doesn't use the offset <-> position selection system.
200 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
280 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
685 // Fast path if there is no selection, just draw the whole chunk part using the regular style
692 // Eventually draw text using regular style until the start position of the selection
696 // Draw text using selection style from the start to the end position of the selection
706 // Eventually draw text using regular style from the end position of the selection to the end of the current chunk par
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 618 * {@link ContentUris#withAppendedId}) or as the first selection item--the
619 * selection should start with "_id=?" and the first selectionArg should be
620 * the _id of the calendar. Calendars may also be updated using a selection
626 * on the Uri or using any standard selection. Deleting a calendar should
632 * matches the query selection, or at most a single row if the {@link #_ID}
2278 String selection = ALARM_TIME + ">=" + millis; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 124 return SELECTION;
301 DEFINE_STATIC_LOCAL(AtomicString, selection, ("selection"));
400 nameToPseudoType->set(selection.impl(), CSSSelector::PseudoSelection);
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
InlineTextBox.cpp 143 // If there are ellipsis following, make sure their selection is updated.
150 // the selection is past the beginning of the truncation and the
151 // beginning of the selection is before or at the beginning of the
492 // When only painting the selection, don't bother to paint if there is none.
543 // 1. Paint backgrounds behind text if needed. Examples of such backgrounds include selection
618 if (RenderStyle* pseudoStyle = renderer()->getCachedPseudoStyle(SELECTION)) {
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 212 (has_selection && contexts.Contains(ExtensionMenuItem::SELECTION)) ||
469 // When no special node or text is selected and selection has no link,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 

Completed in 4876 milliseconds

1 2