Searched refs:nextButton (Results 1 – 9 of 9) sorted by relevance
60 final View nextButton = findViewById(R.id.next_button); in initViews() local61 if (nextButton != null) { in initViews()62 nextButton.setVisibility(View.GONE); in initViews()
56 final View nextButton = findViewById(R.id.next_button); in initViews() local57 if (nextButton != null) { in initViews()58 nextButton.setVisibility(View.GONE); in initViews()
72 Button nextButton = getNavigationBar().getNextButton(); in initViews() local73 nextButton.setText(null); in initViews()74 nextButton.setEnabled(false); in initViews()
83 Button nextButton = getNextButton(); in initViews() local84 if (nextButton != null) { in initViews()85 nextButton.setOnClickListener(this); in initViews()
96 Button nextButton = navigationBar.getNextButton(); in onViewCreated() local97 nextButton.setText(null); in onViewCreated()98 nextButton.setEnabled(false); in onViewCreated()
92 Button nextButton = navigationBar.getNextButton(); in onViewCreated() local93 nextButton.setText(null); in onViewCreated()94 nextButton.setEnabled(false); in onViewCreated()
69 final View nextButton = mActivity.findViewById(R.id.next); in isNextButtonEnabled() local70 return nextButton.isEnabled(); in isNextButtonEnabled()
68 final View nextButton = mActivity.findViewById(R.id.next); in isNextButtonEnabled() local69 return nextButton.isEnabled(); in isNextButtonEnabled()
94 final View nextButton = UiUtilities.getView(view, R.id.next); in onCreateView() local95 nextButton.setVisibility(View.INVISIBLE); in onCreateView()