Searched refs:buttonTextId (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | TvAppVerifierActivity.java | 81 public View createAndAttachUserItem(int instructionTextId, int buttonTextId, in createAndAttachUserItem() argument 88 button.setText(buttonTextId); in createAndAttachUserItem() 98 int buttonTextId, View.OnClickListener l) { in createAndAttachUserItem() argument 104 button.setText(buttonTextId); in createAndAttachUserItem() 147 public static View createButtonItem(LayoutInflater inflater, ViewGroup root, int buttonTextId, in createButtonItem() argument 152 button.setText(buttonTextId); in createButtonItem() 165 public View createAndAttachButtonItem(int buttonTextId, View.OnClickListener l) { in createAndAttachButtonItem() argument 166 View item = createButtonItem(mInflater, mItemList, buttonTextId, l); in createAndAttachButtonItem()
|