Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/frameworks/base/tests/Input/res/raw/
H A 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 …]
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DMotionEventBuilder.kt36 private var buttonState = 0 variable in com.android.cts.input.MotionEventBuilder
53 fun buttonState(buttonState: Int) = apply { this.buttonState = buttonState } in <lambda>() method in com.android.cts.input.MotionEventBuilder
/aosp_15_r20/cts/tests/tests/hardware/res/raw/
H A Dmicrosoft_sculpttouch_motioneventtests.json12 "buttonState": ["PRIMARY"], array
17 "buttonState": ["PRIMARY"], array
38 "buttonState": ["SECONDARY"], array
43 "buttonState": ["SECONDARY"], array
64 "buttonState": ["TERTIARY"], array
69 "buttonState": ["TERTIARY"], array
/aosp_15_r20/frameworks/native/include/input/
H A DInputEventBuilders.h123 InputMessageBuilder& buttonState(int32_t buttonState) { in buttonState() function
286 MotionEventBuilder& buttonState(int32_t buttonState) { in buttonState() function
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp111 static int32_t filterButtonState(InputReaderConfiguration& config, int32_t buttonState) { in filterButtonState()
1935 int32_t buttonState = mCurrentCookedState.buttonState; in abortTouches() local
1985 int32_t buttonState = mCurrentCookedState.buttonState; in dispatchTouches() local
2139 int32_t buttonState = mLastCookedState.buttonState; in dispatchButtonRelease() local
2161 int32_t buttonState = mLastCookedState.buttonState; in dispatchButtonPress() local
2184 int32_t buttonState = mLastCookedState.buttonState; in dispatchGestureButtonRelease() local
2208 int32_t buttonState = mLastCookedState.buttonState; in dispatchGestureButtonPress() local
2502 int32_t buttonState = mCurrentCookedState.buttonState; in dispatchPointerGestures() local
2683 int32_t buttonState = mCurrentRawState.buttonState; in abortPointerGestures() local
3643 int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, in dispatchMotion()
H A DTouchCursorInputMapperCommon.cpp32 int32_t lastButtonState, int32_t currentButtonState, int32_t buttonState, int32_t keyCode) { in synthesizeButtonKey()
83 bool isPointerDown(int32_t buttonState) { in isPointerDown()
H A DCursorInputMapper.cpp324 int32_t buttonState = lastButtonState; in sync() local
H A DJoystickInputMapper.cpp319 int32_t buttonState = 0; in sync() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DMouseClickAction.java46 float[] precision, int inputDevice, int buttonState) { in sendTap()
86 float[] coordinates, float[] precision, int inputDevice, int buttonState) { in sendSingleTap()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DVerifiedMotionEvent.java184 int buttonState) {
346 int buttonState = in.readInt(); in VerifiedMotionEvent() local
H A DMotionEvent.java1812 int metaState, int buttonState, @Classification int classification, in nativeInitialize()
1888 private static native void nativeSetButtonState(long nativePtr, int buttonState); in nativeSetButtonState()
1995 int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, in obtain()
2042 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
2080 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
2321 int edgeFlags, int metaState, int buttonState, @Classification int classification, in initialize()
2969 public final void setButtonState(int buttonState) { in setButtonState()
4054 public static String buttonStateToString(int buttonState) { in buttonStateToString()
H A DInputEventCompatProcessor.java127 final int buttonState = motion.getButtonState(); in processStylusButtonCompatibility() local
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/
DWearAppPermissionScreen.kt58 val buttonState = viewModel.buttonStateLiveData.observeAsState(null) in <lambda>() constant
/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DNotifyArgsBuilders.h80 MotionArgsBuilder& buttonState(int32_t buttonState) { in buttonState() function
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMotionEvent.java205 int buttonState, in nativeInitialize()
268 int buttonState, in nativeInitialize()
601 protected static void nativeSetButtonState(long nativePtr, int buttonState) { in nativeSetButtonState()
H A DNativeInput.java364 public void setButtonState(int buttonState) { in setButtonState()
682 int buttonState, in initialize()
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/util/
H A DEventUtils.java25 public static MotionEvent generateMouseEvent(int x, int y, int action, int buttonState) { in generateMouseEvent()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DNotifyArgs_test.cpp45 uint32_t buttonState = AMOTION_EVENT_BUTTON_PRIMARY | AMOTION_EVENT_BUTTON_SECONDARY; in TEST() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java38 final int buttonState = 0; in getMotionEventFromLogLine() local
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DInputCommonConverter.cpp200 static common::Button getButtonState(int32_t buttonState) { in getButtonState()
H A DNotifyArgs.cpp63 int32_t flags, int32_t metaState, int32_t buttonState, MotionClassification classification, in NotifyMotionArgs()
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp473 int buttonState = 0; in processMouseEvent() local
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/trace/
H A DInputTracingBackendInterface.h78 int32_t buttonState; member
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp325 jint action, jint flags, jint edgeFlags, jint metaState, jint buttonState, in android_view_MotionEvent_nativeInitialize()
733 jint buttonState) { in android_view_MotionEvent_nativeSetButtonState()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.cpp183 int32_t buttonState, MotionClassification classification, in MotionEntry()

1234567891011