Home
last modified time | relevance | path

Searched defs:stepCount (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DTouchUtils.java227 int stepCount) { in dragViewToBottom()
240 int stepCount) { in dragViewToBottom()
466 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
467 dragViewToTop((InstrumentationTestCase) test, v, stepCount); in dragViewToTop() local
487 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
761 float fromY, float toY, int stepCount) { in drag()
762 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() local
776 float toY, int stepCount) { in drag()
/frameworks/base/services/core/java/com/android/server/vibrator/
DRampToStepAdapter.java79 int stepCount = (int) (ramp.getDuration() + mStepDuration - 1) / mStepDuration; in apply() local
DRampDownAdapter.java196 int stepCount = (int) Math.min(duration, mRampDownDuration) / mStepDuration; in createStepsDown() local
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp381 size_t stepCount = buffer->mFrameCount; in releaseBuffer() local
902 size_t stepCount = buffer->mFrameCount; in releaseBuffer() local
1218 size_t stepCount = buffer->mFrameCount; in releaseBuffer() local
DAudioRecord.cpp1248 size_t stepCount = audioBuffer->frameCount; in releaseBuffer() local
DAudioTrack.cpp2344 size_t stepCount = audioBuffer->mSize / mFrameSize; in releaseBuffer() local
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibrationThreadTest.java1124 int stepCount = totalDuration / stepDuration; in vibrate_withWaveform_totalVibrationTimeRespected() local
/frameworks/av/services/audioflinger/
DThreads.cpp9009 int32_t stepCount = static_cast<int32_t>(buffer->frameCount); in releaseBuffer() local
/frameworks/base/core/java/android/os/
DBatteryStats.java1566 int stepCount = mNumStepDurations; in addLevelSteps() local