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

1 2

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
AwTestTouchUtils.java 37 float toY, int stepCount, long downTime) {
40 float yStep = (toY - fromY) / stepCount;
41 float xStep = (toX - fromX) / stepCount;
42 for (int i = 0; i < stepCount; ++i) {
63 * @param stepCount The total number of motion events that should be generated during the drag.
67 final int fromY, final int toY, final int stepCount,
73 dragTo(view, fromX, toX, fromY, toY, stepCount, downTime);
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestTouchUtils.java 136 * @param stepCount The total number of motion events that should be generated during the drag.
140 float toY, int stepCount, long downTime) {
143 float yStep = (toY - fromY) / stepCount;
144 float xStep = (toX - fromX) / stepCount;
145 for (int i = 0; i < stepCount; ++i) {
175 * @param stepCount The total number of motion events that should be generated during the drag.
178 int fromX, int toX, int fromY, int toY, int stepCount) {
183 stepCount, downTime);
TouchCommon.java 48 * @param stepCount
53 float toY, int stepCount, long downTime) {
56 float yStep = (toY - fromY) / stepCount;
57 float xStep = (toX - fromX) / stepCount;
58 for (int i = 0; i < stepCount; ++i) {
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 209 * @param stepCount How many move steps to include in the drag
217 int stepCount) {
218 dragViewToBottom(test, test.getActivity(), v, stepCount);
227 * @param stepCount How many move steps to include in the drag
230 int stepCount) {
243 drag(test, x, x, fromY, toY, stepCount);
447 * @param stepCount How many move steps to include in the drag
454 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) {
455 dragViewToTop((InstrumentationTestCase) test, v, stepCount);
473 * @param stepCount How many move steps to include in the dra
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 272 size_t stepCount = buffer->mFrameCount;
273 if (stepCount == 0 || mIsShutdown) {
280 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount));
281 mUnreleased -= stepCount;
286 android_atomic_release_store(stepCount + rear, &cblk->u.mStreaming.mRear);
289 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront);
600 size_t stepCount = buffer->mFrameCount;
601 if (stepCount == 0 || mIsShutdown) {
608 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount));
609 mUnreleased -= stepCount;
    [all...]
AudioRecord.cpp 630 size_t stepCount = audioBuffer->size / mFrameSize;
631 if (stepCount == 0) {
636 buffer.mFrameCount = stepCount;
AudioTrack.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.cpp 161 unsigned stepCount = m_steps.size();
162 if (stepCount) {
164 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 502 int stepCount = Integer.parseInt(args[4]);
509 if (stepCount > 0) {
510 float xStep = (xEnd - xStart) / stepCount;
511 float yStep = (yEnd - yStart) / stepCount;
518 for (int i = 0; i < stepCount; ++i) {
547 int stepCount = Integer.parseInt(args[8]);
557 if (stepCount > 0) {
558 float pt1xStep = (pt1xEnd - pt1xStart) / stepCount;
559 float pt1yStep = (pt1yEnd - pt1yStart) / stepCount;
561 float pt2xStep = (pt2xEnd - pt2xStart) / stepCount;
    [all...]
  /external/apache-xml/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...]
  /external/apache-xml/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...]
  /external/apache-xml/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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 673 milliseconds

1 2