Home
last modified time | relevance | path

Searched refs:boundsInfoMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
DBoundsInfoDrawHelper.java47 public static void draw(Canvas canvas, View inkView, int boundsInfoMode, in draw() argument
49 if (boundsInfoMode == BOUNDS_INFO_NONE || cursorAnchorInfo == null) { in draw()
60 if ((boundsInfoMode & BOUNDS_INFO_EDITOR_BOUNDS) != 0) { in draw()
64 if ((boundsInfoMode & BOUNDS_INFO_VISIBLE_LINE_BOUNDS) != 0) { in draw()
DInkView.java169 void setBoundsInfoMode(int boundsInfoMode) { in setBoundsInfoMode() argument
170 if (boundsInfoMode != mBoundsInfoMode) { in setBoundsInfoMode()
173 mBoundsInfoMode = boundsInfoMode; in setBoundsInfoMode()
DHandwritingIme.java327 private void updateCursorAnchorInfo(int boundsInfoMode) { in updateCursorAnchorInfo() argument
331 if (boundsInfoMode == BOUNDS_INFO_NONE) { in updateCursorAnchorInfo()
338 if ((boundsInfoMode & BOUNDS_INFO_EDITOR_BOUNDS) != 0) { in updateCursorAnchorInfo()
342 if ((boundsInfoMode & BOUNDS_INFO_VISIBLE_LINE_BOUNDS) != 0) { in updateCursorAnchorInfo()