Searched refs:Shakespeare (Results 1 – 4 of 4) sorted by relevance
19 import com.example.android.apis.Shakespeare;62 return Shakespeare.TITLES.length; in getCount()95 sv = new SpeechView(mContext, Shakespeare.TITLES[position], in getView()96 Shakespeare.DIALOGUE[position]); in getView()99 sv.setTitle(Shakespeare.TITLES[position]); in getView()100 sv.setDialogue(Shakespeare.DIALOGUE[position]); in getView()
19 import com.example.android.apis.Shakespeare;52 android.R.layout.simple_list_item_1, Shakespeare.TITLES)); in onActivityCreated()
20 import com.example.android.apis.Shakespeare;99 android.R.layout.simple_list_item_activated_1, Shakespeare.TITLES)); in onActivityCreated()219 text.setText(Shakespeare.DIALOGUE[getShownIndex()]); in onCreateView()
3 public final class Shakespeare { class