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.cpp120 // Previous point information was popped.
404 // Returning if previous point is popped or not.
418 bool popped = false; local
430 popped = true;
432 popped = false;
447 return popped;
473 AKLOGI("pushTouchPoint: x = %03d, y = %03d, time = %d, index = %d, popped ? %01d",
474 x, y, time, inputIndex, popped);
476 return popped;

Completed in 43 milliseconds