Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.kt254 private var mResponseRadioGroup: RadioGroup? = null variable in com.android.calendar.EventInfoFragment
421 mResponseRadioGroup = mView?.findViewById(R.id.response_value) as RadioGroup in onCreateView()
681 if (mResponseRadioGroup?.getVisibility() == View.VISIBLE) { in sendAccessibilityEvent()
682 val id: Int = mResponseRadioGroup!!.getCheckedRadioButtonId() in sendAccessibilityEvent()
686 (mResponseRadioGroup?.findViewById(id) as RadioButton) in sendAccessibilityEvent()
762 mResponseRadioGroup?.check(buttonId) in onResume()