HomeSort by relevance Sort by last modified time
    Searched refs:leftText (Results 1 - 3 of 3) 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);
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 565 TextView leftText = (TextView) findViewById(R.id.left_text);
570 leftText.setText(R.string.pick_photos_gallery_title);
572 leftText.setText(R.string.photos_gallery_title);
578 leftText.setText(R.string.pick_videos_gallery_title);
580 leftText.setText(R.string.videos_gallery_title);
589 leftText.setText(title);
    [all...]

Completed in 214 milliseconds