Searched refs:TOUCHSCREEN (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_companion_virtual_InputController.cpp | 45 TOUCHSCREEN, enumerator 90 case DeviceType::TOUCHSCREEN: in openUinput() 112 if (deviceType == DeviceType::TOUCHSCREEN) { in openUinput() 168 if (deviceType == DeviceType::TOUCHSCREEN) { in openUinput() 224 auto fd = openUinputJni(env, name, vendorId, productId, phys, DeviceType::TOUCHSCREEN, height, in nativeOpenUinputTouchscreen()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputEventReceiver.md | 25 If a batched event comes in at this point (typically, any MOVE event that has source = TOUCHSCREEN)…
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | Configuration.java | 38 import static android.content.ConfigurationProto.TOUCHSCREEN; 1293 protoOutputStream.write(TOUCHSCREEN, touchscreen); in dumpDebug() 1424 case (int) TOUCHSCREEN: in readFromProto() 1425 touchscreen = protoInputStream.readInt(TOUCHSCREEN); in readFromProto()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10064 Landroid/content/ConfigurationProto;->TOUCHSCREEN:J
|