Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/vibrator/
DVibrationEffectSegment.java47 static final int PARCEL_TOKEN_RAMP = 4; field in VibrationEffectSegment
206 case PARCEL_TOKEN_RAMP:
DRampSegment.java215 out.writeInt(PARCEL_TOKEN_RAMP); in writeToParcel()