HomeSort by relevance Sort by last modified time
    Searched defs:leftText (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java 67 final TextView leftText = (TextView) findViewById(R.id.left_text);
76 leftText.setText(leftTextEdit.getText());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 213 final TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
214 leftText.setText(mWordList.size() + "/" + MAX_WORD_COUNT);
434 TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
435 leftText.setText(size + "/" + MAX_WORD_COUNT);
464 TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
465 leftText.setText(mWordList.size() + "/" + MAX_WORD_COUNT);

Completed in 87 milliseconds