Home
last modified time | relevance | path

Searched refs:pinch_down_threshold (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/indev/
Dlv_indev_gesture_private.h75 …float pinch_down_threshold; /* When the gesture reaches the threshold - start sending even… member
Dlv_indev_gesture.c72 recognizer->config->pinch_down_threshold = LV_GESTURE_PINCH_DOWN_THRESHOLD; in lv_indev_set_pinch_up_threshold()
90 recognizer->config->pinch_down_threshold = threshold; in lv_indev_set_pinch_down_threshold()
223 r->config->pinch_down_threshold = LV_GESTURE_PINCH_DOWN_THRESHOLD; in lv_indev_gesture_detect_pinch()
268 r->info->scale < r->config->pinch_down_threshold) { in lv_indev_gesture_detect_pinch()
276 r->scale = r->info->scale + (1.0f - r->config->pinch_down_threshold); in lv_indev_gesture_detect_pinch()