Home
last modified time | relevance | path

Searched refs:BOUNDS_INFO_VISIBLE_LINE_BOUNDS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
DBoundsInfoDrawHelper.java21 import static com.google.android.test.handwritingime.HandwritingIme.BOUNDS_INFO_VISIBLE_LINE_BOUNDS;
64 if ((boundsInfoMode & BOUNDS_INFO_VISIBLE_LINE_BOUNDS) != 0) { in draw()
DHandwritingIme.java73 static final int BOUNDS_INFO_VISIBLE_LINE_BOUNDS = 1; field in HandwritingIme
342 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()