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

  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorTestUtil.java 42 int stepCount = 20;
43 TouchUtils.drag(testcase, fromX, toX, fromY, toY, stepCount);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 208 * @param stepCount How many move steps to include in the drag
216 int stepCount) {
217 dragViewToBottom(test, test.getActivity(), v, stepCount);
226 * @param stepCount How many move steps to include in the drag
229 int stepCount) {
242 drag(test, x, x, fromY, toY, stepCount);
446 * @param stepCount How many move steps to include in the drag
453 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) {
454 dragViewToTop((InstrumentationTestCase) test, v, stepCount);
472 * @param stepCount How many move steps to include in the dra
    [all...]
  /external/webkit/WebCore/xml/
XPathPath.cpp 153 unsigned stepCount = m_steps.size();
154 if (stepCount) {
156 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep);
  /libcore/luni/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 612 int stepCount = countSteps(lpi);
625 head = new MultistepExprHolder(firstOccuranceOwner, stepCount, null);
629 tail.m_next = new MultistepExprHolder(owner2, stepCount, null);
644 head = new MultistepExprHolder(firstOccuranceOwner, stepCount, null);
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 562 int stepCount = 0;
576 stepCount++;
577 if(stepCount > 3)
604 if(1 != stepCount)
614 if(3 == stepCount)
619 if(1 != stepCount)
670 int stepCount = 0;
675 stepCount++;
720 if (2 == stepCount && BIT_ROOT == analysisResult)
770 analysisResult |= (stepCount & BITS_COUNT)
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Compiler.java 814 * @param stepCount The number of steps to expect.
822 int opPos, int stepCount, StepPattern ancestorPattern)
841 // boolean isSimple = ((OpCodes.ENDOP == nextStepType) && (stepCount == 0));
932 StepPattern relativePathPattern = stepPattern(endStep, stepCount + 1,
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 229 milliseconds