Searched refs:profilePickerView (Results 1 – 2 of 2) sorted by relevance
776 View profilePickerView = null; in onConfigChanged() local779 profilePickerView = mTopSystemBarView.findViewById(R.id.user_name); in onConfigChanged()781 if (profilePickerView != null) isProfilePickerOpen = profilePickerView.isSelected(); in onConfigChanged()783 profilePickerView.callOnClick(); in onConfigChanged()791 profilePickerView = mTopSystemBarView.findViewById(R.id.user_name); in onConfigChanged()793 if (profilePickerView != null) profilePickerView.callOnClick(); in onConfigChanged()
452 View profilePickerView = mTopView.findViewById(R.id.user_name); in setupProfilePanel() local453 if (mProfilePanelController == null && profilePickerView != null) { in setupProfilePanel()459 .build(profilePickerView, R.layout.qc_profile_switcher, in setupProfilePanel()