Home
last modified time | relevance | path

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

/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
DBoundsInfoDrawHelper.java20 import static com.google.android.test.handwritingime.HandwritingIme.BOUNDS_INFO_NONE;
49 if (boundsInfoMode == BOUNDS_INFO_NONE || cursorAnchorInfo == null) { in draw()
DHandwritingIme.java72 static final int BOUNDS_INFO_NONE = 0; field in HandwritingIme
75 private int mBoundsInfoMode = BOUNDS_INFO_NONE;
331 if (boundsInfoMode == BOUNDS_INFO_NONE) { in updateCursorAnchorInfo()