Home
last modified time | relevance | path

Searched defs:setSelection (Results 1 – 16 of 16) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowEditText.java51 public void setSelection(int index) { in setSelection() method in ShadowEditText
57 public void setSelection(int start, int end) { in setSelection() method in ShadowEditText
DShadowAbsSpinner.java27 public void setSelection(int position, boolean animate) { in setSelection() method in ShadowAbsSpinner
DShadowCursorLoader.java58 public void setSelection(String selection) { in setSelection() method in ShadowCursorLoader
DShadowAdapterView.java227 public void setSelection(final int position) { in setSelection() method in ShadowAdapterView
DShadowTextView.java488 public void setSelection(int index) { in setSelection() method in ShadowTextView
492 public void setSelection(int start, int end) { in setSelection() method in ShadowTextView
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImplMac.java51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImplMac
DButtonPropertyEditorPresentation.java58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentation
DButtonPropertyEditorPresentationImpl.java82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImpl
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h76 void setSelection(Graph::NodeItr nItr, unsigned selection) { in setSelection() function
/external/skia/legacy/src/views/
DSkListWidget.cpp72 void SkListView::setSelection(int index) in setSelection() function in SkListView
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.h283 STDMETHODIMP setSelection(LONG selection_index, in setSelection() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCSpinner.java234 public void setSelection(int newValue) { in setSelection() method in CSpinner
/external/webkit/Source/WebCore/rendering/
DRenderView.cpp408 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, Sel… in setSelection() function in WebCore::RenderView
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java1006 public void setSelection(ISelection selection) { in setSelection() method in PropertyTable
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp133 void SelectionController::setSelection(const VisibleSelection& s, SetSelectionOptions options, Curs… in setSelection() function in WebCore::SelectionController
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp2212 void WebViewCore::setSelection(Node* node, int start, int end) in setSelection() function in android::WebViewCore
2226 void WebViewCore::setSelection(int start, int end) in setSelection() function in android::WebViewCore