OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expansionrows
(Results
1 - 1
of
1
) sorted by null
/development/apps/Term/src/com/android/term/
Term.java
784
int
expansionRows
= Math.min(1, mTotalRows - mActiveRows);
785
int rollRows = 1 -
expansionRows
;
786
mActiveRows +=
expansionRows
;
787
mActiveTranscriptRows +=
expansionRows
;
[
all
...]
Completed in 38 milliseconds