OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursorline
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextArea.java
43
int
cursorLine
;
73
cursorLine
= 0;
81
if (
cursorLine
* 2 >= linesBreak.size) {
85
int start = linesBreak.items[
cursorLine
* 2];
87
int end = linesBreak.items[
cursorLine
* 2 + 1];
132
cursorLine
= 0;
138
if (line > getLines() || newLine ==
cursorLine
) {
141
cursorLine
= newLine;
142
} else if (line !=
cursorLine
) {
144
moveOffset = linesBreak.size <=
cursorLine
* 2 ?
[
all
...]
Completed in 223 milliseconds