HomeSort by relevance Sort by last modified time
    Searched refs:mTableLayout (Results 1 - 3 of 3) sorted by null

  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 38 private TableLayout mTableLayout;
63 final TableRow row = (TableRow) inflater.inflate(R.layout.one_row, mTableLayout, false);
64 mTableLayout.addView(row);
207 mTableLayout = (TableLayout) findViewById(R.id.tableLayout);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 59 private TableLayout mTableLayout;
77 mTableLayout = (TableLayout) findViewById(R.id.tableLayout);
161 mTableLayout.setEnabled(connected);
185 mTableLayout,
187 mTableLayout.addView(row);
198 mTableLayout.removeAllViews();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 104 private TableLayout mTableLayout;
175 mTableLayout = (TableLayout)findViewById(R.id.user_dictionary_tools_table);
184 mTableLayout.findViewById(1).requestFocus();
197 mTableLayout.findViewById(1).requestFocus();
721 mTableLayout.addView(row, tableCreateParam(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT));
745 mTableLayout.findViewById(i).requestFocus();
748 ((View)(mTableLayout.findViewById(i + 1)).getParent()).setVisibility(View.GONE);
761 mTableLayout.findViewById(i + 1).requestFocus();
764 TextView text = (TextView)mTableLayout.findViewById(i + 1);
766 text = (TextView)mTableLayout.findViewById(i + 1 + MAX_WORD_COUNT)
    [all...]

Completed in 396 milliseconds