HomeSort by relevance Sort by last modified time
    Searched refs:setSelection (Results 51 - 75 of 370) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
QueryTextView.java 58 setSelection(length());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 100 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
120 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
195 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
210 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 89 item.setSelection(current == device);
137 deviceItem.setSelection(current == device);
166 item.setSelection(current == device);
179 item.setSelection(current == device);
TargetMenuListener.java 88 menuItem.setSelection(true);
114 item.setSelection(true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 106 mProjectList.setSelection(new Object[] { project });
112 mProjectList.setSelection(new int[0]);
124 mCurrentRadioButton.setSelection(mValues.testingSelf);
125 mExistingRadioButton.setSelection(!mValues.testingSelf);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 90 mCustomIconToggle.setSelection(true);
93 mCustomIconToggle.setSelection(mValues.createIcon);
100 mCreateActivityToggle.setSelection(mValues.createActivity);
107 mLibraryToggle.setSelection(true);
110 mLibraryToggle.setSelection(mValues.isLibrary);
151 mUseDefaultLocationToggle.setSelection(mValues.useDefaultLocation);
163 mUseDefaultLocationToggle.setSelection(!en);
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 161 Selection.setSelection(buffer, 0);
171 Selection.setSelection(buffer, buffer.length());
302 Selection.setSelection(text, 0);
310 Selection.setSelection(text, text.length());
313 Selection.setSelection(text, text.length());
QwertyKeyListener.java 102 Selection.setSelection(content, 0, 0);
158 Selection.setSelection(content, selStart, selEnd);
188 Selection.setSelection(content, selEnd);
218 Selection.setSelection(content, selEnd);
234 Selection.setSelection(content, oldStart, selEnd);
LinkMovementMethod.java 156 Selection.setSelection(buffer, bestend, beststart);
178 Selection.setSelection(buffer, beststart, bestend);
214 Selection.setSelection(buffer,
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 157 mList.setSelection(mState.getInt(SLIDE_INDEX, 0));
264 mList.setSelection(position - 1);
271 mList.setSelection(position + 1);
316 mList.setSelection(mSlideshowModel.size() - 1);
447 mList.setSelection(position - 1);
454 mList.setSelection(position + 1);
  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 100 Selection.setSelection(spannable, 0, spannable.length());
113 Selection.setSelection(spannable, 0, spannable.length());
123 Selection.setSelection(spannable, 0, spannable.length());
151 Selection.setSelection(mSpannable, mSpannable.getSpanStart(mClickable0),
161 Selection.setSelection(mSpannable, mSpannable.getSpanEnd(mClickable0),
180 Selection.setSelection(mSpannable, mSpannable.getSpanEnd(mClickable0),
190 Selection.setSelection(mSpannable, mSpannable.getSpanEnd(mClickable0),
442 Selection.setSelection(spannable, 0, spannable.length());
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputConnectionWrapperTest.java 81 wrapper.setSelection(0, 10);
212 public boolean setSelection(int start, int end) {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader3.java 59 mRssList.setSelection(savedInstanceState.getInteger("lastIndexItem"));
142 mRssList.setSelection(mRssList.getCount() - 1);
MyRssReader4.java 69 mRssList.setSelection(savedInstanceState.getInteger("lastIndexItem"));
161 mRssList.setSelection(mRssList.getCount() - 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 218 mAutoTargetButton.setSelection(true);
424 mAutoTargetButton.setSelection(mode == TargetMode.AUTO);
425 mManualTargetButton.setSelection(mode == TargetMode.MANUAL);
426 mAllDevicesTargetButton.setSelection(multipleDevices);
486 mPreferredAvdSelector.setSelection(targetAvd);
488 mPreferredAvdSelector.setSelection(null);
497 mWipeDataButton.setSelection(value);
505 mNoBootAnimButton.setSelection(value);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CursorLoaderTest.java 46 cursorLoader.setSelection(selection);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
KeyboardInterpreter.java 77 mTable.setSelection(mTable.getFocus());
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextViewTest.java 96 m.setSelection(0, c.length());
169 multiAutoCompleteTextView.setSelection(0, 12);
187 multiAutoCompleteTextView.setSelection(0, text.length());
  /external/webkit/Source/WebCore/editing/
SelectionController.h 79 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity, DirectionalityPolicy = MakeDirectionalSelection);
80 void setSelection(const VisibleSelection& selection, TextGranularity granularity, DirectionalityPolicy directionality = MakeDirectionalSelection) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity, directionality); }
SelectionController.cpp 97 setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), options, align);
105 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), options);
113 setSelection(VisibleSelection(pos, affinity), options);
122 setSelection(selection, options);
130 setSelection(VisibleSelection(base, extent, affinity), options);
133 void SelectionController::setSelection(const VisibleSelection& s, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity, DirectionalityPolicy directionalityPolicy)
156 // <http://bugs.webkit.org/show_bug.cgi?id=23464>: Infinite recursion at SelectionController::setSelection
161 document->frame()->selection()->setSelection(s, options);
277 setSelection(VisibleSelection(), 0);
328 setSelection(newSelection, 0)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 82 mUseExistingKey.setSelection(true);
147 mUseExistingKey.setSelection(true);
148 mCreateKey.setSelection(false);
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 405 selection->setSelection(VisibleSelection(r));
416 selection->setSelection(VisibleSelection(r->startPosition(), range->endPosition(), DOWNSTREAM));
419 selection->setSelection(VisibleSelection(r));
426 selection->setSelection(VisibleSelection(range.get()));
429 selection->setSelection(VisibleSelection(range->startPosition(), r->endPosition(), DOWNSTREAM));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 124 m_spinner.setSelection(25);
140 m_spinner.setSelection(25);
210 setSelection(Math.max(m_value, m_minimum));
218 setSelection(Math.min(m_value, m_maximum));
234 public void setSelection(int newValue) {
278 setSelection(newValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 332 setSelection(initialElement == null ? null : new ElementDescriptor[] { initialElement });
352 radio1.setSelection(false);
353 radio2.setSelection(true);
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 187 mSpinner.setSelection(INITIAL_POSITION);

Completed in 555 milliseconds

1 23 4 5 6 7 8 91011>>