Searched defs:popped (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp123 // Previous point information was popped.
400 // Returning if previous point is popped or not.
414 bool popped = false; local
426 popped = true;
428 popped = false;
443 return popped;
469 AKLOGI("pushTouchPoint: x = %03d, y = %03d, time = %d, index = %d, popped ? %01d",
470 x, y, time, inputIndex, popped);
472 return popped;

Completed in 40 milliseconds