Home
last modified time | relevance | path

Searched refs:loadInteger (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DVibrationConfig.java67 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