Searched defs:maxLine (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DCompoundButtonItem.java48 int maxLine) {
52 mMaxLine = maxLine;
47 CompoundButtonItem(String checkedTitle, String uncheckedTitle, String description, int maxLine) argument
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java605 int maxLine = getMaxLine();
606 displayCandidates(this.mConverter, false, maxLine);
738 int maxLine = (mPortrait) ? mPortraitNumberOfLine : mLandscapeNumberOfLine;
739 return maxLine;
767 * @param maxLine The maximum number of displaying lines
769 private void displayCandidates(WnnEngine converter, boolean dispFirst, int maxLine) { argument
782 if (maxLine == -1) {
784 maxLine = mLineCount + SET_CANDIDATE_FIRST_LINE_COUNT;
788 } else if (maxLine == SET_CANDIDATE_DELAY_LINE_COUNT) {
790 maxLine
[all...]

Completed in 68 milliseconds