Home
last modified time | relevance | path

Searched defs:clickState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/qs/
H A DQSLongPressEffectTest.kt333 val clickState = longPressEffect.getStateForClick() in getStateForClick_withUnavailableTile_returnsIdle() constant
348 val clickState = longPressEffect.getStateForClick() in getStateForClick_whenKeyguardsIsShowing_returnsIdle() constant
363 val clickState = longPressEffect.getStateForClick() in getStateForClick_withValidTapAndTile_returnsClicked() constant
378 val clickState = longPressEffect.getStateForClick() in getStateForClick_withNullTile_returnsIdle() constant
/aosp_15_r20/external/skia/tools/viewer/
H A DClickHandlerSlide.cpp11 skui::InputState clickState, in onMouse()