Searched refs:BOUNDS_INFO_NONE (Results 1 – 2 of 2) sorted by relevance
20 import static com.google.android.test.handwritingime.HandwritingIme.BOUNDS_INFO_NONE;49 if (boundsInfoMode == BOUNDS_INFO_NONE || cursorAnchorInfo == null) { in draw()
72 static final int BOUNDS_INFO_NONE = 0; field in HandwritingIme75 private int mBoundsInfoMode = BOUNDS_INFO_NONE;331 if (boundsInfoMode == BOUNDS_INFO_NONE) { in updateCursorAnchorInfo()