Searched refs:stepCount (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
H A DAwTestTouchUtils.java35 float toY, int stepCount, long downTime) {
38 float yStep = (toY - fromY) / stepCount;
39 float xStep = (toX - fromX) / stepCount;
40 for (int i = 0; i < stepCount; ++i) {
61 * @param stepCount The total number of motion events that should be generated during the drag.
65 final int fromY, final int toY, final int stepCount,
71 dragTo(view, fromX, toX, fromY, toY, stepCount, downTime);
34 dragTo(View view, float fromX, float toX, float fromY, float toY, int stepCount, long downTime) argument
64 dragCompleteView(final View view, final int fromX, final int toX, final int fromY, final int toY, final int stepCount, final CountDownLatch completionLatch) argument
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTestTouchUtils.java148 * @param stepCount The total number of motion events that should be generated during the drag.
152 float toY, int stepCount, long downTime) {
155 float yStep = (toY - fromY) / stepCount;
156 float xStep = (toX - fromX) / stepCount;
157 for (int i = 0; i < stepCount; ++i) {
187 * @param stepCount The total number of motion events that should be generated during the drag.
190 int fromX, int toX, int fromY, int toY, int stepCount) {
195 stepCount, downTime);
151 dragTo(Instrumentation instrumentation, float fromX, float toX, float fromY, float toY, int stepCount, long downTime) argument
189 dragCompleteView(Instrumentation instrumentation, View view, int fromX, int toX, int fromY, int toY, int stepCount) argument
H A DTouchCommon.java49 * @param stepCount
54 float toY, int stepCount, long downTime) {
57 float yStep = (toY - fromY) / stepCount;
58 float xStep = (toX - fromX) / stepCount;
59 for (int i = 0; i < stepCount; ++i) {
53 dragTo(float fromX, float toX, float fromY, float toY, int stepCount, long downTime) argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathPath.cpp175 unsigned stepCount = m_steps.size(); local
176 if (stepCount) {
178 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java612 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);
1319 * @param stepCount The number of steps in the location path.
1321 MultistepExprHolder(ExpressionOwner exprOwner, int stepCount, MultistepExprHolder next) argument
1325 m_stepCount = stepCount;
1334 * @param stepCount The number of steps in the location path.
1337 MultistepExprHolder addInSortedOrder(ExpressionOwner exprOwner, int stepCount) argument
1344 if(stepCount >
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java562 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
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java814 * @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,
821 stepPattern( int opPos, int stepCount, StepPattern ancestorPattern) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp730 unsigned stepCount = static_cast<unsigned>(length / step); local
733 // ended. We need to subtract (stepCount - 1) pixels when calculating the
735 float uncoveredLength = length - (stepCount * step - (stepCount - 1));
736 float adjustment = uncoveredLength / stepCount;
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp151 const Vec4 stepCount = d / prec.colorThreshold; local
152 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
169 const Vec4 stepCount = maxD / prec.colorThreshold; local
170 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
180 const Vec4 stepCount = 1.0f / prec.colorThreshold; local
181 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
191 const Vec4 stepCount = 2.0f / prec.colorThreshold; local
192 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 330 milliseconds