D | MotionEventBuilder.kt | 42 private var classification = MotionEvent.CLASSIFICATION_NONE variable in com.android.cts.input.MotionEventBuilder 64 fun classification(classification: Int) = apply { this.classification = classification } in <lambda>() method 81 edgeFlags, source, displayId, flags, classification in build()
|