Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarTelemetryApp/src/com/android/car/cartelemetryapp/
DCarTelemetryActivity.java102 View configsView = this.getLayoutInflater().inflate(R.layout.config_popup, parent, false); in onCreate() local
104 configsView, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT); in onCreate()
107 mConfigPopup.showAtLocation(configsView, Gravity.CENTER, 0, 0); in onCreate()
109 mPopupCloseButton = configsView.findViewById(R.id.popup_close_button); in onCreate()
114 mRecyclerView = configsView.findViewById(R.id.config_list); in onCreate()