/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
FixProjectAction.java | 81 public void selectionChanged(IAction action, ISelection selection) { 82 mSelection = selection;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionItem.java | 34 * Represents one selection in {@link LayoutCanvas}. 44 /** Current selection border rectangle. Null when mCanvasViewInfo is null . */ 47 /** The node proxy for drawing the selection. Null when mCanvasViewInfo is null. */ 50 /** The resize policy for this selection item */ 53 /** The selection handles for this item */ 78 * Returns true when this selection item represents the root, the top level 118 * Returns the selection border rectangle. Cannot be null. 120 * @return the selection border rectangle, never null 126 /** Returns the node associated with this selection (may be null) */ 132 /** Returns the canvas associated with this selection (never null) * [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewExportPart.java | 95 StructuredSelection selection = new StructuredSelection(project); 98 wizard.init(PlatformUI.getWorkbench(), selection);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
RenamePackageAction.java | 59 * selection) 75 public void selectionChanged(IAction action, ISelection selection) { 76 mSelection = selection;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizard.java | 112 public void init(IWorkbench workbench, IStructuredSelection selection) { 113 mSelection = selection; 150 // Skip the test target selection page unless creating a test project
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadProvider.java | 1077 SqlSelection selection = getWhereClause(uri, where, whereArgs, match); local 1119 SqlSelection selection = new SqlSelection(); local 1152 SqlSelection selection = getWhereClause(uri, where, whereArgs, match); local [all...] |
/dalvik/vm/mterp/armv5te/ |
entry.S | 80 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ChangedContacts.java | 179 String selection = ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP + " > ?"; local 182 selection, bindArgs, ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP 194 String selection = ContactsContract.DeletedContacts.CONTACT_DELETED_TIMESTAMP + " > ?"; local 197 selection, bindArgs, ContactsContract.DeletedContacts.CONTACT_DELETED_TIMESTAMP +
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.h | 53 State(const CHARRANGE& selection, 55 : selection(selection), 59 const CHARRANGE selection; member in struct:AutocompleteEditViewWin::State 317 // |cpMax| if the cursor is at the start rather than the end of the selection 318 // (in other words, tracks selection direction as well as offsets). 325 // Like SetSel(), but respects the selection direction implied by |start| and 327 // beginning of the selection. 335 // Places the caret at the given position. This clears any selection. 338 // Returns true if |sel| represents a forward or backward selection of all th [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
charger_replacement.css | 73 #charger-selection { 80 #charger-selection img {
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | 412 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection) 414 if (selection.selection() != newSelection) 415 selection.setSelection(newSelection); 426 static VisibleSelection expandSelectionToRespectUserSelectAll(Node* targetNode, const VisibleSelection& selection) 430 return selection; 432 VisibleSelection newSelection(selection); 439 bool EventHandler::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity) 447 if (selection.isRange()) 454 m_frame->selection().setNonDirectionalSelectionIfNeeded(selection, granularity) 2832 FrameSelection& selection = m_frame->selection(); local [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
native_textfield_views.cc | 130 // Expand the selection so the initially selected word remains selected. 131 gfx::Range selection = GetRenderText()->selection(); local 132 const size_t min = std::min(selection.GetMin(), 134 const size_t max = std::max(selection.GetMax(), 136 const bool reversed = selection.is_reversed(); 137 selection.set_start(reversed ? max : min); 138 selection.set_end(reversed ? min : max); 139 model_->SelectRange(selection); 152 // Cancel suspected drag initiations, the user was clicking in the selection 279 const gfx::Range& selection = GetRenderText()->selection(); local [all...] |
/external/chromium_org/win8/delegate_execute/ |
command_execute_impl.h | 78 STDMETHOD(GetSelection)(REFIID riid, void** selection);
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SuggestionProvider.java | 63 public Cursor query(Uri url, String[] projectionIn, String selection,
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertActivity.java | 84 private static final String SELECTION = CalendarAlerts.STATE + "=?"; 99 String selection = CalendarAlerts.STATE + "=" + CalendarAlerts.STATE_FIRED; local 101 selection, null /* selectionArgs */, Utils.UNDO_DELAY); 128 String selection = CalendarAlerts._ID + "=" + id; local 130 selection, null /* selectionArgs */, Utils.UNDO_DELAY); 236 mQueryHandler.startQuery(0, null, uri, PROJECTION, SELECTION, SELECTIONARG,
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlarmSchedulerTest.java | 115 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 123 selection)) { 128 msg += selection; 135 return super.query(uri, projection, selection, selectionArgs, sortOrder); 140 * Optionally set up expectation for the reminders query selection.
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Thumbnail.java | 201 String selection = ImageColumns.MIME_TYPE + "='image/jpeg' AND " + local 207 cursor = resolver.query(query, projection, selection, null, order); 227 String selection = VideoColumns.BUCKET_ID + '=' + Storage.BUCKET_ID; local 232 cursor = resolver.query(query, projection, selection, null, order);
|
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/ |
CrashingSuggestionProvider.java | 48 public Cursor query(Uri uri, String[] projectionIn, String selection,
|
HangingSuggestionProvider.java | 43 public Cursor query(Uri uri, String[] projectionIn, String selection,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
GradleExportWizard.java | 66 public void init(IWorkbench workbench, IStructuredSelection selection) {
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.h | 96 const VisibleSelection& selection() const { return m_selection; } function in class:WebCore::FrameSelection 98 void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity); } 132 // Return the renderer that is responsible for painting the caret (in the selection start node)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTreeAsText.cpp | 771 VisibleSelection selection = frame->selection().selection(); 772 if (selection.isCaret()) { 773 ts << "caret: position " << selection.start().deprecatedEditingOffset() << " of " << nodePosition(selection.start().deprecatedNode()); 774 if (selection.affinity() == UPSTREAM) 777 } else if (selection.isRange()) 778 ts << "selection start: position " << selection.start().deprecatedEditingOffset() << " of " << nodePosition(selection.start().deprecatedNode()) << (…) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
LayerTree.js | 193 var selection = document.createElement("div"); 194 selection.className = "selection"; 195 this.listItemElement.insertBefore(selection, this.listItemElement.firstChild); 204 title.createChild("div", "selection");
|
/frameworks/base/core/java/android/content/ |
ContentProviderNative.java | 95 // String selection, String[] selectionArgs... 96 String selection = data.readString(); local 112 Cursor cursor = query(callingPkg, url, projection, selection, selectionArgs, 196 String selection = data.readString(); local 199 int count = delete(callingPkg, url, selection, selectionArgs); 212 String selection = data.readString(); local 215 int count = update(callingPkg, url, values, selection, selectionArgs); 378 public Cursor query(String callingPkg, Uri url, String[] projection, String selection, 397 data.writeString(selection); 522 public int delete(String callingPkg, Uri url, String selection, String[] selectionArgs [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | [all...] |