Searched refs:mRepeat (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DVibratorService.java76 private final int mRepeat; field in class:VibratorService.Vibration
93 mRepeat = repeat;
476 int repeat = mVibration.mRepeat;
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java65 private int mRepeat = 0; field in class:Am
173 mRepeat = 0;
333 mRepeat = Integer.parseInt(nextArgRequired());
571 mRepeat--;
572 if (mRepeat > 1) {
575 } while (mRepeat > 1);
/frameworks/base/services/input/
H A DInputReader.h992 ssize_t mRepeat; member in class:android::VibratorInputMapper
H A DInputReader.cpp1891 mRepeat = repeat;
1921 if (mRepeat < 0) {
1926 mIndex = mRepeat;

Completed in 3925 milliseconds