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

  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 180 return new Runnable() { public void run() { startSequence(fhead, floc); } };
183 private void startSequence(Runnable firstRun, Locale firstLocale) {
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 731 int startSequence = 0; //where the current sequence started
737 maxLength = Math.max(maxLength, current - startSequence);
738 startSequence = current;
744 maxLength = Math.max(maxLength, current - startSequence);
745 startSequence = current - 1;
752 maxLength = Math.max(maxLength, string.length() - startSequence);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 478 milliseconds