OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lineview
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java
564
LinearLayout
lineView
= new LinearLayout(mViewBodyScroll.getContext());
565
lineView
.setOrientation(LinearLayout.HORIZONTAL);
569
lineView
.setLayoutParams(layoutParams);
572
lineView
.addView(tv);
583
lineView
.addView(tv);
586
mViewCandidateList1st.addView(
lineView
);
[
all
...]
Completed in 799 milliseconds