Searched refs:loadInteger (Results 1 – 1 of 1) sorted by relevance
67 mRampDownDurationMs = loadInteger(resources, in VibrationConfig()69 mRampStepDurationMs = loadInteger(resources, in VibrationConfig()87 int value = loadInteger(res, resId, defaultIntensity); in loadDefaultIntensity()98 private static int loadInteger(@Nullable Resources res, int resId, int defaultValue) { in loadInteger() method in VibrationConfig