Home | History | Annotate | Download | only in src

Lines Matching refs:popped

119                 // Previous point information was popped.
443 // Returning if previous point is popped or not.
457 bool popped = false;
469 popped = true;
471 popped = false;
486 return popped;
512 AKLOGI("pushTouchPoint: x = %03d, y = %03d, time = %d, index = %d, popped ? %01d",
513 x, y, time, inputIndex, popped);
515 return popped;