Home
last modified time | relevance | path

Searched defs:buttonState (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/tests/Input/res/raw/
Dgoogle_pixel_tablet_touchscreen_events.json6 …,"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.234087586402893},"buttonState":[]}, array
7 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.2337040901184082},"buttonState":[]}, array
8 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.1896021366119385},"buttonState":[]}, array
9 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.1857671737670898},"buttonState":[]}, array
10 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.1619905233383179},"buttonState":[]}, array
11 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.0921943187713623},"buttonState":[]}, array
12 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.0852913856506348},"buttonState":[]}, array
13 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.0852913856506348},"buttonState":[]}, array
14 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.0699516534805298},"buttonState":[]}, array
15 …"AXIS_TOOL_MAJOR":82,"AXIS_TOOL_MINOR":77,"AXIS_ORIENTATION":1.0699516534805298},"buttonState":[]}, array
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DMouseClickAction.java46 float[] precision, int inputDevice, int buttonState) { in sendTap()
86 float[] coordinates, float[] precision, int inputDevice, int buttonState) { in sendSingleTap()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.cpp32 int32_t lastButtonState, int32_t currentButtonState, int32_t buttonState, int32_t keyCode) { in synthesizeButtonKey()
83 bool isPointerDown(int32_t buttonState) { in isPointerDown()
DTouchInputMapper.cpp116 static int32_t filterButtonState(InputReaderConfiguration& config, int32_t buttonState) { in filterButtonState()
1990 int32_t buttonState = mCurrentCookedState.buttonState; in abortTouches() local
2041 int32_t buttonState = mCurrentCookedState.buttonState; in dispatchTouches() local
2196 int32_t buttonState = mLastCookedState.buttonState; in dispatchButtonRelease() local
2218 int32_t buttonState = mLastCookedState.buttonState; in dispatchButtonPress() local
2241 int32_t buttonState = mLastCookedState.buttonState; in dispatchGestureButtonRelease() local
2265 int32_t buttonState = mLastCookedState.buttonState; in dispatchGestureButtonPress() local
2576 int32_t buttonState = mCurrentCookedState.buttonState; in dispatchPointerGestures() local
2759 int32_t buttonState = mCurrentRawState.buttonState; in abortPointerGestures() local
3719 int32_t metaState, int32_t buttonState, int32_t edgeFlags, in dispatchMotion()
DCursorInputMapper.cpp324 int32_t buttonState = lastButtonState; in sync() local
DJoystickInputMapper.cpp319 int32_t buttonState = 0; in sync() local
/frameworks/native/include/input/
DInputEventBuilders.h123 InputMessageBuilder& buttonState(int32_t buttonState) { in buttonState() function
286 MotionEventBuilder& buttonState(int32_t buttonState) { in buttonState() function
DInput.h719 inline void setButtonState(int32_t buttonState) { mButtonState = buttonState; } in setButtonState()
1164 int32_t buttonState; member
DInputTransport.h125 int32_t buttonState; member
/frameworks/base/core/java/android/view/
DVerifiedMotionEvent.java184 int buttonState) {
346 int buttonState = in.readInt(); in VerifiedMotionEvent() local
DInputEventCompatProcessor.java127 final int buttonState = motion.getButtonState(); in processStylusButtonCompatibility() local
DMotionEvent.java1828 int metaState, int buttonState, @Classification int classification, in nativeInitialize()
1904 private static native void nativeSetButtonState(long nativePtr, int buttonState); in nativeSetButtonState()
2011 int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, in obtain()
2058 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
2096 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
2337 int edgeFlags, int metaState, int buttonState, @Classification int classification, in initialize()
3003 public final void setButtonState(int buttonState) { in setButtonState()
4088 public static String buttonStateToString(int buttonState) { in buttonStateToString()
DInputEventConsistencyVerifier.java477 final int buttonState = event.getButtonState(); in onGenericMotionEvent() local
/frameworks/native/services/inputflinger/include/
DNotifyArgsBuilders.h80 MotionArgsBuilder& buttonState(int32_t buttonState) { in buttonState() function
DNotifyArgs.h85 int32_t buttonState; member
/frameworks/native/libs/input/
DInputVerifier.cpp46 int32_t buttonState) { in processMovement()
DInputTransport.cpp590 int32_t buttonState, MotionClassification classification, const ui::Transform& transform, in publishMotionEvent()
/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp45 uint32_t buttonState = AMOTION_EVENT_BUTTON_PRIMARY | AMOTION_EVENT_BUTTON_SECONDARY; in TEST() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java38 final int buttonState = 0; in getMotionEventFromLogLine() local
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp200 static common::Button getButtonState(int32_t buttonState) { in getButtonState()
DNotifyArgs.cpp63 int32_t flags, int32_t metaState, int32_t buttonState, MotionClassification classification, in NotifyMotionArgs()
/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingBackendInterface.h78 int32_t buttonState; member
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp183 int32_t buttonState, MotionClassification classification, in MotionEntry()
DEntry.h164 int32_t buttonState; member
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp686 int32_t actionButton, int32_t buttonState, in makeMotionArgs()

12