Searched refs:mTableLayout (Results 1 – 1 of 1) sorted by relevance
104 private TableLayout mTableLayout; field in UserDictionaryToolsList175 mTableLayout = (TableLayout)findViewById(R.id.user_dictionary_tools_table); in onCreate()184 mTableLayout.findViewById(1).requestFocus(); in onCreate()197 mTableLayout.findViewById(1).requestFocus(); in onCreate()721 …mTableLayout.addView(row, tableCreateParam(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutPa… in updateWordList()745 mTableLayout.findViewById(i).requestFocus(); in updateWordList()748 ((View)(mTableLayout.findViewById(i + 1)).getParent()).setVisibility(View.GONE); in updateWordList()761 mTableLayout.findViewById(i + 1).requestFocus(); in updateWordList()764 TextView text = (TextView)mTableLayout.findViewById(i + 1); in updateWordList()766 text = (TextView)mTableLayout.findViewById(i + 1 + MAX_WORD_COUNT); in updateWordList()[all …]