HomeSort by relevance Sort by last modified time
    Searched defs:secondStart (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 191 int secondStart = mEditable.toString().indexOf(second);
192 int secondEnd = secondStart + second.trim().length();
194 mEditable.setSpan(mMockRecips[mMockRecips.length - 1], secondStart, secondEnd, 0);
199 assertEquals(editableString.indexOf(second), secondStart - extra.length());
228 int secondStart = mEditable.toString().indexOf(second);
229 int secondEnd = secondStart + second.trim().length();
231 mEditable.setSpan(mMockRecips[mMockRecips.length - 1], secondStart, secondEnd, 0);
236 assertEquals(editableString.indexOf(second), secondStart);
285 int secondStart = view.getText().toString().indexOf(
287 assertEquals(view.getText().getSpanStart(moreChip), secondStart);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 58 milliseconds