Searched refs:mWifiGroup (Results 1 – 1 of 1) sorted by relevance
50 ViewGroup mWifiGroup, mMobileGroup; field in SignalClusterView75 mWifiGroup = (ViewGroup) findViewById(R.id.wifi_combo); in onAttachedToWindow()90 mWifiGroup = null; in onDetachedFromWindow()139 if (mWifiVisible && mWifiGroup.getContentDescription() != null) in dispatchPopulateAccessibilityEvent()140 event.getText().add(mWifiGroup.getContentDescription()); in dispatchPopulateAccessibilityEvent()148 if (mWifiGroup == null) return; in apply()151 mWifiGroup.setVisibility(View.VISIBLE); in apply()154 mWifiGroup.setContentDescription(mWifiDescription); in apply()156 mWifiGroup.setVisibility(View.GONE); in apply()