HomeSort by relevance Sort by last modified time
    Searched full:selection_end (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 172 size_t selection_start, selection_end; local
174 &selection_end);
176 EXPECT_EQ(1U, selection_end);
189 size_t selection_start, selection_end; local
191 &selection_end);
193 EXPECT_EQ(1U, selection_end);
207 size_t selection_start, selection_end; local
209 &selection_end);
211 EXPECT_EQ(1U, selection_end);
225 size_t selection_start, selection_end; local
244 size_t selection_start, selection_end; local
    [all...]
autocomplete_edit.h 160 // of the selection e.g. min(selection_start, selection_end). |text| is the
329 size_t selection_end,
autocomplete_edit.cc 741 size_t selection_end,
783 const bool no_selection = selection_start == selection_end;
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
MetaKeyKeyListenerTest.java 43 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
49 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
55 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
68 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
74 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
80 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
91 content.setSpan( Selection.SELECTION_END, len, len, Spanned.SPAN_POINT_POINT);
94 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_END));
100 content.setSpan( Selection.SELECTION_END, len, len, Spanned.SPAN_POINT_POINT);
103 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_END));
    [all...]
MultiTapKeyListenerTest.java 88 multiTapKeyListener.onSpanChanged(text, Selection.SELECTION_END, 0, 0, 0, 0);
91 multiTapKeyListener.onSpanChanged(null, Selection.SELECTION_END, 0, 0, 0, 0);
TextKeyListenerTest.java 160 textKeyListener.onSpanChanged(text, Selection.SELECTION_END, 0, 0, 0, 0);
163 textKeyListener.onSpanChanged(null, Selection.SELECTION_END, 0, 0, 0, 0);
  /frameworks/base/core/java/android/text/
Selection.java 50 return ((Spanned) text).getSpanStart(SELECTION_END);
78 text.setSpan(SELECTION_END, stop, stop,
101 if (text.getSpanStart(SELECTION_END) != index)
102 text.setSpan(SELECTION_END, index, index, Spanned.SPAN_POINT_POINT);
110 text.removeSpan(SELECTION_END);
466 public static final Object SELECTION_END = new END();
SpannableStringBuilder.java 491 setSpan(false, Selection.SELECTION_END, selectionEnd, selectionEnd,
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 92 final int SELECTION_END = 19;
100 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
103 SELECTION_START, SELECTION_END, -1, -1);
112 final int SELECTION_END = 19;
120 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
123 SELECTION_START, SELECTION_END, -1, -1);
  /external/chromium/chrome/browser/
accessibility_events.h 197 const std::string& value, int selection_start, int selection_end) {
200 selection_end_ = selection_end;
206 int selection_end() const { return selection_end_; } function in class:AccessibilityTextBoxInfo
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler_unittest.cc 20 int selection_end,
22 textbox_info->SetValue(value, selection_start, selection_end);
wizard_accessibility_handler.cc 166 previous_text_selection_end_ = text_box->selection_end();
285 int new_end = text_box->selection_end();
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 259 info.SetValue(value, state.selection_start, state.selection_end);
272 info.SetValue(value, state.selection_start, state.selection_end);
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 202 int selection_end = 0; local
236 &selection_end))) {
250 &selection_end))) {
265 selection_end);
    [all...]
  /external/chromium/chrome/common/
render_messages.h 222 int /* selection_end */)
233 int /* selection_end */)
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 236 if (what == Selection.SELECTION_END) {
TextKeyListener.java 181 if (what == Selection.SELECTION_END) {
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 929 milliseconds