| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_gesture.c | 74 * gesture_id - mean which gesture is recognised 75 * point_num - points number of this gesture 76 * coordinate_x - All gesture point x coordinate 77 * coordinate_y - All gesture point y coordinate 78 * mode - gesture enable/disable, need enable by host 79 * - 1:enable gesture function(default) 0:disable 80 * active - gesture work flag, 111 count = snprintf(buf, PAGE_SIZE, "Gesture Mode:%s\n", in fts_gesture_show() 127 FTS_DEBUG("enable gesture"); in fts_gesture_store() 130 FTS_DEBUG("disable gesture"); in fts_gesture_store() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_flick.qml | 65 gesture.onPanStarted: { 67 map.gesture.acceptedGestures = MapGestureArea.NoGesture 69 map.gesture.enabled = false 71 gesture.onFlickStarted: { 75 map.gesture.acceptedGestures = MapGestureArea.NoGesture 77 map.gesture.enabled = false 87 SignalSpy {id: panStartedSpy; target: map.gesture; signalName: 'panStarted'} 88 SignalSpy {id: panFinishedSpy; target: map.gesture; signalName: 'panFinished'} 89 SignalSpy {id: gestureEnabledSpy; target: map.gesture; signalName: 'enabledChanged'} 90 … SignalSpy {id: flickDecelerationSpy; target: map.gesture; signalName: 'flickDecelerationChanged'} [all …]
|
| H A D | tst_map_pinch.qml.QTBUG-47970 | 71 gesture.onPinchStarted: { 78 gesture.onPinchUpdated: map.lastPinchEvent = pinch; 80 gesture.onPinchFinished: { 93 SignalSpy {id: pinchStartedSpy; target: map.gesture; signalName: 'pinchStarted'} 94 SignalSpy {id: pinchUpdatedSpy; target: map.gesture; signalName: 'pinchUpdated'} 95 SignalSpy {id: pinchFinishedSpy; target: map.gesture; signalName: 'pinchFinished'} 96 …SignalSpy {id: pinchMaximumZoomLevelChangeSpy; target: map.gesture; signalName: 'maximumZoomLevelC… 97 SignalSpy {id: gestureEnabledSpy; target: map.gesture; signalName: 'enabledChanged'} 98 SignalSpy {id: pinchActiveSpy; target: map.gesture; signalName: 'pinchActiveChanged'} 99 SignalSpy {id: pinchActiveGesturesSpy; target: map.gesture; signalName: 'activeGesturesChanged'} [all …]
|
| H A D | tst_map_keepgrab.qml | 56 SignalSpy { id: mapPanStartedSpy; target: map.gesture; signalName: 'panStarted' } 57 SignalSpy { id: mapPanFinishedSpy; target: map.gesture; signalName: 'panFinished' } 60 …SignalSpy { id: preventStealingChangedSpy; target: map.gesture; signalName: 'preventStealingChange… 69 compare(map.gesture.preventStealing, false) 74 map.gesture.acceptedGestures = MapGestureArea.PanGesture | MapGestureArea.FlickGesture; 75 map.gesture.flickDeceleration = 500 78 map.gesture.preventStealing = false 139 map.gesture.preventStealing = false 141 map.gesture.preventStealing = true
|
| H A D | tst_map_error.qml | 165 verify(map_error_plugin.gesture.enabled) 166 verify(map_no_plugin.gesture.enabled)
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_gesture.c | 76 * header - byte0:gesture id 79 * coordinate_x - All gesture point x coordinate 80 * coordinate_y - All gesture point y coordinate 81 * mode - 1:enable gesture function(default) 83 * active - 1:enter into gesture(suspend) 84 * 0:gesture disable or resume 90 u8 mode; /*host driver enable gesture flag*/ 91 u8 active; /*gesture actutally work*/ 111 /* sysfs gesture node 112 * read example: cat fts_gesture_mode ---read gesture mode [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_extents.c | 62 static u8 gestures_flag[32]; /* gesture flag, every bit stands for a gesture */ 63 static st_gesture_data gesture_data; /* gesture data buffer */ 64 static struct mutex gesture_data_mutex; /* lock for gesture data */ 79 GTP_DEBUG("Got the gesture data."); in gt1x_gesture_data_read() 95 GTP_DEBUG("gesture enabled:%x, ret:%d", gesture_enabled, ret); in gt1x_gesture_data_write() 169 * doze_buf[0]: gesture type, in gesture_event_handler() 170 * doze_buf[1]: number of gesture points , in gesture_event_handler() 172 * doze_buf[3]: gesture extra data length. in gesture_event_handler() 188 GTP_ERROR("Gesture contain too many points!(%d)", len); in gesture_event_handler() 193 GTP_ERROR("Gesture contain too many extra data!(%d)", extra_len); in gesture_event_handler() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qquickgeomapgesturearea.cpp | 175 The following example enables the pinch gesture on a map and reacts to the 181 gesture.enabled: true 182 gesture.onPinchFinished:{ 183 var coordinate1 = map.toCoordinate(gesture.point1) 184 var coordinate2 = map.toCoordinate(gesture.point2) 186 …onsole.log(" Points (" + gesture.point1.x + ", " + gesture.point1.y + ") - (" + gesture.poi… 223 The MapPinch will not react until two touch points have initiated a gesture, 231 will result in no further pinch events being generated, and the gesture 241 \brief The MapGestureArea type provides Map gesture interaction. 244 flicking and pinch-to-zoom gesture used on touch displays, as well as two finger rotation [all …]
|
| H A D | qdeclarativegeomap_p.h | 77 Q_PROPERTY(QQuickGeoMapGestureArea *gesture READ gesture CONSTANT) 194 QQuickGeoMapGestureArea *gesture();
|
| H A D | qquickgeomapgesturearea_p.h | 274 // This should be intended as a "two fingers gesture" struct 330 // these are calculated regardless of gesture or number of touch points
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | cprojectionpicture.cpp | 123 if (event->type() == QEvent::Gesture) in event() 163 if (QGesture *pan = event->gesture(Qt::PanGesture)) in gestureEvent() 165 if (QGesture *pinch = event->gesture(Qt::PinchGesture)) in gestureEvent() 170 void CProjectionPicture::panTriggered(QPanGesture *gesture) in panTriggered() argument 173 switch (gesture->state()) { in panTriggered() 182 QPointF delta = gesture->delta(); in panTriggered() 188 void CProjectionPicture::pinchTriggered(QPinchGesture *gesture) in pinchTriggered() argument 190 QPinchGesture::ChangeFlags changeFlags = gesture->changeFlags(); in pinchTriggered() 192 currentStepScaleFactor = gesture->totalScaleFactor(); in pinchTriggered() 194 if (gesture->state() == Qt::GestureFinished) { in pinchTriggered()
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | apds9960.c | 3 * apds9960.c - Support for Avago APDS9960 gesture/RGB/ALS/proximity sensor 8 * TODO: gesture + proximity calib offsets 146 /* gesture buffer */ 289 /* Gesture Sensor */ 386 /* pxs + gesture gains are mirrored */ in apds9960_set_pxs_gain() 880 dev_err(dev, "INT gesture reg field init failed\n"); in apds9960_regfield_init() 901 dev_err(dev, "Enable gesture reg field init failed\n"); in apds9960_regfield_init() 924 /* Ensure gesture interrupt is OFF */ in apds9960_chip_init() 929 /* Disable gesture sensor, since polling is useless from user-space */ in apds9960_chip_init() 963 * Wait for 4 event outside gesture threshold to prevent interrupt in apds9960_chip_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | synaptics_i2c.c | 119 #define GESTURE 3 macro 338 int xy_delta, gesture; in synaptics_i2c_get_input() local 346 /* Get Gesture Bit */ in synaptics_i2c_get_input() 348 gesture = (data >> GESTURE) & 0x1; in synaptics_i2c_get_input() 361 input_report_key(input, BTN_LEFT, gesture); in synaptics_i2c_get_input() 368 return xy_delta || gesture; in synaptics_i2c_get_input()
|
| H A D | navpoint.c | 82 int gesture; in navpoint_packet() local 92 gesture = (navpoint->data[1] & 0x02); in navpoint_packet() 101 input_report_key(navpoint->input, BTN_LEFT, gesture); in navpoint_packet()
|
| H A D | byd.c | 59 * Swipe gesture from off-pad to on-pad 198 /* Multitouch gesture packets */ 360 * (if desired), the touchpad's built-in gesture detection. in byd_reset_touchpad()
|
| H A D | synaptics.h | 66 * 1 0x08 advanced gesture not particularly meaningful 193 * Last received Advanced Gesture Mode (AGM) packet. An AGM packet
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | sentelic.rst | 226 Bit0 => 1: enter gesture mode; 0: leaving gesture mode 231 * Note that if gesture and additional button (Bit4~Bit7) 323 Bit0 => 1: enter gesture mode; 0: leaving gesture mode 328 * Note that if gesture and additional button(Bit4~Bit7) 427 0xba => gesture information 428 0xc0 => one finger hold-rotating gesture 430 0xba => gesture ID (refer to the 'Gesture ID' section) 693 Gesture ID 698 into a 8 bits integer, namely 'Gesture ID.' Following is a list of 699 supported gesture IDs: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_f11.c | 187 * @has_gestures - the sensor supports gesture reporting. 216 * Gesture information queries 7 and 8 are present if has_gestures bit is set. 218 * @has_single_tap - a basic single-tap gesture is supported. 219 * @has_tap_n_hold - tap-and-hold gesture is supported. 220 * @has_double_tap - double-tap gesture is supported. 223 * or as the first tap of a double-tap or tap-and-hold gesture. 225 * @has_press - press gesture reporting is supported. 226 * @has_pinch - pinch gesture detection is supported. 229 * @has_rotate - rotation gesture detection is supported. 238 * Convenience for checking bytes in the gesture info registers. This is done [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/ |
| H A D | geis_2.2.17.bb | 2 DESCRIPTION = "An implementation of the GEIS (Gesture Engine Interface and Support) \ 6 system-wide input gesture recognition mechanism."
|
| H A D | grail_3.1.1.bb | 1 SUMMARY = "Gesture Recognition And Instantiation Library"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | itemsoverlay.qdoc | 59 gesture.enabled: true 71 gesture.enabled: false
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/ |
| H A D | MapComponent.qml | 97 gesture.flickDeceleration: 3000 98 gesture.enabled: true
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/ |
| H A D | apds9960.txt | 1 * Avago APDS9960 gesture/RGB/ALS/proximity sensor
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | cyttsp.h | 26 /* Active distance in pixels for a gesture to be reported */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/ |
| H A D | main.qml | 73 gesture.enabled: true 126 gesture.enabled: true
|