Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DUserDictionaryToolsList.java100 private TableLayout mTableLayout; field in UserDictionaryToolsList
171 mTableLayout = (TableLayout)findViewById(R.id.user_dictionary_tools_table); in onCreate()
180 mTableLayout.findViewById(1).requestFocus(); in onCreate()
193 mTableLayout.findViewById(1).requestFocus(); in onCreate()
678mTableLayout.addView(row, tableCreateParam(ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutPar… in updateWordList()
702 mTableLayout.findViewById(i).requestFocus(); in updateWordList()
705 ((View)(mTableLayout.findViewById(i + 1)).getParent()).setVisibility(View.GONE); in updateWordList()
718 mTableLayout.findViewById(i + 1).requestFocus(); in updateWordList()
721 TextView text = (TextView)mTableLayout.findViewById(i + 1); in updateWordList()
723 text = (TextView)mTableLayout.findViewById(i + 1 + MAX_WORD_COUNT); in updateWordList()
[all …]