Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vhal/
DVehicleHalFragment.java171 final LinearLayout viewLayout; in getView() local
173 viewLayout = (LinearLayout)convertView; in getView()
178 viewLayout = in getView()
182 TextView textString = viewLayout.findViewById(R.id.textString); in getView()
183 Button infoButton = viewLayout.findViewById(R.id.infoButton); in getView()
184 Button valueButton = viewLayout.findViewById(R.id.valueButton); in getView()
203 return viewLayout; in getView()
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/
DRequestRoleFragment.java155 View viewLayout = inflater.inflate(R.layout.request_role_view, null); in onCreateDialog() local
156 mListView = viewLayout.requireViewById(R.id.list); in onCreateDialog()
165 CheckBox dontAskAgainCheck = viewLayout.requireViewById(R.id.dont_ask_again); in onCreateDialog()
181 .setView(viewLayout) in onCreateDialog()