HomeSort by relevance Sort by last modified time
    Searched refs:LONG_TEXT (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 34 private static final String LONG_TEXT = "Scrolls the specified widget to the specified " +
66 tv.setText(LONG_TEXT);
72 final int width = getTextWidth(LONG_TEXT, paint);
110 String text = LONG_TEXT;
113 text += LONG_TEXT;
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 46 private static final String LONG_TEXT =
208 ArrayList<String> dividedMessages = divideMessage(LONG_TEXT);
229 return LONG_TEXT.equals(actualMessage);
291 ArrayList<String> parts = divideMessage(LONG_TEXT);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 106 private static final String LONG_TEXT = "This is a really long string which exceeds "
214 final CharSequence LONG_TEXT = "Scrolls the specified widget to the specified "
219 final int selectionEnd = LONG_TEXT.length();
225 mTextView.setText(LONG_TEXT, BufferType.EDITABLE);
    [all...]

Completed in 471 milliseconds