Searched refs:BOUNDS_INFO_VISIBLE_LINE_BOUNDS (Results 1 – 2 of 2) sorted by relevance
21 import static com.google.android.test.handwritingime.HandwritingIme.BOUNDS_INFO_VISIBLE_LINE_BOUNDS;64 if ((boundsInfoMode & BOUNDS_INFO_VISIBLE_LINE_BOUNDS) != 0) { in draw()
73 static final int BOUNDS_INFO_VISIBLE_LINE_BOUNDS = 1; field in HandwritingIme342 if ((boundsInfoMode & BOUNDS_INFO_VISIBLE_LINE_BOUNDS) != 0) { in updateCursorAnchorInfo()378 mBoundsInfoMode |= BOUNDS_INFO_VISIBLE_LINE_BOUNDS; in getBoundsInfoCheckBoxes()380 mBoundsInfoMode &= ~BOUNDS_INFO_VISIBLE_LINE_BOUNDS; in getBoundsInfoCheckBoxes()