Home
last modified time | relevance | path

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

/aosp14/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java227 int stepCount) { in dragViewToBottom()
240 int stepCount) { in dragViewToBottom()
466 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
487 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
761 float fromY, float toY, int stepCount) { in drag()
776 float toY, int stepCount) { in drag()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DRampToStepAdapter.java79 int stepCount = (int) (ramp.getDuration() + mStepDuration - 1) / mStepDuration; in apply() local
H A DRampDownAdapter.java196 int stepCount = (int) Math.min(duration, mRampDownDuration) / mStepDuration; in createStepsDown() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationThreadTest.java1167 int stepCount = totalDuration / stepDuration; in vibrate_withWaveform_totalVibrationTimeRespected() local
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java1585 int stepCount = mNumStepDurations; in addLevelSteps() local