/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
H A D | VirtualTouchEventTest.kt | 35 val pressure = 0.5f in parcelAndUnparcel_matches() constant 187 val pressure = 0.5f in touchEvent_palmAndCancelUsedProperly() constant 245 val pressure = 0.5f in touchEvent_validWithPressureAndAxis_created() constant
|
H A D | VirtualStylusMotionEventTest.kt | 35 val pressure = 10 in parcelAndUnparcel_matches() constant 246 val pressure = 10 in stylusMotionEvent_validWithPressureAndTilt_created() constant
|
H A D | VirtualStylusTest.kt | 247 val pressure = 0 in sendHoverEvents() constant 378 val pressure = 255 in verifyStylusTouchWithTilt() constant
|
/aosp_15_r20/developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/ |
D | TouchDisplayView.java | 57 public float pressure = 0f; field in TouchDisplayView.TouchHistory 71 public static TouchHistory obtain(float x, float y, float pressure) { in obtain() 90 public void setTouch(float x, float y, float pressure) { in setTouch() 383 float pressure = Math.min(data.pressure, 1f); in drawCircle() local
|
/aosp_15_r20/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/ |
H A D | TouchDisplayView.java | 57 public float pressure = 0f; field in TouchDisplayView.TouchHistory 71 public static TouchHistory obtain(float x, float y, float pressure) { in obtain() 90 public void setTouch(float x, float y, float pressure) { in setTouch() 383 float pressure = Math.min(data.pressure, 1f); in drawCircle() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/ |
H A D | TouchDisplayView.java | 57 public float pressure = 0f; field in TouchDisplayView.TouchHistory 71 public static TouchHistory obtain(float x, float y, float pressure) { in obtain() 90 public void setTouch(float x, float y, float pressure) { in setTouch() 383 float pressure = Math.min(data.pressure, 1f); in drawCircle() local
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/memory/ |
H A D | MemoryPressureMonitor.java | 169 public void notifyPressure(@MemoryPressureLevel int pressure) { in notifyPressure() 191 private void reportPressure(@MemoryPressureLevel int pressure) { in reportPressure() 223 Integer pressure = in reportCurrentPressure() local
|
H A D | MemoryPressureCallback.java | 12 public void onPressure(@MemoryPressureLevel int pressure); in onPressure()
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/memory/ |
H A D | MemoryPressureMonitor.java | 179 public void notifyPressure(@MemoryPressureLevel int pressure) { in notifyPressure() 201 private void reportPressure(@MemoryPressureLevel int pressure) { in reportPressure() 229 Integer pressure = mCurrentPressureSupplier.get(); in reportCurrentPressure() local
|
H A D | MemoryPressureCallback.java | 14 public void onPressure(@MemoryPressureLevel int pressure); in onPressure()
|
/aosp_15_r20/out/soong/.intermediates/development/cmds/monkey/libmonkey_jni/monkey_aidl-java-source/gen/com/android/commands/monkey/ |
D | IMonkey.java | 22 …interId, int toolType, int action, float locationX, float locationY, float pressure, float majorAx… in writeTouchEvent() 117 …interId, int toolType, int action, float locationX, float locationY, float pressure, float majorAx… in writeTouchEvent() 147 …interId, int toolType, int action, float locationX, float locationY, float pressure, float majorAx… in writeTouchEvent()
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/ |
H A D | MemoryPressureListener.java | 86 public static void notifyMemoryPressure(@MemoryPressureLevel int pressure) { in notifyMemoryPressure() 129 private static native void nativeOnMemoryPressure(@MemoryPressureLevel int pressure); in nativeOnMemoryPressure()
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | MemoryPressureListener.java | 94 public static void notifyMemoryPressure(@MemoryPressureLevel int pressure) { in notifyMemoryPressure() 151 void onMemoryPressure(@MemoryPressureLevel int pressure); in onMemoryPressure()
|
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/memory/ |
H A D | MemoryPressureMonitorTest.java | 49 public void onPressure(@MemoryPressureLevel int pressure) { in onPressure() 59 public TestPressureSupplier(@MemoryPressureLevel Integer pressure) { in TestPressureSupplier()
|
/aosp_15_r20/external/libchrome/base/android/junit/src/org/chromium/base/memory/ |
H A D | MemoryPressureMonitorTest.java | 50 public void onPressure(@MemoryPressureLevel int pressure) { in onPressure() 60 public TestPressureSupplier(@MemoryPressureLevel Integer pressure) { in TestPressureSupplier()
|
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | SpotFilter.kt | 50 var pressure = 0f in filterInto() variable
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | UinputDevice.cpp | 155 void UinputExternalStylusWithPressure::setPressure(int32_t pressure) { in setPressure() 234 void UinputTouchScreen::sendPressure(int32_t pressure) { in sendPressure()
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | MotionEventUtils.java | 80 private float pressure = 1.0f; field in MotionEventUtils.PointerCoordsBuilder 89 public PointerCoordsBuilder withPressure(float pressure) { in withPressure()
|
/aosp_15_r20/out/soong/.intermediates/development/cmds/monkey/libmonkey_jni/monkey_aidl-java/android_common/javac/ |
D | monkey_aidl-java.jar | ... pointerId
int toolType
int action
float locationX
float locationY
float pressure
float majorAxisSize
long eventTime
public android.os.IBinder ... |
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/test/input/ |
H A D | InputEventAssignerTest.kt | 42 val pressure = 3f in createMotionEvent() constant
|
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
H A D | InputController.java | 489 int action, float locationX, float locationY, float pressure, float majorAxisSize, in nativeWriteTouchEvent() 496 int locationX, int locationY, int pressure, int tiltX, int tiltY, long eventTimeNanos); in nativeWriteStylusMotionEvent() 554 float locationX, float locationY, float pressure, float majorAxisSize, in writeTouchEvent() 572 int locationY, int pressure, int tiltX, int tiltY, long eventTimeNanos) { in writeStylusMotionEvent()
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/ |
H A D | ChildProcessConnection.java | 754 private void onMemoryPressure(@MemoryPressureLevel int pressure) { in onMemoryPressure() 758 private void onMemoryPressureOnLauncherThread(@MemoryPressureLevel int pressure) { in onMemoryPressureOnLauncherThread()
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | VirtualInputDevice.cpp | 597 float locationX, float locationY, float pressure, in writeTouchEvent() 702 int32_t locationY, int32_t pressure, int32_t tiltX, in writeMotionEvent()
|
/aosp_15_r20/frameworks/base/services/core/jni/ |
H A D | com_android_server_companion_virtual_InputController.cpp | 110 jfloat pressure, jfloat majorAxisSize, jlong eventTimeNanos) { in nativeWriteTouchEvent() 141 jint action, jint locationX, jint locationY, jint pressure, in nativeWriteStylusMotionEvent()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityInputFilterInputTest.kt | 75 val pressure = 3f in createMotionEvent() constant
|