HomeSort by relevance Sort by last modified time
    Searched refs:mStepValue (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/java/android/media/
AudioGain.java 66 private final int mStepValue;
81 mStepValue = stepValue;
126 return mStepValue;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SeekBarDialogPreference.java 44 private final int mStepValue;
57 mStepValue = a.getInt(R.styleable.SeekBarDialogPreference_stepValue, 0);
88 if (mStepValue <= 1) {
91 return clippedValue - (clippedValue % mStepValue);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g     [all...]

Completed in 68 milliseconds