Searched defs:ramp (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/ |
H A D | RampSegmentTest.java | 55 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 D | RampDownAdapter.java | 215 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 D | StepToRampAdapter.java | 90 RampSegment ramp = (RampSegment) segments.get(i); in splitLongRampSegments() local 114 private static List<RampSegment> splitRampSegment(VibratorInfo info, RampSegment ramp, in splitRampSegment()
|
H A D | RampToStepAdapter.java | 69 private List<StepSegment> apply(VibratorInfo info, RampSegment ramp) { in apply()
|
/aosp14/frameworks/base/core/proto/android/server/vibrator/ |
H A D | vibratormanagerservice.proto | 59 optional RampSegmentProto ramp = 4; field
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_vibrator_VibratorController.cpp | 154 static aidl::ActivePwle activePwleFromJavaPrimitive(JNIEnv* env, jobject ramp) { in activePwleFromJavaPrimitive()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Magnifier.java | 991 final float zoom, final int ramp, final float elevation, final float cornerRadius, in InternalPopupWindow()
|