Searched refs:getFrequencyProfile (Results 1 – 7 of 7) sorted by relevance
72 Range<Float> frequencyRangeHz = info.getFrequencyProfile().getFrequencyRangeHz(); in clampFrequency()80 VibratorInfo.FrequencyProfile mapping = info.getFrequencyProfile(); in clampAmplitude()
479 info -> info.getFrequencyProfile().getFrequencyResolutionHz()); in frequencyProfileIntersection()498 Range<Float> vibratorFreqRange = info.getFrequencyProfile().getFrequencyRangeHz(); in frequencyProfileIntersection()499 float[] vibratorMaxAmplitudes = info.getFrequencyProfile().getMaxAmplitudes(); in frequencyProfileIntersection()524 Range<Float> firstRange = infos[0].getFrequencyProfile().getFrequencyRangeHz(); in frequencyRangeIntersection()536 Range<Float> vibratorRange = infos[i].getFrequencyProfile().getFrequencyRangeHz(); in frequencyRangeIntersection()
293 public VibratorFrequencyProfile getFrequencyProfile() { in getFrequencyProfile() method in Vibrator294 VibratorInfo.FrequencyProfile frequencyProfile = getInfo().getFrequencyProfile(); in getFrequencyProfile()
396 public FrequencyProfile getFrequencyProfile() { in getFrequencyProfile() method in VibratorInfo
296 assertTrue(info.getFrequencyProfile().isEmpty()); in getQFactorAndResonantFrequency_sameValues_returnsValue()427 info.getFrequencyProfile()); in getFrequencyProfile_alignedProfiles_returnsIntersection()440 info.getFrequencyProfile()); in getFrequencyProfile_alignedProfiles_returnsIntersection()776 assertTrue(info.getFrequencyProfile().isEmpty()); in assertEmptyFrequencyProfileAndControl()
146 new VibratorInfo.Builder(TEST_VIBRATOR_ID).build().getFrequencyProfile().isEmpty()); in testGetFrequencyProfile_unsetProfileIsEmpty()
2449 method @Nullable public android.os.vibrator.VibratorFrequencyProfile getFrequencyProfile();