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

1 2

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYStep.java 25 private final float stepCount;
31 public XYStep(float stepCount, float stepPix, double stepVal) {
32 this.stepCount = stepCount;
38 return stepCount;
41 /*public void setStepCount(double stepCount) {
42 this.stepCount = stepCount;
XYStepCalculator.java 55 float stepCount = 0;
60 stepCount = plotPixelSize /stepPix;
64 stepCount = plotPixelSize /stepPix;
68 stepCount = new Double(stepValue).floatValue();
69 stepPix = (plotPixelSize /(stepCount-1));
73 return new XYStep(stepCount, stepPix, stepVal);
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 64 int stepCount = mRecipe.recipeSteps.size();
66 for (int i = 0; i < stepCount; ++i) {
71 getResources().getString(R.string.step_count), i + 1, stepCount));
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 64 int stepCount = mRecipe.recipeSteps.size();
66 for (int i = 0; i < stepCount; ++i) {
71 getResources().getString(R.string.step_count), i + 1, stepCount));
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeService.java 64 int stepCount = mRecipe.recipeSteps.size();
66 for (int i = 0; i < stepCount; ++i) {
71 getResources().getString(R.string.step_count), i + 1, stepCount));
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 299 size_t stepCount = buffer->mFrameCount;
300 if (stepCount == 0 || mIsShutdown) {
307 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount));
308 mUnreleased -= stepCount;
313 android_atomic_release_store(stepCount + rear, &cblk->u.mStreaming.mRear);
316 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront);
712 size_t stepCount = buffer->mFrameCount;
713 if (stepCount == 0 || mIsShutdown) {
720 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount));
721 mUnreleased -= stepCount;
    [all...]
AudioRecord.cpp 775 size_t stepCount = audioBuffer->size / mFrameSize;
776 if (stepCount == 0) {
781 buffer.mFrameCount = stepCount;
    [all...]
AudioTrack.cpp     [all...]
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 197 * @param stepCount How many move steps to include in the drag
205 int stepCount) {
206 dragViewToBottom(test, test.getActivity(), v, stepCount);
215 * @param stepCount How many move steps to include in the drag
218 int stepCount) {
231 drag(test, x, x, fromY, toY, stepCount);
435 * @param stepCount How many move steps to include in the drag
442 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) {
443 dragViewToTop((InstrumentationTestCase) test, v, stepCount);
461 * @param stepCount How many move steps to include in the dra
    [all...]
  /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...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
ItemTouchHelperTest.java 432 * @param stepCount How many move steps to include in the drag
434 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) {
445 drag(test, x, x, fromY, toY, stepCount);
583 * @param stepCount How many move steps to include in the drag
586 float toY, int stepCount) {
595 float yStep = (toY - fromY) / stepCount;
596 float xStep = (toX - fromX) / stepCount;
601 for (int i = 0; i < stepCount; ++i) {
  /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/deqp/framework/common/
tcuTexLookupVerifier.cpp 146 const Vec4 stepCount = d / prec.colorThreshold;
147 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
164 const Vec4 stepCount = maxD / prec.colorThreshold;
165 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
175 const Vec4 stepCount = 1.0f / prec.colorThreshold;
176 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
186 const Vec4 stepCount = 2.0f / prec.colorThreshold;
187 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 855 int stepCount = mNumStepDurations;
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 640 milliseconds

1 2