Searched refs:boundsInfoMode (Results 1 – 3 of 3) sorted by relevance
47 public static void draw(Canvas canvas, View inkView, int boundsInfoMode, in draw() argument49 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()
169 void setBoundsInfoMode(int boundsInfoMode) { in setBoundsInfoMode() argument170 if (boundsInfoMode != mBoundsInfoMode) { in setBoundsInfoMode()173 mBoundsInfoMode = boundsInfoMode; in setBoundsInfoMode()
327 private void updateCursorAnchorInfo(int boundsInfoMode) { in updateCursorAnchorInfo() argument331 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()