Home
last modified time | relevance | path

Searched defs:ramp (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DRampSegmentTest.java55 RampSegment ramp = new RampSegment(/* startAmplitude= */ 1, /* endAmplitude= */ 0, in testCreation() local
109 RampSegment ramp = new RampSegment(0, 1, 0, 0, 0); in testResolve() local
115 RampSegment ramp = new RampSegment(1, 0, 1, 0, 0); in testApplyEffectStrength_ignoresAndReturnsSameEffect() local
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DRampDownAdapter.java215 RampSegment ramp = (RampSegment) segment; in updateDuration() local
228 StepSegment ramp = (StepSegment) segment; in isOffSegment() local
231 RampSegment ramp = (RampSegment) segment; in isOffSegment() local
H A DStepToRampAdapter.java90 RampSegment ramp = (RampSegment) segments.get(i); in splitLongRampSegments() local
114 private static List<RampSegment> splitRampSegment(VibratorInfo info, RampSegment ramp, in splitRampSegment()
H A DRampToStepAdapter.java69 private List<StepSegment> apply(VibratorInfo info, RampSegment ramp) { in apply()
/aosp14/frameworks/base/core/proto/android/server/vibrator/
H A Dvibratormanagerservice.proto59 optional RampSegmentProto ramp = 4; field
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp154 static aidl::ActivePwle activePwleFromJavaPrimitive(JNIEnv* env, jobject ramp) { in activePwleFromJavaPrimitive()
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java991 final float zoom, final int ramp, final float elevation, final float cornerRadius, in InternalPopupWindow()