Lines Matching refs:area
43 * The state machine only affects the soft button area code.
242 * Release any button in the bottom area, provided it started within a
559 /* In the bottom area we check for movement
560 * within the area. Top area - meh */
649 /* if middlebutton emulation is enabled, don't init a software area */
695 area using a multiplier for the touchpad disabled case. */
741 * touchpad area is not dead wrt finger movement starting there.
744 * already down will simply keep the state / area they have assigned
1234 uint32_t area = 0;
1251 area |= AREA;
1257 area |= LEFT;
1263 area |= MIDDLE;
1269 area |= RIGHT;
1276 if (area == 0 &&
1284 (area & LEFT) && (area & RIGHT)) {
1286 } else if (area & MIDDLE) {
1288 } else if (area & RIGHT) {
1290 } else if (area & LEFT) {
1292 } else { /* main or no area (for clickfinger) is always BTN_LEFT */