Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vhal/
H A 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()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
H A DRequestRoleFragment.java155 View viewLayout = inflater.inflate(R.layout.request_role_view, null); in onCreateDialog() local
156 mListView = viewLayout.requireViewById(R.id.list); in onCreateDialog()
171 CheckBox dontAskAgainCheck = viewLayout.requireViewById(R.id.dont_ask_again); in onCreateDialog()
187 .setView(viewLayout) in onCreateDialog()