Lines Matching refs:visiblePosition
102 private transient TextHitInfo visiblePosition;
106 * source component, type, time, text, caret, and visiblePosition.
108 * The offsets of caret and visiblePosition are relative to the current
132 * @param visiblePosition the position that's most important
149 TextHitInfo caret, TextHitInfo visiblePosition) {
172 this.visiblePosition = visiblePosition;
177 * source component, type, text, caret, and visiblePosition.
179 * The offsets of caret and visiblePosition are relative to the current
204 * @param visiblePosition the position that's most important
219 TextHitInfo caret, TextHitInfo visiblePosition) {
221 committedCharacterCount, caret, visiblePosition);
226 * specified source component, type, caret, and visiblePosition.
230 * The offsets of <code>caret</code> and <code>visiblePosition</code>
236 * <code>caret</code> and <code>visiblePosition</code> must be
250 * @param visiblePosition the position that's most important
260 TextHitInfo visiblePosition) {
262 0, caret, visiblePosition);
314 return visiblePosition;
396 if (visiblePosition == null) {
399 visiblePositionString = "visible position: " + visiblePosition.toString();