Home
last modified time | relevance | path

Searched defs:Down (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DTouchHandlingViewInteractionHandler.kt61 data class Down(val x: Int, val y: Int) : MotionEventModel() in <lambda>() class in com.android.systemui.common.ui.view.MotionEventModel
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayout.kt508 val Down = Swipe(SwipeDirection.Down) constant
530 fun Down( in Left() method
/frameworks/native/libs/input/rust/
Dinput.rs107 Down = input_bindgen::AMOTION_EVENT_ACTION_DOWN, enumerator