Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DUserDictionaryToolsList.java213 …final TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_coun… in onStart() local
214 leftText.setText(mWordList.size() + "/" + MAX_WORD_COUNT); in onStart()
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/
DImageGallery.java565 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);