Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListWithMailMessages.java132 LinearLayout messageUi = (LinearLayout) inflater in getView() local
135 TextView subject = (TextView) messageUi.findViewById(R.id.subject); in getView()
138 WebView body = (WebView) messageUi.findViewById(R.id.body); in getView()
143 return messageUi; in getView()