Home
last modified time | relevance | path

Searched defs:xPrecision (Results 1 – 25 of 200) sorted by relevance

12345678

/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DMotionEventBuilder.kt37 private var xPrecision = 0f variable
54 fun xPrecision(xPrecision: Float) = apply { this.xPrecision = xPrecision} in <lambda>() method
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DMotionEvent.java1813 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize()
1995 int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, in obtain()
2043 float xPrecision, float yPrecision, int deviceId, in obtain()
2081 float xPrecision, float yPrecision, int deviceId, in obtain()
2120 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain()
2166 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain()
2206 float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, in obtain()
2267 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain()
2322 float xOffset, float yOffset, float xPrecision, float yPrecision, in initialize()
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventAssignerTest.kt45 val xPrecision = 0f in createMotionEvent() constant
/aosp_15_r20/frameworks/native/include/input/
H A DInputEventBuilders.h148 InputMessageBuilder& xPrecision(float xPrecision) { in xPrecision() argument
H A DInputTransport.h136 float xPrecision; member
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityInputFilterInputTest.kt78 val xPrecision = 0f in createMotionEvent() constant
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/input/common/aidl/android.hardware.input.common-V1-ndk-source/gen/include/aidl/android/hardware/input/common/
DMotionEvent.h61 float xPrecision = 0.000000f; variable
/aosp_15_r20/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceScript.java316 float xPrecision = Float.parseFloat(args[8]); in handleEvent() local
353 float xPrecision = Float.parseFloat(args[8]); in handleEvent() local
H A DMonkeyMotionEvent.java111 public MonkeyMotionEvent setPrecision(float xPrecision, float yPrecision) { in setPrecision()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DNotifyArgs_test.cpp64 float xPrecision = 1.2f; in TEST() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/
DMotionEventHelper.java54 float xPrecision = e.getXPrecision(); in transformEventOld() local
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h107 float xPrecision; member
H A DEntry.cpp184 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry()
H A DEntry.h160 float xPrecision; member
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java39 final int xPrecision = 1; in getMotionEventFromLogLine() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMotionEvent.java208 float xPrecision, in nativeInitialize()
272 float xPrecision, in nativeInitialize()
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DNotifyArgs.cpp65 const PointerCoords* pointerCoords, float xPrecision, float yPrecision, in NotifyMotionArgs()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/trace/
H A DInputTracingBackendInterface.h81 float xPrecision; member
/aosp_15_r20/frameworks/native/libs/input/
H A DInputTransport.cpp578 float xPrecision, float yPrecision, float xCursorPosition, float yCursorPosition, in publishMotionEvent()
/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DNotifyArgs.h95 float xPrecision; member
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp65 const float xPrecision = 0.25; member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/input/common/1.0/[email protected]_genc++_headers/gen/android/hardware/input/common/1.0/
Dtypes.h877 float xPrecision __attribute__ ((aligned(4))); member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/input/common/1.0/[email protected]_genc++_headers/gen/android/hardware/input/common/1.0/
Dtypes.h877 float xPrecision __attribute__ ((aligned(4))); member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/input/common/1.0/[email protected]_genc++_headers/gen/android/hardware/input/common/1.0/
Dtypes.h877 float xPrecision __attribute__ ((aligned(4))); member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/input/common/1.0/[email protected]_genc++_headers/gen/android/hardware/input/common/1.0/
Dtypes.h877 float xPrecision __attribute__ ((aligned(4))); member

12345678