Searched refs:mHistoryButton (Results 1 – 4 of 4) sorted by relevance
86 private View mHistoryButton; field in CallSubjectDialog304 mHistoryButton = findViewById(R.id.history_button); in onCreate()305 mHistoryButton.setOnClickListener(mHistoryOnClickListener); in onCreate()306 mHistoryButton.setVisibility(mSubjectHistory.isEmpty() ? View.GONE : View.VISIBLE); in onCreate()
96 private View mHistoryButton; field in CallSubjectDialog302 mHistoryButton = findViewById(R.id.history_button); in onCreate()303 mHistoryButton.setOnClickListener(mHistoryOnClickListener); in onCreate()304 mHistoryButton.setVisibility(mSubjectHistory.isEmpty() ? View.GONE : View.VISIBLE); in onCreate()
407 mHistoryButton.setSelected(shouldShow); in showHistory()412 mHistoryButton.setSelected(false); in unselectPanelButtons()
401 if (mHistoryButton == null) { in setHistoryState()455 mHistoryButton.setSelected(shouldSelect); in selectHistory()