Home
last modified time | relevance | path

Searched refs:maxLine (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCompoundButtonItem.java47 String checkedTitle, String uncheckedTitle, String description, int maxLine) { in CompoundButtonItem() argument
51 mMaxLine = maxLine; in CompoundButtonItem()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCursorAnchorInfoUtils.java168 final int maxLine = layout.getLineForOffset(composingTextEnd - 1); in extractFromTextViewInternal() local
169 for (int line = minLine; line <= maxLine; ++line) { in extractFromTextViewInternal()