Searched refs:configsView (Results 1 – 1 of 1) sorted by relevance
102 View configsView = this.getLayoutInflater().inflate(R.layout.config_popup, parent, false); in onCreate() local104 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()